Advertisement

Dev-Cpp, Python and linking

Started by February 16, 2004 08:29 PM
1 comment, last by stodge 20 years, 9 months ago
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.
Advertisement
I found a resource that explained how to extract a .def file from the library and how to use the dllwrap (I think from memory) tool to create a new Dev-Cpp library.

Thanks for replying.
---------------------http://www.stodge.net

This topic is closed to new replies.

Advertisement