 | | From: | juanito | | Subject: | future of wxWidgets under windows | | Date: | Fri, 21 Jan 2005 10:50:34 +0100 |
|
|
 | Hello,
I am a new user of wxWidgets interested in cross platform development and I have some questions concerning wxWidgets under windows.
When the MFC are replaced (maybe by .NET) and no more provided by Windows, what choices will remain to users of wxWidgets ?
- Use wxUniversal ? Is it as complete as the GTK and the MFC ports ? - Use wxGTK under windows ? I suppose it is possible if GTK is installed ? - Wait for a new port of wxWidgets ?
Thanks for your great job
Jose
|
|
 | | From: | Amaury Forgeot d'Arc | | Subject: | Re: future of wxWidgets under windows | | Date: | Fri, 21 Jan 2005 14:54:33 +0100 |
|
|
 | Hello,
juanito wrote: > When the MFC are replaced (maybe by .NET) and no more provided by > Windows, what choices will remain to users of wxWidgets ? > > Jose
wxWindows doesn't use MFC, but only the WIN32 API, and I doubt this will ever disappear. Even .NET and the MFC are based on the Win32 platform...
Amaury.
|
|
 | | From: | juanito | | Subject: | Re: future of wxWidgets under windows | | Date: | Fri, 21 Jan 2005 17:44:28 +0100 |
|
|
 | Amaury Forgeot d'Arc wrote: > Hello, > > juanito wrote: > >> When the MFC are replaced (maybe by .NET) and no more provided by >> Windows, what choices will remain to users of wxWidgets ? >> >> Jose > > > wxWindows doesn't use MFC, but only the WIN32 API, > and I doubt this will ever disappear. > Even .NET and the MFC are based on the Win32 platform... > > Amaury.
Thanks
|
|