User profile: c0y454

User info
User name:c0y454
Statistical data
Gender:Male
Skills:C
C++
History
Joined:
Number of posts:33
Latest posts:

Load a variable from DLL to .exe
First of all, [b]thanks kbw[/b]!! You are quite right, I am using Visual Studio 2010 Professional...

Load a variable from DLL to .exe
3>MyDLL.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) int * mytestvar" (__i...

Load a variable from DLL to .exe
Hey 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 Bitmap
Ok, done: The Debugger (VS 2010 Prof.) stops execution before line 167. I've marked in the code. ...

Runtime error when displaying a Bitmap
When executing the following code, I recieve a runtime error upon launching the about box, which is ...