|
Created a regular DLL, which called a third-party DLL (using static linking, plus put the DLL into). Now in a main program, the rule DLL I made is statically linked and the method it encapsulates is called. What path should these two DLLs be placed on? Or how to set the link path when connecting statically. I put the two DLLs directly in the directory of the executable file and reported an error.
"Now the program always reports that the third-party DLL is not found, so the program fails to start." |
|