FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour new mingw 15.1
Posts: 104
Joined: Tue Feb 09, 2021 04:20 PM
new mingw 15.1
Posted: Thu May 01, 2025 12:23 PM

It is only a comment:

Since first time, I use harbour build in any mingw version.

From 4.7 to newer 15.1

It is needed to be mingw DWARF, and this is the default on winlibs.com

I am working with mingw 15.1 now, and using same fivewin than before.

It is working with NO problem.

José M. C. Quintas Brazil

gtwvg, fivewin 25.12, hwgui, mingw 15.2 (32 bits)

Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: new mingw 15.1
Posted: Thu May 01, 2025 04:39 PM

Mister Quintas, se não for pedir muito, poderia nos ensinar como se compila FIVEWIN com MINGW?

.bat / lnk, .bat / .mak, etc?

Onde descargar o MINGW? Url?

Mister Quintas, if it's not too much to ask, could you teach us how to compile FIVEWIN with MINGW?

.bat / lnk, .bat / .mak, etc?

Where can I download MINGW? Url?

Gracias, tks.

Regards, saludos.

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 104
Joined: Tue Feb 09, 2021 04:20 PM
Re: new mingw 15.1
Posted: Tue May 13, 2025 08:46 PM
The easy way: create fivewin.hbc, with fivewin requirements, save on fivewin folder.
incpaths=include

libpaths=lib
{mingw}libs=fivehg
{mingw}libs=fivehgc

{mingw}libs=user32 winspool kernel32 comctl32 comdlg32 gdi32 gdiplus ole32
{mingw}libs=oleaut32 psapi oledlg mfcuia32 msimg32 win32k stdc++ version
{mingw}libs=uuid winmm vfw32 wsock32
{mingw}libs=uxtheme

libs=hbwin.hbc
libs=xhb.hbc
libs=hbct.hbc
libs=hbmzip.hbc
libs=hbziparc.hbc
After that, goto samples folder:
hbmk2 samplename.prg ..\fivewin.hbc
If your harbour do not have the hbc list, include libpaths= and libs= for all lib paths and lib names.

if you are using hbmk2 on XHARBOUR, add -xhb, do do not use hbmk2 internal harbour, and to use xharbour standard libraries.

José M. C. Quintas Brazil

gtwvg, fivewin 25.12, hwgui, mingw 15.2 (32 bits)

Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: new mingw 15.1
Posted: Wed May 14, 2025 01:02 PM
Mister Quintas, estou testando com HARBOUR por enquanto. Ajude aqui neste tópico por favor.

Mister Quintas, I'm testing with HARBOUR for now. Help here in this topic please.

https://forums.fivetechsupport.com/viewtopic.php?p=279488#p279488

Gracias, tks.

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: new mingw 15.1
Posted: Fri May 16, 2025 12:21 PM
Fantastic,

https://imgur.com/k3BjS5W



Gracias, tks.

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341

Continue the discussion