Linking C++/CLI program with MFC GUI
HI,
I have written a program in Visual C++/CLI 2005 that does some numerical operations on supplied user inputs. I now want to marry it with a graphical user interface in order to interact with the user and display the results of the program. Could anyone suggest the best method of doing this? I was thinking of writing the GUI in MFC and importing the numerical program class objects from a dll - any other suggestions?
Thanks.
|