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

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

2012-08-23 Thread Trigve Siver
> From: Ronny Herzog > To: cplusplus-sig@python.org > Cc: > Sent: Thursday, August 23, 2012 4:53 PM > Subject: [C++-sig] issues with loading the boost_python dll on different > computers > > Dear all, > > I installed and used boost (1.50.0) to build a python extension on my Windows > 7 > / 3