[xsde-users] Tons of Linker Errors (LIBCMT/___CxxFrameHandler3 etc.)

Boris Kolpackov boris at codesynthesis.com
Mon Apr 19 09:45:36 EDT 2010


Hi Marvin,

Marvin M. <xsde-users at groenndemon.de> writes:

> > Then open config/config.nmake and add this option to the CFLAGS and 
> > CXXFLAGS.
> 
> Btw, what are the CPPFLAGS for?

For the C Preprocessor flags, such as defines (/D) or include search 
paths (/I). These are used for both C and C++ compilation.


> I couldn't use /MT for the XSD/e and then link my Debug (/MTd)
> application against it.
> So I had to build XSD/e twice (once with /MT and once with /MTd).
> I then copied the respective xsde.lib files to new sub-directories
> "Debug" and "Release" and had my linker path include
> "...\libxsde\xsde\$(ConfigurationName)" - in case anyone should ever
> have the same problem.

Yes, that's exactly how this should be done.

Boris



More information about the xsde-users mailing list