I have a problem when compiling my first proyect in visual c++, it says it´s not able to load “python26_d.lib” i´m using WinXP with Visual c++ 2008 Express and Panda 3D 1.7.2. Also I have donde everything the manual says about the compiler configuration:
http://www.panda3d.org/manual/index.php/How_to_build_a_CXX_Panda3D_game_using_Microsoft_Visual_Studio_2008
Any suggestions ? Thank you.
Hi
I think you need to compile using Release mode, looks like it’s trying to find debug version of python lib, and all the Panda developers tell us to set up Visual C++ in Release mode.
Also if you are working in C++, it’s best to post to the “C++” forum, or the “Compiling” forum.
And Welcome to Panda Forums
Thank you but i don´t know how to switch to Release mode
I could switch to release mode but the problem still remains. Any ideas ?
Does it still name “python26_d.lib” and not “python26.lib”? If so, you haven’t successfully switched to Release mode yet.
Just change the drop-down box in the toolbar from “Debug” to “Release”.
David
Thank you, it works fine now