I made a DLL with a function named \"render()\" and I want to load it dynamically to my application, but GetProcAddress cannot find it. Here\'s the DLL .h:
Is there a way to load a 32bit DLL library (something with the same usage as LoadLibrary) I would like to use开发者_Go百科 that function along with GetProcAddress.
I have the following items in a structure: - Dll name (absolute/relative path) - Function name in the dll