Quick question,
currently i am working with my project in the projects folder of the SDK. Using the template example the .exe is built to the SDK/bin folder.
I am wondering how can I go about moving the .exe so it will work in any folder?
What dlls are needed etc
all the thing you need is change the directory of the dependence files.
right click on your project choice properties->configuration properties->C/C+±>general
in the right window->Additional include directories.
right click on your project choice properties->configuration properties->Linker->General
in the right window->Additional Library directories.