MFC in Linux

T

tipu

We are working on vc++ project and are using mfc applications for gui.
we want to shift our project to linux, is there any method by which we
can make mfc work on linux
 
A

Alf P. Steinbach

* tipu:
We are working on vc++ project and are using mfc applications for gui.
we want to shift our project to linux, is there any method by which we
can make mfc work on linux

1. It's enough to post an article once.

2. See the FAQ about topicality for this group.
 
E

EventHelix.com

This is off-topic here.

You might want to checkout Mainsoft. They support porting of Windows
applications to Linux.
 
L

loufoque

tipu a écrit :
We are working on vc++ project and are using mfc applications for gui.
we want to shift our project to linux, is there any method by which we
can make mfc work on linux

Not really.
Only with wine.
 
I

Ivan Vecerina

: We are working on vc++ project and are using mfc applications for gui.
: we want to shift our project to linux, is there any method by which we
: can make mfc work on linux

MFC is copyrighted and maintained by Microsoft and, guess what,
they do not support it on non-windows OSes (although support for
the old MacOS "carbon" APIs once existed).

There are many other GUI frameworks that are multi-platform:
http://www.geocities.com/SiliconValley/Vista/7184/guitool.html
[it also mentions Wine, which could be used to cross-compile
your application].

The wxWidgets framework was once intended as a cross-platform
derivative of MFC, following many of its design traits
(including the many bad ones...). It has since evolved and
improved independently, but it might still feel more familiar
than alternatives to someone coming from MFC. You might want
to check it out.


I hope this helps,
Ivan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,146
Messages
2,570,832
Members
47,374
Latest member
EmeliaBryc

Latest Threads

Top