Search found 31 matches: minigw

Return to advanced search

Re: Compilando Proyecto con MINGW

... Esporadicamente se me distorciona la pantalla. le anexo imagen para una mejor explicacion del problema. Esto pasa si compilo con bcc o vss o minigw https://www.4shared.com/photo/7zGaovdWea/pantalla_disp.html
by ruben Dario
Mon Jan 18, 2021 1:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando Proyecto con MINGW
Replies: 8
Views: 950

Re: What is the best of MySql (lib or class) TMySql, TDolphin

... ( typed in english too ) only edit .BAT file to config enviroment setenvh.bat, Harbour/Borland setenvhg.bat, Harbour/MiniGW setenvhm.bat, Harbour/Microsoft 32 setenv64.bat, Harbour/Microsft 64 setenvx.bat, xHarbour/Borland setenvxg.bat, xHarbour/MiniGW setenvxm.bat, ...
by mosh1
Sun Aug 12, 2012 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best of MySql (lib or class) TMySql, TDolphin
Replies: 92
Views: 16824

Re: What is the best of MySql (lib or class) TMySql, TDolphin

... ( typed in english too ) only edit .BAT file to config enviroment setenvh.bat, Harbour/Borland setenvhg.bat, Harbour/MiniGW setenvhm.bat, Harbour/Microsoft 32 setenv64.bat, Harbour/Microsft 64 setenvx.bat, xHarbour/Borland setenvxg.bat, xHarbour/MiniGW setenvxm.bat, ...
by Daniel Garcia-Gil
Sun Aug 12, 2012 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best of MySql (lib or class) TMySql, TDolphin
Replies: 92
Views: 16824

Re: Compiling with minigw

Maurizio,

I am emailing you a modified Fivehcg.lib, thanks :-)
by Antonio Linares
Fri Jul 20, 2012 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5878

Re: Compiling with minigw

Antonio ,

do you cann try FHW\samples\TESTMAIL.PRG ? does't work .

Maurizio
by Maurizio
Fri Jul 20, 2012 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5878

Re: Compiling with minigw

Antonio

in your make the problems are :
hdirc=$(hdir)\bin\harbour.exe
you have to change in
hdirc=$(hdir)\bin


in the FWH LIB for minigw missing some function :
TWEBCAM()
MAPILOGOFF()
MAPISENDMAIL()

Thanks MAurizo
by Maurizio
Thu Jul 19, 2012 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5878

Re: Compiling with minigw

Maurizio,

Yes, you have to set your own paths into it :-)
by Antonio Linares
Thu Jul 19, 2012 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5878

Re: Compiling with minigw

Hello Antonio , with these changes your make works # gcc make example for Windows, developed by FiveTech Softwarehdir=c:\HB30hdirc=$(hdir)\binhlibs=$(hdir)\lib\win\mingwfwh=c:\fwh_06mingw=C:\hb30\comp\mingwfwfiles=-lfivehg -lfivehgcwinfiles=-luser32 -lwinspool -lkernel32 -lcomctl32 -...
by Maurizio
Thu Jul 19, 2012 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5878

Re: Compiling with minigw

André,

Thanks! :-)
by Antonio Linares
Thu Jul 19, 2012 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5878

Re: Compiling with minigw

I have been using hbmk2 from a nightly build downloaded from harbour site with no problem. Version: Harbour 3.2.0dev (Rev. 17445) Compiler: MinGW GNU C 4.6.1 (32-bit) I use a simple .bat file. SET PATH=e:\hb32\comp\mingw;e:\hb32\bin\;C:\WINDOWS;C:\WINDOWS\SYSTEM32hbmk2 -inc -ldflag={allgcc}...
by ADutheil
Wed Jul 18, 2012 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5878

Re: Compiling with minigw

Maurizio, This Makefile seems to be working fine :-) # gcc make example for Windows, developed by FiveTech Softwarehdir=c:\harbourhdirc=$(hdir)\bin\harbour.exehlibs=$(hdir)\lib\gccfwh=c:\fwhmingw=c:\mingwfwfiles=-lfivehg -lfivehgcwinfiles=-luser32 -lwinspool -lkernel32 -lcomctl32 -lc...
by Antonio Linares
Wed Jul 18, 2012 4:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5878

Re: Compiling with minigw

Thank Antonio ,

I also prefer to use FWH buildg.bat

but with FWH\makes\gccmake.zip and win-make.exe I have the errors above

Maurizio
by Maurizio
Wed Jul 18, 2012 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5878

Re: Compiling with minigw

Maurizio, This is the closer I have just tried: set path=c:\mingw\bin c:\harbour\bin\hbmk2 tutor02 -compiler=mingw -ic:\fwh\include -lfivehg.a -lfivehgc.a -lhbwin.a -Lc:\fwh\lib I understand that hbmk2 is easy, but its sources are really complex in case that it may not work as desired... I do prefer...
by Antonio Linares
Wed Jul 18, 2012 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5878

Re: Compiling with minigw

Antonio , OK with 12.06 works , is possible compilink with hbmk2.exe ? I Try with gccmake.zip HB:C:\fwh_06\1>go HB:C:\fwh_06\1>PATH=C:\hb30\comp\mingw\bin;C:\hb30\comp\mingw\bin;C:\hb30\comp\mingw\bin;C:\hb30\comp\mingw\bin;C:\MinGW\bin;C:\ MinGW\bin;C:\MinGW\bin;C:\hb30\comp\mingw\bin HB:C:\f...
by Maurizio
Wed Jul 18, 2012 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5878

Re: Compiling with minigw

Maurizio,

Those problems have been solved on FWH 12.06:

Image
by Antonio Linares
Wed Jul 18, 2012 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5878
Next

Return to advanced search