[Solved] Adding libp3pystub will let my extension crash

I’m currently trying arround with writing c++ extensions for my app (using SWIG). Everything works fine, I can include my extension and call functions from it, but when I add “libp3pystub.lib” to the dependencies, the python process crashes while including it … (ppython.exe stopped working)

The other libraries (like libp3framework.lib for example) include without problems … just these “libp3pystub” not …

Edit: I have the same Problem in Visual Studio 2012 … Currently I’m running Visual Studio 2008

Thanks in advance …
Tobias

Don’t link in libp3pystub when you use Python. libp3pystub is basically a dummy version of the Python library, so I would expect it to crash if you try to link it into something that actually uses Python.