Visual C++ interface for existing C program

  • Thread starter Thread starter Nikkia Carter
  • Start date Start date
N

Nikkia Carter

Hi! I am writing a GUI interface using the MFC
application in Visual C++ .NET for an existing C program
that ran in DOS. I am currently designing the interface
but have no idea of how I'm going to tie them together.
Any examples and/or suggestions are welcomed. Thanks!
 
Hi! I am writing a GUI interface using the MFC
application in Visual C++ .NET for an existing C program
that ran in DOS. I am currently designing the interface
but have no idea of how I'm going to tie them together.

Nikkia,

Not knowing anything about your application it's difficult to have any
good suggestions other than to restructure your existing code to
isolate areas that do any input or output so that you can maximise
re-use of the code in those other areas.

Dave
 
Back
Top