I am currently trying to develop a C++ based game. I already managed link the AppGameKit Libraries to Project VC++ Project using Visual Studio 2010.
The project does compile and run but is unable to load any images no matter where in the project folder we place either the Media folder with the art or the group of images.
Does anyone know how to link the multimedia content to a Visual Studio 2010 C++ project?
Thanks for your help.