Hi! :)
I'm on the best way to become completely insane.
I'm trying to set up VS2005 to run Boost Python in debug mode.
Sorry for the long text...
Problem summary:
- applications crash in debug mode
- dependencies to python25_d.dll AND python25.dll in
boost_python-vc80-mt-gdy-1_35.dll - norma
On Thu, Feb 19, 2009 at 4:05 PM, Martin Walser wrote:
> Hi! :)
>
>
> I'm on the best way to become completely insane.
Did you try to build empty module and run it? This can help to see
whether your environment works at all.
Another valid option, is to compile your project in release, with
debug
Hi Roman!
Thanks for replying! :)
Roman Yakovenko wrote:
> Did you try to build empty module and run it? This can help to see
> whether your environment works at all.
Just tried... indeed, I can import an empty module.
But the little HelloWorld App of the tutorial is already too much and I get
on Thu Feb 19 2009, "Martin Walser" wrote:
> Hi! :)
>
>
> I'm on the best way to become completely insane.
>
> I'm trying to set up VS2005 to run Boost Python in debug mode.
>
> Sorry for the long text...
>
>
> Problem summary:
>
> - applications crash in debug mode
> - dependencies to python25_