I load a DLL dinamically...
But I want to call a function from it passing arguments...
How should I use GetProcAddress??
__
OK..
let me try to explain better...
my .cpp file should load a dll.
Then the .cpp should call few methods in the dll.
Well im able to call the methods with no parameters but im unable to call the methods with parameters.
How do I proceed?



4Likes
LinkBack URL
About LinkBacks





