hey there ! I’m new to using panda3D after a long battle with Ogre3D =] !
anyway , I was following the hello world tutorial at the manual , and everything was good until I reached the 3rd lesson here :
panda3d.org/manual/index.php … the_Camera
i tried compiling the code , everything went ok , then after the application finishes compiling , an error message pops up saying :
"
Microsoft visual studio C runtime library has detected a fatal error in panda1.exe
press Break to debug the program or continue to terminate the program.
"
and it’s weird , cause the code for the first two tutorials compiled and ran well.
I’m using Microsoft Visual C++ 2010 Express as my IDE here , with Panda3D version 1.7.0
another question , is there any other tutorials for C++? or do you recommend me to learn python more?
I would appreciate any help , thank you.