GetProcAddress
-
hallo!
ich möchte eine Funktion
extern "C" { _declspec(dllexport) HelloWorld(char* text) { //... } }
aus einer DLL laden.
also:HINSTANCE hhelp; hhelp= LoadLibrary("insert.dll"); GetProcAddress(...,...);
Die DLL wird mit LoadLibrary geladen, nur wie lade ich die Funktion?
oder wie geht das?mfG (c)h
-
achja.. und was ist mit der *.lib?
bedeutet doch "Library", oder?
-
unter winapi bereits erledigt
thread closed.