Hello
I start learning tutorials and I am on begining. I set up my VS 2017 as described in tutorial, build first code from this https://www.panda3d.org/manual/index.php/Starting_Panda3D it show me grey window. When I close it, program crash:
I use C++, Windows 7 64bit Home Edition, VS 2017 CE, Panda3D 1.9.4 32bit build as release Mode.
What I didn’t change is WindowsSDK to 7.1 (I use Windows10SDK)
and I must use this to build Panda #define _WINSOCK_DEPRECATED_NO_WARNINGS
Have you tried using an official build? I’m not sure if VS 2017 and/or the Windows 10 SDK are supported for building 1.9. Maybe try building from the master branch?
I am using Panda3D SDK for Developers https://www.panda3d.org/download.php?sdk (Latest stable: 1.9.4)
inside documentation is written that Panda3D should run on VS 2017, maybe I something overlooked?
Btw. after I follow tutorial where I load scene and add rotating camera around, Panda3D sometimes exit correctly (without error).
EDIT: Maybe I try latest release Panda3D, how it is stable?
I should have started with this question: are you building a C++ project or a Python one? When you were describing your C++ environment, I thought is was for building Panda, and not your project.
The latest release of Panda3D is pretty stable. It may actually be more stable than 1.9.4 at this point since @rdb has been fixing a lot of bugs.
And I discover that there are pre-builds or latest builds of SDK. This is good because I don’t have much time for build it myself (if I want use eigen)
But I have question, which file I should download? I don’t know what all those files means
I am downloading this
As @rdb already mentioned, you probably want the 64bit version. Also, re-reading your original post, I do see that you clearly state that you use C++. Sorry for the confusion!