Dev-Cpp, Python and linking
I''m trying to create a DLL containing Python bindings using Dev-Cpp. But I guess Dev-Cpp isn''t importing the references from the library Python23.lib. I can''t find any possible solutions through Google, and I''m searching the Dev-Cpp archives. Anyone come across this and found a solution?
Thanks
---------------------http://www.stodge.net
That .lib file was probably compiled by MSVC. Grab the Python sources and compile for yourself (iirc, Dev-C++ library files are .a), or look for someone who has on the ''net.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement