How could I call a function from a DLL ?
I tried to declare a void pointer and to store in it the result of GetProcAddress... but didn't work. I also wanted to declare an unsigned long int
( I saw it somewhere on the internet ), but then I didn't know how to continue on. :D
So, would anybody mind giving me a hand ?