Home > Software engineering >  DLL loading error
DLL loading error

Time:11-25

[problem] I
I want to call DLL: GuUtility. DLL

GuUtility. DLL rely on Cstdfunc. DLL compiled (GuUtility. DLL to call Cstdfunc. DLL functions in the interface)

Call GuUtility. DLL, load the DLL error directly
Call Cstdfunc. DLL, normal

Does anyone know where is have problem

CodePudding user response:

Through the LoadLibrary call? You can use the GetLastError to check the reason for the error

CodePudding user response:

May depend on the library version does not match, try to download the latest version of the DLL


CodePudding user response:

Two DLL in a directory?
  • Related