On 31 mrt, 22:53, Carl Banks wrote:
> On Mar 31, 12:50 pm, Compie wrote:
>
> > On 27 mrt, 17:01, Carl Banks wrote:
>
> > > OTOH, it's possible that SWIG and Python just happen to use the same
> > > macro to indicate debugging mode. So I think you rais
On 27 mrt, 17:01, Carl Banks wrote:
> OTOH, it's possible that SWIG and Python just happen to use the same
> macro to indicate debugging mode. So I think you raise a valid point
> that this can be problematic. Perhaps something like _Py_DEBUG should
> be used instead.
This would be a good solut
I get this linker error
LINK : fatal error LNK1104: cannot open file 'python26_d.lib'
when I build the debug version of my Visual Studio project.
This is caused by the following lines in the file c:\Python26\include
\pyconfig.h
# ifdef _DEBUG
# p