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 errorCodePudding user response:
May depend on the library version does not match, try to download the latest version of the DLLCodePudding user response:
Two DLL in a directory?