embedded Python sample
Syver Enstad
syver-en+usenet at online.no
Thu Sep 12 16:12:59 EDT 2002
monnetb at yahoo.com (bruno Monnet) writes:
> This sample looks great, but I'm coding for windows and the library
> used by python for fopen is not compliant with the multithreaded lib
> used by Visual 6.0 projects ...
Oh yes, I use Visual 6.0 myself. I posted here recently on what to do
with the compiler. But the quick fix is:
Don't use the debug version, use release (check my previous post on
how to debug)
Don't use anything but the multithreaded release dll version of the
cruntime libraries.
Compile and run.
--
Vennlig hilsen
Syver Enstad
More information about the Python-list
mailing list