Posts by peregrinus • 31 points
1 post
-
3
votes1
answer86
viewsQ: Loading multiple libraries with loadlibrary
I have two libraries, sph.dll and mydll.dll, and I try to load them using Loadlibrary as shown below: HMODULE hlib = LoadLibrary("mydll.dll"); if(!hlib){ printf("error"); MessageBox(NULL, "Erro…