Problems embedding Python
Psymaster
nosmapplease at somewhere.com
Sun Feb 1 04:00:21 EST 2004
Mark Hammond <mhammond at skippinet.com.au> wrote on Sun, 01 Feb 2004
02:29:38 GMT in comp.lang.python:
> You are almost certainly not linking with the correct CRTL. You
> *must* use the /MD compiler option for release builds, or /MDd for
> debug builds.
>
What's a CRTL? Hiw do I pass these options to the compiler? I've
already said that if I pass the contents of the file as strings and
execute them with PyRun_SimpleString() it works fine. Also, I know the
file is loaded because I can read it from my program.
More information about the Python-list
mailing list