Search found 69 matches: mingw32

Return to advanced search

Re: Harbour - Using MingW

... version: [ total application time: ]....................................15.52 [ total real time: ]...........................................15.52 MingW32 6.1.0 from MSYS2: [ total application time: ].....................................9.77 [ total real time: ]............................................9.81 ...
by toninhofwi
Fri Aug 19, 2016 9:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour - Using MingW
Replies: 6
Views: 1108

Harbour - Using MingW

Hi friends, this is a very little guide to use Harbour and FWH with Mingw32. 1) Download Harbour from: https://github.com/harbour/core or https://github.com/vszakats/harbour-core 2) Download and install https://cygwin.com/install.html (64bit) 3) Download and ...
by toninhofwi
Sun Aug 14, 2016 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour - Using MingW
Replies: 6
Views: 1108

Re: xharbour with gcc (mingw)?

... 5, Functions/Procedures 1, pCodes 7 C:/XharbourWithMingwTestProgram/mingw530/MINGW530/bin/../lib/gcc/i686-w64-mingw3 2/5.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lhbcommon C:/XharbourWithMingwTestProgram/mingw530/MINGW530/bin/../lib/gcc/i686-w64-mingw3 2/5.3.0/../../../../i686-w64-mingw32/bin/ld.exe: ...
by pieter
Thu Apr 14, 2016 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour with gcc (mingw)?
Replies: 15
Views: 4941

Re: New FWH 14.09

... c:/fwh/lib/fivehg.lib(WINDOW.o):WINDOW.c:(.data+0x5d8): undefined reference to ` HB_FUN_GETWINDOWTEXTW' c:/hb32/comp/mingw/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mi ngw32/bin/ld.exe: c:/fwh/lib/fivehg.lib(WINDOW.o): bad reloc address 0x5d8 in se ction `.data' collect2.exe: error: ...
by Gross
Sat Nov 01, 2014 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 14.09
Replies: 55
Views: 8612

Re: hbmk2 errors

Antonio Linares wrote:Mosh,

Did you link MinGW libpsapi.a ?


Yes. This is my tst32.hbp

tst
RICHEDIT.o
libversion.a
liboledlg.a
libpsapi.a
libkernel32.a

-Lc:\fwh\lib -lfivehg
-Lc:\fwh\lib -lfivehgc
-Lc:\doltest -llibmysql
-Lc:\Dolph_SRC\lib\HARBOUR\MINGW32 -ldolphin

-otst32
-w1 -es0 -p -d__HB30__ -dVERS=103


by mosh1
Tue Apr 16, 2013 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 errors
Replies: 36
Views: 7445

Re: Compiling with minigw

... -lhbusrrdd -lhbvm -lhbvpdf -lhbw32 -lhbzlib -lrddado -lrddads -lrddcdx -lrddfpt -lrddntx -lxhb -Wl,--end-group c:/hb30/comp/mingw/bin/../lib/gcc/mingw32/4.5.2-dw2/../../../../mingw32/bin/ld.exe: cannot find -ldll c:/hb30/comp/mingw/bin/../lib/gcc/mingw32/4.5.2-dw2/../../../../mingw32/bin/ld.exe: ...
by Maurizio
Wed Jul 18, 2012 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with minigw
Replies: 12
Views: 5891

Re: Error linking MinGW32

After upgrade, new MINGW release does not need a multiple definition flag.

Regards,
by nnicanor
Fri Mar 23, 2012 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error linking MinGW32
Replies: 4
Views: 804

Re: Error linking MinGW32 (SOLVED)

Changed my batch file to
Code: Select all  Expand view
SET PATH=e:\hb31\comp\mingw;E:\hb31\bin\;C:\WINDOWS;C:\WINDOWS\SYSTEM32
HBMK2 -ldflag={allgcc}-Wl,--allow-multiple-definition -inc -run -ic:\fwh\include -iINCLUDES wegb32.hbm C:\FWH\fwhgSQL.hbc contrib.hbc
 
by ADutheil
Tue Mar 13, 2012 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error linking MinGW32
Replies: 4
Views: 804

Re: Error linking MinGW32

nnicanor thanks for the reply but I tryed without succes. I use a bat file with hbmk2: SET PATH=e:\hb31\comp\mingw;E:\hb31\bin\;C:\WINDOWS;C:\WINDOWS\SYSTEM32HBMK2 -inc -run -ic:\fwh\include -iINCLUDES wegb32.hbm C:\FWH\fwhgSQL.hbc contrib.hbc I included ldflags=--allow-multiple-definition in contri...
by ADutheil
Tue Mar 13, 2012 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error linking MinGW32
Replies: 4
Views: 804

Re: Error linking MinGW32

Add --allow-multiple-definition after -Wall

Regards
by nnicanor
Tue Mar 13, 2012 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error linking MinGW32
Replies: 4
Views: 804

Error linking MinGW32

I am having trouble linking CT lib with FWH under MinGW32: E:/hb31/lib/win/mingw/libhbct.a(disk.o):disk.c:(.text+0xd0): multiple definition of `HB_FUN_DRIVETYPE' C:/FWH/lib/fivehgc.lib(C5CNEW.o):C5CNEW.C:(.text+0x4e89): first defined here E:/hb31/lib/win/mingw/libhbct.a(files.o):files.c:(.text+0x630): ...
by ADutheil
Tue Mar 13, 2012 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error linking MinGW32
Replies: 4
Views: 804

Harbour 3 y Borlanc C 5.82 y Openssl

... C:\PROGRAMACION\HARBOUR3\LIB\WIN\BCC\HBSSL.LIB|evpciph He instalado varias versiones de Openssl con el mismo resultado. ;-( Solo me funciona con mingw32, pero necesito usar con Fivewin y uso BorlandC Please, ¿ alguien a conseguido hacerlo funcionar ? Saludos
by thefull
Wed Feb 22, 2012 4:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour 3 y Borlanc C 5.82 y Openssl
Replies: 2
Views: 555

Compiling TSButton with MinGW gcc

... F:/FWH/INCLUDE/ClipApi.h:69:28: error: conflicting declaration 'typedef unsigned int WORD' c:\hb31\comp\mingw\bin\../lib/gcc/mingw32/4.5.2-dw2/../../../../include/windef.h:241:24: error: 'WORD' has a previous declaration as 'typedef short unsigned int WORD' F:/FWH/INCLUDE/ClipApi.h:80:21: ...
by concentra
Tue Oct 18, 2011 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling TSButton with MinGW gcc
Replies: 12
Views: 2959

Re: Error al compilar ultimo Tdolphin

... y MINGW 32 Perfecto sin Warnings # ----------------------------------------------------------------------- # Building libdolphin.a # # C COMPILER :MINGW32 # PRG COMPILER :HARBOUR # ----------------------------------------------------------------------- \harbourg\bin\harbour.exe .\source\prg\tdolpexp.prg ...
by nnicanor
Fri Oct 14, 2011 3:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar ultimo Tdolphin
Replies: 5
Views: 1287

Re: Compilar en Ubuntu

... durante la instalación si Linux se detiene al intentar instalar "dosemu-freedos" no se preocupen y repitan el comando a partir de "mingw32" en adelante. Harbour: COMO instalar en LINUX Como descargar la ultima version de SVN de Harbour del repositorio de Sourceforge y compilarlo ...
by Armando Picon
Fri Jan 22, 2010 2:15 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Compilar en Ubuntu
Replies: 19
Views: 7388
PreviousNext

Return to advanced search