Hi all
My task is to convert .exe (Windows Application like MS Paint) into a dll. The application is build using MFC and it includes lot of files afx....h and implements message map functions. There are a lots of classes derived from classes in afx....h.
Any steps and guidance as how should I proceed is highly appreciated.
I am using Visual Studio .NET 2005 and VC++8.0.
I completely do not need the windows functionality just the functions inside that project.