Search found 64 matches: buildg

Return to advanced search

Re: Compiling with minigw

... -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 FWH buildg.bat, much simpler and easy to modify
by Antonio Linares
Wed Jul 18, 2012 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5914

Compiling with minigw

Hello Antonio I'm trying minigw with buildg.bat ( Fw 12.4) this is my path : if "%fwh%" == "" set fwh=.\.. set hdir=c:\HB30 set hdirc=%hdir%\bin\harbour.exe set hlibs=%hdir%\lib\win\mingw set mingw=C:\hb30\comp\mingw set ...
by Maurizio
Wed Jul 18, 2012 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5914

Re: FWH 12.03 Mingw gcc linking errors

Alex,

Try to use FWH\samples\buildg.bat so you control the exact libraries that you need to link :-)
by Antonio Linares
Sat Apr 14, 2012 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.03 Mingw gcc linking errors
Replies: 21
Views: 4610

Re: FWH 12.03 Mingw gcc linking errors

Alex,

Please go to FWH\samples folder and do:

buildg.bat tutor02

buildg.bat webexp

buildg.bat rbdesign

and let me know if they build fine, thanks
by Antonio Linares
Sat Apr 14, 2012 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 12.03 Mingw gcc linking errors
Replies: 21
Views: 4610

Re: Bug in FolderEx ...

... OF oFld:aDialogs[ 1 ] PIXEL TRANSPARENT   ACTIVATE DIALOG oWndRETURN NIL  Compile this sample in fwh\samples directory with buildg.bat . I'm not seeing lithuanian chars ... Daniel did sample - he is seeing ... Can't understand where is problem ... After discusion with Daniel ...
by Rimantas
Thu Dec 15, 2011 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in FolderEx ...
Replies: 32
Views: 5785

Re: Bug in FolderEx ...

ukservice wrote:Rimatas,

Maybe you are linking a modified .prg of Folderex...


No . It's a small sample ( can see in [code] section ) , which placed in fwh\samples folder and created with standard fwh buildg.bat . No any other add or something .

Can you try this sample ? How it looks at your PC ?
by Rimantas
Wed Dec 14, 2011 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in FolderEx ...
Replies: 32
Views: 5785

Re: New Class TVistaMenu in FWH 11.11

... la presentación visual" )    oWnd:oClient := oVMenuACTIVATE WINDOW oWndreturn 0  It's not working with MinGW + harbour 3.1 ... Buildg vistamn1 - return errors . Regards ,
by Rimantas
Thu Nov 24, 2011 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TVistaMenu in FWH 11.11
Replies: 6
Views: 2071

Re: FWCallDll() and MingW + Harbour

Hi Antonio. Thanks. I tried what you suggested before, using HBMK2, without success. But since BUILDG.BAT worked I did a comparison in what HBMK2 and BUILDG does. The problem was that HBMK2 tool from Harbour always put harbour's include folder as the first one to search ...
by concentra
Thu Nov 24, 2011 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWCallDll() and MingW + Harbour
Replies: 16
Views: 4408

Re: FWCallDll() and MingW + Harbour

Mauricio,

Thats not the right syntax to use. Please review samples\dllcall.prg example:

And build it this way:

buildg.bat dllcall

Please notice that inside dll.ch we use FWCallDll() but you should not call it directly. Use our DLL FUNCTION ... command syntax.
by Antonio Linares
Wed Nov 23, 2011 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWCallDll() and MingW + Harbour
Replies: 16
Views: 4408

Re: Harbour-Mingw 64 bits

Antonio El buildg.bat es para generar un ejecutable. Lo que estoy buscando es el script o bat para generar mi librería, en base a las funciones que vengo utilizando desde hace muchísimo tiempo ---desde las épocas de Clipper. Yo ...
by Armando Picon
Fri Nov 18, 2011 2:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-Mingw 64 bits
Replies: 4
Views: 627

Re: Harbour-Mingw 64 bits

Armando,

Revisa el código de FWH\samples\buildg.bat que te muestra como usar Harbour y MinGW :-)
by Antonio Linares
Fri Nov 18, 2011 12:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-Mingw 64 bits
Replies: 4
Views: 627

Re: Error Fwh + MinGW ...

... check that you are not using the flag "/l" (L) when you call Harbour or lines numbers info will be supressed. If you run FWH\samples\buildg.bat testerro with this little change, you will see that the lines numbers are properly reported: // Testing the FiveWin error system - Check ...
by Antonio Linares
Mon Nov 14, 2011 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Fwh + MinGW ...
Replies: 9
Views: 3371

Re: Error Fwh + MinGW ...

Rimantas, samples\alert.prg is working fine: buildg.bat alert Please try it :-) Antonio , now please try you this code : // FiveWin Clipper Alert replacement#include "FiveWin.ch"//-----------------------------------------------------------------//function ...
by Rimantas
Mon Nov 14, 2011 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Fwh + MinGW ...
Replies: 9
Views: 3371

Testing MINGW

I´m trying to build the gmapd sample with buildg gmapd and having the folowing errors: Compiling... Harbour 3.0.0 (Rev. 16951) Copyright (c) 1999-2011, http://harbour-project.org/ Compiling 'gmapd.prg' and generating preprocessed output to 'gmapd.ppo'... ...
by ADutheil
Mon Nov 14, 2011 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing MINGW
Replies: 8
Views: 939

Re: Error Fwh + MinGW ...

Rimantas,

samples\alert.prg is working fine:

buildg.bat alert

Please try it :-)
by Antonio Linares
Mon Nov 14, 2011 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Fwh + MinGW ...
Replies: 9
Views: 3371
PreviousNext

Return to advanced search