Search found 63 matches: fivehg

Return to advanced search

Re: Generar lib propia con mingw32, imprescindible.

José,

Nosotros lo usamos asi:

$(GDIR)\bin\ar rc .\lib\FiveHG.lib filename.o
by Antonio Linares
Thu Apr 22, 2021 4:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Generar lib propia con mingw32, imprescindible.(SOLUCIONADO)
Replies: 13
Views: 1225

Re: Using nullrd

... f:/develop/ccompilers/winlibs/1032/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld.exe: F:\Develop\FWH\LIB\FiveHG.lib(DBFFUNC2.o):DBFFUNC2.c:(.text+0x2d5): undefined reference to `hb_rddGetCurrentWorkAreaPointer'
by nageswaragunupudi
Tue Jun 16, 2020 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using nullrd
Replies: 9
Views: 869

Procedure FW_GT que no existe en Fivewin.ch

... he rastreado en los archivos de fuentes y, efectivamente, no existe. El error se origina en Fivewin.ch y eso compromete a fiveh.lib, fiveh32.lib, fivehg.lib, fivehm.lib y pcodedll.dll Favor de verificar su implicancia en las sucesivas versiones de Fwh y como corregirlo. Gracias
by Armando_Picon
Tue May 26, 2020 11:04 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Procedure FW_GT que no existe en Fivewin.ch
Replies: 6
Views: 1320

Compilando con Harbour 3.2, Bcc7 y Hbmk2

... .hbmk\wi n\bcc\menu.obj .hbmk\win\bcc\frecuencia.obj .hbmk\win\bcc\pron_2.obj .hbmk\win\bcc\seeyou.obj .hbmk\win\bcc\mmovil.obj, menu.exe, nul, fivehg.lib fivehgc.lib gtgui.lib hbextern.lib hbdebug.lib hbvm.lib hbrtl.lib hblang.lib hbcpage.lib gtcgi .lib gtpca.lib gtstd.lib gtwin.lib gtwvt.lib ...
by Armando Picon
Sat Jan 25, 2020 6:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour 3.2, Bcc7 y Hbmk2
Replies: 13
Views: 3081

Re: AL crear ejecutable con Minigui o GCC me da este error

... cannot find -librub_h etc Compilo asi fwfiles=-lfivehg -lfivehgc w32files=-lkernel32 -luser32 -lgdi32 -lwinspool -lcomctl32 -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 \ -luuid -lodbccp32 -liphlpapi ...
by ruben Dario
Sat Jul 27, 2019 7:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AL crear ejecutable con Minigui o GCC me da este error
Replies: 4
Views: 480

AL crear ejecutable con Minigui o GCC me da este error

... Este es el error \harbour_v\harbour_mingw81\lib\win\mingw/libhbrtl.a(alert.o):alert.c:(.text+0x70): multiple definition of `HB_FUN_ALERT' \fwh\lib\fivehg.lib(ALERT.o):ALERT.c:(.text+0x3a): first defined here \v_xharb_v3\lib\Harb_miw\librepo_h.a(TPREVIEW.o):TPREVIEW.c:(.text+0x3a): multiple definition ...
by ruben Dario
Sat Jul 27, 2019 1:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AL crear ejecutable con Minigui o GCC me da este error
Replies: 4
Views: 480

Re: Reducing the EXEs sizes

Much better: First create fivehg.txt this way (from Windows bash): nm fivehg.lib > fivehg.txt dbfs.prg #include "FiveWin.ch"extern DBFCDXfunction Main()   local aLines := HB_ATokens( MemoRead( "fivehg.txt" ...
by Antonio Linares
Thu Feb 21, 2019 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2647

Re: Reducing the EXEs sizes

We could simply do:

nm fivehg.lib > fivehg.txt

and get all the info from one single txt file...
by Antonio Linares
Wed Feb 20, 2019 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2647

Reducing the EXEs sizes

... From bash we can run the nm utility: nm --defined-only fivehg.lib > defined.txt nm --extern-only fivehg.lib > extern.txt nm --defined-only fivehgc.lib > defined_c.txt nm --extern-only fivehgc.lib ...
by Antonio Linares
Wed Feb 20, 2019 5:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2647

FWH 18.02 MinGW 7.2.0

Mr.Rao, error compiling with FWH 18.02 and MinGW 7.2.0 libraries: FiveHG.lib and FiveHGC.lib do not contain the class FWMariaDB eg: c:\devfw\fwh_1802\samples\buildg maria01 ┌────────────────────────────────────────────────────────────────────────────┐?FiveWin ...
by vinhesoft
Mon Apr 16, 2018 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.02 MinGW 7.2.0
Replies: 4
Views: 849

Re: multiple definition error

Marzio,

Please create an empty file named fwdbg.prg, compile it with Harbour and gcc and then do:

$(GDIR)\bin\ar rc FiveHG.lib fwdbg.o
by Antonio Linares
Fri Feb 03, 2017 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: multiple definition error
Replies: 20
Views: 3764

Re: multiple definition error

... Compilable Sourceshello.prg  i want to try the hbide debug, but, with fivehg.lib and fivehgc.lib before of all Others libraries, Always start the fivewin debug. if there is not other way, is it possbile temporarily remove ...
by marzio
Fri Feb 03, 2017 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: multiple definition error
Replies: 20
Views: 3764

Re: multiple definition error

... -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib c:/winclip/fwh1507/lib/FiveHGC.lib c:/winclip/fwh1507/lib/FiveHG.lib -Wl,--end-group -ohello.exe -LC:/Winclip/qtcontrib/lib/win/mingw c:/winclip/fwh1507/lib/FiveHGC.lib and ...
by Antonio Linares
Wed Feb 01, 2017 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: multiple definition error
Replies: 20
Views: 3764

Re: multiple definition error

Please change these lines in the hbmk2 file:

-lc:\winclip\fwh1507\lib\FiveHGC.lib
-lc:\winclip\fwh1507\lib\FiveHG.lib

into:

-Lc:\winclip\fwh1507\lib -lFiveHG
-Lc:\winclip\fwh1507\lib -lFiveHGC
by Antonio Linares
Wed Feb 01, 2017 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: multiple definition error
Replies: 20
Views: 3764

Re: multiple definition error

sorry Antonio,
i have the same error WITHOUT this message:
c:/winclip/fwh1507/lib/FiveHG.lib(WINDOW.o):WINDOW.c:(.data+0x26d8): undefined reference to `HB_FUN_NOTIFY'

I had wrong.
by marzio
Wed Feb 01, 2017 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: multiple definition error
Replies: 20
Views: 3764
Next

Return to advanced search