Help with eVC3 compile



I'm having a trouble compiling the Microsoft Pocket Outlook Object Model for
..NET (POOM) thats available from
http://www.microsoft.com/downloads/details.aspx?FamilyId=80D3D611-CC81-4190-AAB4-B1EA57637BAC&displaylang=en
in eVC3.

I can compile fine with ARM, MIPS, SH3, etc, but I can't compile for X86Em,
for use with the PPC Emulator. I attempted to create a new
configuration(making sure I link to OLE32.lib and OLEAUT32.LIB), basing it
off "Default Debug Configuration" and making sure the processor type is set
to X86Em. Now when I compile, it compiles fine but the exported functions
are messed up, i.e. IAppointment_Cancel becomes _IAppointment_Cancel@4 but
only on the X86Em build - not with other processor types.

Can someone PLEASE HELP ME!!

thanks guys, emily


.



Relevant Pages