Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to convert CONSOLE App to Windows App?

Status
Not open for further replies.

Dhafir

Programmer
Sep 22, 2002
28
0
0
NZ
Hi all,
I have a Console application that I need to convert into a Windows application.

I appreciate any guidlines !
 
What sort of Windows app you want to create...in what state it is now...
 
It is currently runs as Win32 Consol Application, I need to convert it to either Win32 Application or MFC Application.

Thanks
 
>> I appreciate any guidlines !

Most of the classes that you developed for you console application should just work inside a Windows or MFC application without modifications.

-pete
 
There are so many windows app even console application are alos included as Win32 Console Application. If you are using VC++ you are already in windows environment.Ok you can even call invoke GUI using SDK/MFC both even from Win32 console app.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top