Re: WindowsXP development using msvc .net 2003

2005-12-07 Thread Scott David Daniels
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

WindowsXP development using msvc .net 2003

2005-12-06 Thread Michael O'Brien
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