Trolltech Home | Qt-solutions Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-solutions Archive, December 2006
MFC + QT + Linux


Message 1 in thread

Hi Ppl,
 
We have a application in MFC.
I need to create a new dll.
 
For windows things are fine, as I use the windows migration framework.
 
Problem is that we backport our application to linux using winmain.
 
Now, the migration framework is not supported on linux.
 
So, is there a way I can use QT to make my dll and integrate it with MFC
app
and run it both on linux and windows ?
 
Any help is greatly appreciated.
 
Thnx
Prateek

Message 2 in thread

Doesn't winmain manage to run your DLL? If you run through winmain, then 
you run in a Win32 environment on top of Linux, so it shouldn't matter 
that the framework is not supported on Linux directly.

Volker


"Prateek Tiwari" <ptiwari@xxxxxxxxxxx> wrote in message 
news:B77990334B2BA445A4B3109828BEFF1402BD7E80@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi Ppl,

We have a application in MFC.
I need to create a new dll.

For windows things are fine, as I use the windows migration framework.

Problem is that we backport our application to linux using winmain.

Now, the migration framework is not supported on linux.

So, is there a way I can use QT to make my dll and integrate it with MFC
app
and run it both on linux and windows ?

Any help is greatly appreciated.

Thnx
Prateek


--
 [ signature omitted ]