but immediately, I encountered several difficulties, such as (just some examples):
undefined macros: __published
redefinitions between Panda3D and Microsoft SDK: typedef int off_t (parser-inc\stdtypedefs.h) <==> typedef long off_t (Microsoft Visual Studio 9.0\VC\include\wchar.h)
Questions:
Should it be possible to build with VS without any code changes in Panda3D SDK? Does anybody know a working configuration?
Why not delivering a working VS project (working with the free Express Edition) in Panda3D examples?
The link referes to a page without available C++ information.
Some more information:
The reported issues also occure if I use 1.6.2.
If it works on your computer:
Do you use another C+±Standard library and not “Microsoft Visual Studio 9.0\VC\include”?
You can use the /showIncludes option to see which include path for e.g. “assert.h” is used.
The page is available for C++ users, but not for Python users. You are obviously looking at the Python version of that page. Click the “C++” link at the top of that page.
I’m not using Windows myself, sorry - but the linked page contains a step-by-step description.