> I haven’t done any linking at this point – I am just trying to compile.

Yep, but the compiler has predefined macros defined, and the auto_link header tries to prevent linking / crashing problems.

You should try to compile using an addition /MD switch to use the dynamically linked C-runtime.

see http://msdn.microsoft.com/fr-fr/library/cc438633(VS.71).aspx

HTH,

Nicolas

 

Here is my test file.

 

.sconf_temp\conftest_4.cpp:

    #include "boost/python.hpp"

 

Yep – just the include and thats it.

 

VS2008, and python 2.6

 

Any ideas what I am doing wrong?

 

Terry Rankine

_______________________________________________ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig


_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to