beginner guidance

i want use panda3d with visual studio 2008 (C++) please guide me . can i use panda for c++? in sdk written i can use panda for python but i want use with c++ !!

Hi,

I just started doing panda in C++ 2 days ago and like it much better than in python (so far!).

Use this page in the manual to set up a project: http://www.panda3d.org/manual/index.php/How_to_build_a_CXX_Panda3D_game_using_Microsoft_Visual_Studio_2008

Also, when you create your new project, create it as a Win32 Console Project but check the checkbox: “Empty Project” so you don’t get crazy precompiled header compiler errors.

Here is the forum post where I asked about using VC++: [url][SOLVED] Trying to compile the Window Framework sample code]

tnx alot my friend :slight_smile:

No problem,

Glad you got it sorted.

Poncho