Hi,
How can I find all functions stored in a DLL? I need to call some specific functions, but they may or may not have decorated function names, so getProcAddress won't work in all cases.
In purebasic it is possible to step through the different function names in the DLL (and then doing a string.Find() on the name), how can I do the same in BlitzMax?
How can I find all functions stored in a DLL? I need to call some specific functions, but they may or may not have decorated function names, so getProcAddress won't work in all cases.
In purebasic it is possible to step through the different function names in the DLL (and then doing a string.Find() on the name), how can I do the same in BlitzMax?