Load a variable from DLL to .exeFirst of all, [b]thanks kbw[/b]!! You are quite right, I am using Visual Studio 2010 Professional...
Load a variable from DLL to .exe3>MyDLL.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) int * mytestvar" (__i...
Load a variable from DLL to .exeHey all, I've made an experimental .dll (I'm new to dlls) that is supposed to export a variable t...
Runtime error when displaying a BitmapOk, done: The Debugger (VS 2010 Prof.) stops execution before line 167. I've marked in the code. ...
Runtime error when displaying a BitmapWhen executing the following code, I recieve a runtime error upon launching the about box, which is ...