owlnext might be an alternative to MFC, its based on borlands old OWL
and at some point they did have a mingw port though i seem to remember
the makefiles for it needed some updating. Seems someone is allready
looking into updating the makefiles so it might soon build with a mingw
based gcc again.
Den 26-02-2020 kl. 11:30 skrev Budi:
there's sln2mak by a female S/W expert
google it
On 2/18/20, Valerio Messina via Msys2-users
<msys2-users@lists.sourceforge.net> wrote:
On 02/17/20 20:24, Óscar Fuentes wrote:
Maybe this is relevant to you:
https://social.msdn.microsoft.com/Forums/en-US/22ea31cb-0feb-4ff5-a607-58d5727fd34d/how-generate-makefile-from-visual-studio-solution?forum=vcgeneral
neither of those linked converter work and support recent VS project
I wrote the Makefile by hand
But as far as I know, MFC depends on language extensions not available
on g++, so the Makefile is the least of your worries.
seems I'm hitting one of these:
i686-w64-mingw32-g++ -std=c++0x -Wall -O3 -D __USE_MINGW_ANSI_STDIO=1
-mwindows -I../../src/ -c LimitsDlg.cpp -o LimitsDlg.o
In file included from LimitsDlg.cpp:14:0:
LimitsDlg.h:17:35: error: expected class-name before '{' token
class CLimitsDlg : public CDialog {
line 17 of LimitsDlg.h is:
class CLimitsDlg : public CDialog {
No way?
--
Valerio
_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users
_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users
_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users