Re: [C++-sig] building 32 Bit and 64 Bit extensions on the same machine

2012-08-24 Thread Wojciech Mamrak
Hi, add address-model=64 to Boost::Python bjam compilation command and that's all. Be aware, that not all MSVS versions (e.g. Express Edition) are equipped with 64 Bit compiler. 2012/8/24 Ronny Herzog : > Dear all, > > I want to build 32 bit extensions and 64 bit extensions on my Windows 7 / 32 >

[C++-sig] building 32 Bit and 64 Bit extensions on the same machine

2012-08-24 Thread Ronny Herzog
Dear all, I want to build 32 bit extensions and 64 bit extensions on my Windows 7 / 32 Bit with boost. After two days of checking google I am a bit frustrated. I am new to Boost and it is a bit like a jungle. Can anyone help on what I need to do to set up Boost in the right way and have a Ja

Re: [C++-sig] issues with loading the boost_python dll on different computers

2012-08-24 Thread Ronny Herzog
Thanks Trigve, I used depends.exe and found out that it was looking for the debug version of the msvc runtime library. Compiling my extension in 'release' mode - everything worked. :-) Ronny Am 8/23/2012 6:50 PM, schrieb Trigve Siver: From: Ronny Herzog To: cplusplus-sig@python.org Cc: Sen