C
CantSpellMyName
Hi folks,
i have to re-write an application that was using python scripts as
configuration files (i.e. python embedded into c++) and it was using
python1.5 (python15_d.dll). Now i would like to use python2.2 or even
python2.3, but when i compile the application with ms visual c++, i
get :
error LNK2001: unresolved external symbol
__imp__Py_InitModule4TraceRefs
i think it might be coming from the fact that i don't have the debug
dll for python2.2 . Can someone help?
Thanks a lot,
-Manu
i have to re-write an application that was using python scripts as
configuration files (i.e. python embedded into c++) and it was using
python1.5 (python15_d.dll). Now i would like to use python2.2 or even
python2.3, but when i compile the application with ms visual c++, i
get :
error LNK2001: unresolved external symbol
__imp__Py_InitModule4TraceRefs
i think it might be coming from the fact that i don't have the debug
dll for python2.2 . Can someone help?
Thanks a lot,
-Manu