Lniker Error
Campbell
cb921 at voice.co.za
Tue Sep 25 16:05:22 EDT 2001
More information about the Python-list mailing list
Tue Sep 25 16:05:22 EDT 2001
- Previous message (by thread): COMServer thru Py2Exe question !!
- Next message (by thread): dismantling code objects
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I've finished up my nice new interface. I wrote all texts on a Linux box, using the xxmodule.c from my source .tar.gz for a start. But it won't compile on NT, I've pasted the output from VC++ below. What stupid thing did I forget? Windows NT 4 plus Microsoft Visual C++ 6. --------------------Configuration: testmodule - Win32 Debug-------------------- Linking... testmodule.obj : error LNK2001: unresolved external symbol __imp___Py_Dealloc testmodule.obj : error LNK2001: unresolved external symbol __imp___Py_RefTotal testmodule.obj : error LNK2001: unresolved external symbol __chkesp testmodule.obj : error LNK2001: unresolved external symbol __imp__Py_InitModule4TraceRefs LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup at 12 Debug/testmodule.dll : fatal error LNK1120: 5 unresolved externals Error executing link.exe. testmodule.dll - 6 error(s), 0 warning(s) Cheers, Campbell
- Previous message (by thread): COMServer thru Py2Exe question !!
- Next message (by thread): dismantling code objects
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list