|
-
February 11th, 2007, 04:12 AM
#1
combined console32 app and MFC
Hi Again,
If I had a previous application that was created as console32 exe with MFC support.
and I want to call to some functions implemented within that application, from my MFC GUI application.
I do not want to take all the files and build then within my MFC application (to many files and mosts are connected to each other).
On the other hand, combine this project to my MFC project (as active) will be great but i fail to do that (maybe because the other main() function of the exe application??).
I tried to take the .obj of that console app (without the obj with the main()).
and it works but is it the right way ??
Thanks
Yossi
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|