Howdy all,
I found using "Dependency Walker" the exported function name wasn't "fnTestDLL" it was "?fnTestDLL@@YAHXZ", and using that name, it works fine. I assume there must be SOME way to export nicer sounding names using C++, but I'll read-up on that. One thing I also noticed, is I can point...
Hi all,
I'm using VC++ 6.0 to try and explicitly load a DLL. However no
matter what I've tried GetProcessAddress() always returns NULL.
LoadLibrary works fine (not NULL anyway). I've checked the exported
name from the DLL via 'depends.exe' and it's not mangled: it shows
the same name...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.