PDA

View Full Version : MFC DLL port to Linux


steg90
11th July 2007, 09:44
Hi,

Is it possible to port a DLL I have that is written in C++ using MFC to Linux without having to remove all MFC dependent code?

Any advice is much appreciated,
Steve

jpn
12th July 2007, 19:57
I believe it's not. But you may rewrite it with Qt. :)