MFC to dll
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have a large MFC program and now would like to actually run it as a dyamically loaded dll from a launcher app. How would I go about converting my MFC app to a dll????? (this is opposed to writing a dll that would launch my app) Thanks (fyi - the mfc program is a 3d viewer that gets sent real-time simulation data to update the senario, I want the program to load when I start a simulation) ---