Help needed to convert Console Based appln to a MFC Application 
Author Message
 Help needed to convert Console Based appln to a MFC Application

I have an obj file and executable ( source code as well) which is
compiled on Microsoft C (Visual studio 5.0 version )as a console based
project. How can I convert this project to  a MFC application ?


Mon, 28 Mar 2005 00:36:31 GMT  
 Help needed to convert Console Based appln to a MFC Application

Quote:
> I have an obj file and executable ( source code as well) which is
> compiled on Microsoft C (Visual studio 5.0 version )as a console based
> project. How can I convert this project to  a MFC application ?

The ISO C standard does not define the term "MFC application". Please
ask in a Windows programming newsgroup.

--

| Kingpriest of "The Flying Lemon Tree" G++ FR FW+ M- #108 D+ ADA N+++|
| http://www.helsinki.fi/~palaste       W++ B OP+                     |
\----------------------------------------- Finland rules! ------------/
"Outside of a dog, a book is a man's best friend. Inside a dog, it's too dark
to read anyway."
   - Groucho Marx



Mon, 28 Mar 2005 00:49:03 GMT  
 Help needed to convert Console Based appln to a MFC Application

Quote:
> I have an obj file and executable ( source code as well)
> which is compiled on Microsoft C (Visual studio 5.0 version
> )as a console based project. How can I convert this project
> to  a MFC application ?

Try one of the microsoft.public.vc.* groups.

Jonas

--
Use spaces instead of tabs.



Mon, 28 Mar 2005 00:51:08 GMT  
 Help needed to convert Console Based appln to a MFC Application

Quote:

>I have an obj file and executable ( source code as well) which is
>compiled on Microsoft C (Visual studio 5.0 version )as a console based
>project. How can I convert this project to  a MFC application ?

Good question. However, much like asking your eye doctor a dentistry
question, your MFC migration question is entirely off-topic for
comp.lang.c.

Perhaps you'll get a proper answer if you ask in one of the
comp.os.ms-windows.* groups, or in one of the microsoft.* newsgroups

Lew Pitcher, Information Technology Consultant, Toronto Dominion Bank Financial Group

(Opinions expressed are my own, not my employer's.)



Mon, 28 Mar 2005 01:19:45 GMT  
 Help needed to convert Console Based appln to a MFC Application

Quote:

> I have an obj file and executable ( source code as well) which is
> compiled on Microsoft C (Visual studio 5.0 version )as a console based
> project. How can I convert this project to  a MFC application ?

Why would you want to make something that is probably fairly
portable into a non-standardized non-portable monstrosity?

Now if you were to ask about how to make it portable, that would
be on-topic.  You could also ask (in a suitable newsgroup, not
here) about how to write a shell that would implement all that gui
stuff around a portable program.

--

   Available for consulting/temporary embedded and systems.
   <http://cbfalconer.home.att.net>  USE worldnet address!



Mon, 28 Mar 2005 03:03:51 GMT  
 Help needed to convert Console Based appln to a MFC Application

|I have an obj file and executable ( source code as well) which is
|compiled on Microsoft C (Visual studio 5.0 version )as a console based
|project. How can I convert this project to  a MFC application ?

by moving to the microsoft newsgroups.

you can easily convert the project by creating a dialog based mfc application
and then including your code in there. just try it - it isnt so difficult.



Mon, 28 Mar 2005 04:46:21 GMT  
 Help needed to convert Console Based appln to a MFC Application

Quote:

> I have an obj file and executable ( source code as well) which is
> compiled on Microsoft C (Visual studio 5.0 version )as a console based
> project. How can I convert this project to  a MFC application ?

By rewriting your code to use MFC.  When you do that, post to some
newsgroup where this platform-specific, non-C junk is topical.  Hint:
it isn't comp.lang.c.


Mon, 28 Mar 2005 15:52:46 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. Needed: console based internet applications

2. WOWTO: console stdout/printf and GUI-based MFC application

3. WOWTO: console stdout/printf and GUI-based MFC application

4. help me converitng console to window based application

5. Console based program to MFC based project

6. Need help converting a console app to windows app with a DLL

7. need help with my console application!

8. Need help creating a dialog base application for 1.52

9. Help -- MFC shared dll and console application.

10. Help needed in creating new classes - not based on anything MFC

11. how to use a console window in a win32 application..-- not console application

12. Do WinCE support console-base application?

 

 
Powered by phpBB® Forum Software