Hi
I have some questions about how to create an installer for projects made in Panda3d. I am rather new to both Panda3d and Visual Studio but I have managed to create a Setup Project within Visual Studio and added my executable for my game to the Setup Project. Everything works fine on my computer. However, when I tested this on another computer which doesn’t have Panda3d SDK installed I got an error message when executing:
So my question is how to include that DLL file, and possibly other files needed for the game being able to execute, in the Setup Project. Preferably, I would not like to solve this issue by just installing Panda3d on the other computer because I plan to release this game and would like to make it as simple as possible to get it running!
Sorry if this isn’t the right category to post in.
/Isak