Panda Tutorial

Hi,
I’m trying to compile and run the Panda3d tutorial from the manual using MSVC2010 but it doesn’t work.

I got the window with the grey background to work, but it fails when i add the call:
NodePath environ = window->load_model(framework.get_models(), “models/environment”);

with the error:
Unhandled exception at 0xffffffff in panda.exe: 0xC0000005: Access violation.

What am i doing wrong?

Sorry, you have to use MSVS2008, you can’t use MSVS2010, unless you rebuild all of Panda from source. This is because the Panda DLL’s provided here are built with MSVS2008, and the two compilers aren’t compatible.

David