🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Dev-Cpp, Python and linking

Started by
1 comment, last by stodge 20 years, 4 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
Advertisement
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.
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