how to implement hotfix function?
-
:confused: in my program,the main exe runs with several dll modules, and i want to implement the function of replacing one of the dll files when the main exe is running? can anyone give me some advice? thanks a lot
-
:confused: in my program,the main exe runs with several dll modules, and i want to implement the function of replacing one of the dll files when the main exe is running? can anyone give me some advice? thanks a lot
LoadLibrary() ???
-
:confused: in my program,the main exe runs with several dll modules, and i want to implement the function of replacing one of the dll files when the main exe is running? can anyone give me some advice? thanks a lot
Do you want to load dll files on your program?
-
Do you want to load dll files on your program?
usually,when main exe is running,the dlls it loaded cannot be replaced. i want to replace the loaded dll without kill the main exe. the process of replace the dll module without stop the main exe is called "make hotfix"