I have a Main App that loads and sets a hook for a DLL. The Main App contains a message pump that makes the whole thing work. But I want to get rid of the Main App and leave the DLL active. How can this be accomplished?
I am running WinXP SP3 with VC++ 2010. The code is C, and the Win32 API is used.
I am running WinXP SP3 with VC++ 2010. The code is C, and the Win32 API is used.