Search found 843 matches: mingw

Return to advanced search

Re: SAPI : change Voice

... el fix pude compilar la libreria Contrib de HBWIN que descargue desde el repositio de Harbour en GITHUB mediante el bin HBMK2 y el compilador MinGW. desde ya quedo muy agradecido como muchos otros de la comunidad HMGForum un saludo y abrazo a la distancia
by Danielmaximiliano
Tue Feb 06, 2024 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3560

Re: link between PRG and RC

... i use xmate or hbmk2 in harbour. :-) for the msvc version of my app i use xmate. for example, this is the .hbp project HBMK2 for fwh+mingw+harbour -hbexe -oprestamos32g -workdir=obj\ -compr -info -inc -trace -static -fullstatic -strip -jobs=%NUMBER_OF_PROCESSORS% -beep -run #-cflag=-DNTDDI_VERSION=NTDDI_WIN7 ...
by carlos vargas
Tue Jan 30, 2024 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1700

Re: SAPI : change Voice

... HB_FUNC.PRG:31:37: error: 'IEnumSpObjectTokens {aka struct IEnumSpObjectTokens}' has no member named 'Next' In file included from C:/hmg.3.4.4/mingw/i686-w64-mingw32/include/winbase.h:2377:0, from C:/hmg.3.4.4/mingw/i686-w64-mingw32/include/windows.h:70, from HB_FUNC.PRG:3: HB_FUNC.PRG:33:54: ...
by Jimmy
Thu Jan 25, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3560

Re: Comprar BCC 10 de Embarcadero?

... ( https://visualstudio.microsoft.com/es/license-terms/vs2022-ga-community/ ) presenta ciertas limitaciones legales. ¿Sería conveniente pasarse a MinGW? Gracias!
by AngelSalom
Wed Jan 03, 2024 8:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comprar BCC 10 de Embarcadero?
Replies: 13
Views: 1556

Configuration Error.

I am currently getting the following error when attempting to compile: Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. obj\tmstsr.c: Error E2209 e:\harbour\include\stdarg.h 32: Unable to open include file 'tr1/cstdarg' Error E2209 e:\harbour\include\string.h 15:...
by byron.hopp
Tue Dec 12, 2023 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Configuration Error.
Replies: 2
Views: 213

Re: Crear librerias de Harbour BCC74 Me genera error

gracias Enrico Tu tienes estos 2 archivos que me faltan. \hrbbld\curl-win64 \hrbbld\openssl\x64 xq baje los siguientes curl-8.4.0_6-win64-mingw.zip Win64OpenSSL-3_1_4.exe y me da este errror ! Building Harbour 3.2.0dev from source - https://harbour.github.io! MAKE: win-make 4.1 sh.exe clean! ...
by ruben Dario
Sun Nov 26, 2023 12:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6867

Re: xHarbour.org updated!

xHarbour builds updated!

Update MinGW builds (MinGW 8.50 32 and 64 bit):

http://xharbour.org/index.asp?page=download/windows/binaries_win
by Enrico Maria Giordano
Sun Nov 05, 2023 10:33 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37539

Re: Error al Crear la libreria de xHarbour con vc 64bits

Saludos Enrico,
Lo que quiero es construir la librerias de xHarbour con vc (VIsual Studio 2022) de 64bits

Tambien he tratado de construirlos con gcc (MINGW) para 32 y 64 bits no me da errores
by ruben Dario
Wed Oct 18, 2023 2:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Crear la libreria de xHarbour con vc 64bits
Replies: 7
Views: 321

Re: Xlsxlibhb_ver2

esas variables ya están definidos en mingw y están como hexadecimal #define INT8_MIN (-128) #define INT16_MIN (-32768) #define INT32_MIN (-2147483647 - 1) #define INT64_MIN (-9223372036854775807LL - 1) #define INT8_MAX 127 #define INT16_MAX ...
by arturo tamayo
Tue Oct 10, 2023 8:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 7
Views: 683

Re: Xlsxlibhb_ver2

Hola buenos dias, He intentado compilar la librería con Mingw , pero me arroja este error stdint.h:88:32: error: missing binary operator before token "4294967295" #define UINT8_MAX ((uint8_t) 255)#define UINT16_MAX ((uint16_t) ...
by audisys
Tue Oct 10, 2023 4:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 7
Views: 683

Errror al compilar en Minigui o Gcc

Saludos al Forum Me da este error en unas de las librerias que construi Estoy usando Harbour , Fwh y c Mingui k:/c_mingw/mingw111_32/bin/../lib/gcc/i686-w64-mingw32/11.1.0/../../../../i686-w64-mingw32/bin/ld.exe: \v_xharb_v3\lib\Harb_miw/libtwbrwx32_h.a: error adding symbols: archive has no index; r...
by ruben Dario
Thu Sep 21, 2023 4:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errror al compilar en Minigui o Gcc
Replies: 1
Views: 198

Re: how to "override" Function of FiveH64.lib using MSVC

... LNK2005: HB_FUN_FWADOFIELDSTRUCT ist bereits in ADO.obj definiert. how can i modify *.HBP for MSVC to "override" LIB Function :?: using MinGW i can use --allow-multiple-definition Try with flags linker: /FORCE:MULTIPLE
by cnavarro
Sun Sep 03, 2023 5:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "override" Function of FiveH64.lib using MSVC
Replies: 4
Views: 335

how to "override" Function of FiveH64.lib using MSVC

... LNK2005: HB_FUN_FWADOFIELDSTRUCT ist bereits in ADO.obj definiert. how can i modify *.HBP for MSVC to "override" LIB Function :?: using MinGW i can use --allow-multiple-definition
by Jimmy
Sun Sep 03, 2023 4:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "override" Function of FiveH64.lib using MSVC
Replies: 4
Views: 335

dialog opening difference in the monitor between 32/64 bit

Good morning, I compile fivewin programmes in both 32bit and 64bit versions with MinGW 8.5 - fivewin release 22.12 and use 2 monitors I have noticed that in the 32bit version if I open a dialogue from the second monitor this is opened in the second monitor whereas ...
by vensanto
Thu Aug 03, 2023 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog opening difference in the monitor between 32/64 bit
Replies: 4
Views: 461

Re: Error p/generar EXE usando UHTTPD2 en Windows

... ellos esta preparado para un OS p.e Windows/Linux/Mac…, despues tenemos versiones de 16,32,64 bits y después tenemos compilador que usaremos p.e mingw,bcc,msvc,… Hasta aquí, muchos programadores harbour no entiende que cada entorno tiene sus “condiciones” Cuando usamos librerias, estas han de ...
by Carles
Fri Jun 30, 2023 12:38 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1921
Next

Return to advanced search

cron