|
The project EXE depends on several DLLs to run, how to package the DLL in the EXE.
Originally I wanted to make the DLL into a resource file, and the EXE was released to run, but because the EXE could not run without these DLLs, I gave up this idea.
I don't know if there are other ways to require the program to be implemented instead of using packaging tools.
Give some ideas. |
|