Michael O'Brien wrote:
> Hola~
>
> I'm developing a c++ library that contains python types and methods on
> Windows using MSVC .net 2003 and g++ on Linux.
>
> On Windows, it seems like you have to compile a custom version of
> python and then compile my plugin against the debug version of p
Hola~
I'm developing a c++ library that contains python types and methods on
Windows using MSVC .net 2003 and g++ on Linux.
To compile on Linux, I just compile and I can use a debug compiled
version of my plugin in a vanilla python interpreter. On Windows, it
seems like you have to compile a cust