Search found 325 matches: cfg

Return to advanced search

Re: hbmk2 no encuentra el archivo C0W32.OBJ

... es incorrecta set HB_USER_LDFLAGS=-L%bcc%\LIB;%bcc%\LIB\psdk cambiar a set HB_USER_LDFLAGS=-L%bcc%\LIB\WIN32;%bcc%\LIB\WIN32\psdk ilink32.cfg ? -L"d:\bcc770\bcc\lib\win32";"d:\bcc770\bcc\lib\win32\psdk" cambiar a -L"d:\bcc770\lib\win32";"d:\bcc770\lib\win32\psdk" ...
by alerchster
Mon Nov 11, 2024 7:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resuelto : hbmk2 no encuentra el archivo C0W32.OBJ
Replies: 3
Views: 386

Resuelto : hbmk2 no encuentra el archivo C0W32.OBJ

... errores-vscode.log   @echo oncopy %1.exe %target%\%1.exe@echo offecho .echo ***************echo *  FINALecho ***************echo        ilink32.cfg -L"d:\bcc770\bcc\lib\win32";"d:\bcc770\bcc\lib\win32\psdk"  bcc32.cfg -I"d:\bcc770\include";"d:\bcc770\include\dinkumware";"d:\bcc770\include\windows" ...
by albeiroval
Mon Nov 11, 2024 5:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resuelto : hbmk2 no encuentra el archivo C0W32.OBJ
Replies: 3
Views: 386

Re: off topic: Xharbour mingw 32 bits

Enrico Maria Giordano

Just add this line to your ilink32.cfg:

Code: Select all Expand view
-GF:LARGEADDRESSAWARE


thank you very much!
by MGA
Fri Nov 08, 2024 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: off topic: Xharbour mingw 32 bits
Replies: 24
Views: 1691

Re: off topic: Xharbour mingw 32 bits

Enrico Maria Giordano wrote:Just add this line to your ilink32.cfg:

Code: Select all  Expand view  RUN
-GF:LARGEADDRESSAWARE


So is that correct?

Code: Select all  Expand view  RUN

-Gn
-GF:LARGEADDRESSAWARE
-Lc:\bcc77\lib;c:\bcc77\lib\psdk
-aa
-x
 


Gracias, tks.

Regards, saludos.
by karinha
Mon Oct 28, 2024 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: off topic: Xharbour mingw 32 bits
Replies: 24
Views: 1691

Re: off topic: Xharbour mingw 32 bits

Just add this line to your ilink32.cfg:

Code: Select all  Expand view  RUN
-GF:LARGEADDRESSAWARE
by Enrico Maria Giordano
Mon Oct 28, 2024 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: off topic: Xharbour mingw 32 bits
Replies: 24
Views: 1691

Re: Ayuda compilar 64 bits con FivEdit y BCC7764

Antonio, muchas gracias por tu respuesta, efectué los cambios en el archivo de configuración, me refiero al arcgivo bcc64.cfg, ya que entiendo que a ese archivo te referías y no al bcc32.cg, ya que estoy generando un ejecutable de 64 bits y estoy usando BCC7764. El archivo de configuración ...
by checo176
Mon Oct 14, 2024 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda compilar 64 bits con FivEdit y BCC7764
Replies: 29
Views: 2272

Re: Ayuda compilar 64 bits con FivEdit y BCC7764

Estimado Sergio,

En el fichero bcc32.cfg de bcc7764 prueba a añadir esta línea:

-o.o
by Antonio Linares
Mon Oct 14, 2024 6:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda compilar 64 bits con FivEdit y BCC7764
Replies: 29
Views: 2272

Ayuda compilar 64 bits con FivEdit y BCC7764

... La configuración de los archivos cfg, son los siguientes: bcc64.cg -I"C:\Borland\bcc7764\include\windows\crtl;C:\Borland\bcc7764\include\windows\sdk;C:\Borland\bcc7764\include\dinkumware64"-L"C:\Borland\bcc7764\lib;C:\Borland\bcc7764\lib\psdk"-O-O1-c-d-g0--jobs=0-output-dir.-Wno-visibility-Wno-macro-redefined-Wno-microsoft-anon-tag-Wno-ignored-attributes-Wno-dangling-else ...
by checo176
Mon Oct 14, 2024 1:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda compilar 64 bits con FivEdit y BCC7764
Replies: 29
Views: 2272

Re: why, under 64 Bit OS, does not Find UUID.LIB

... C:\harbour\include/hbdefs.h:50:10: fatal error: 'stdarg.h' file not found #include <stdarg.h> ^ 1 error generated. Copy this file bcc64.cfg in the same folder of bcc64.exe: -I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware64-O-O1-c-d-g0-Wno-visibility-Wno-macro-redefined-Wno-microsoft-anon-tag-Wno-ignored-attributes-Wno-dangling-else-Wno-user-defined-literals-w
by Enrico Maria Giordano
Fri Oct 11, 2024 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2226

Re: Compile with FW August 2024

This is bcc32.cfg ( It is the unmodified standard)
-I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
-O
-O1
-OS
-Ob
-Oc
-Ov
-c
-d
-g0
-k-
-v-
-w
-w!
by Maurizio
Fri Sep 27, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 1483

Re: Compile with FW August 2024

Have you renamed it calldll.prg? Can I see you compile batch and your configuration file bcc32.cfg?
by Enrico Maria Giordano
Fri Sep 27, 2024 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 1483

Re: No puedo utilizar xedit con la version Fwh2402

Has comprobado los paths que hay en los ficheros bcc32.cfg y ilink32.cfg de la version de Borland que estás utilizando? En cualquier caso si no te llegara a funcionar XEdit ( es raro ), puedes usar FivEdit si lo que buscas es un IDE Aunque no lo he ...
by cnavarro
Sat Sep 21, 2024 9:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: No puedo utilizar xedit con la version Fwh2402
Replies: 3
Views: 496

Re: Error al compilar 24.07 bbc770 del webinar

Bueno, para pasar este error fue necesario arreglar el archivo ilink32.cfg, hacia falta agregarle la segunda línea -Lc:\bcc770\lib;c:\bcc770\lib\psdk, busque en el archivo de configuración que teníamos con la versión BCC760, no se si sea lo conveniente, pero ...
by leandro
Fri Sep 13, 2024 4:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar 24.07 bbc770 del webinar
Replies: 8
Views: 612

Re: FACTURACION ELECTRONICA EN LINEA

... openssl pkcs12 -in tu_certificado.p12 -out tu_certificado.pem -nodes 2. Crea un archivo de configuración para la firma (por ejemplo, configuracion.cfg): [ firma ] cert = tu_certificado.pem clave_privada = tu_certificado.pem hash = sha256 3. Firma el archivo XML utilizando la herramienta openssl: ...
by Antonio Linares
Wed Aug 14, 2024 4:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FACTURACION ELECTRONICA EN LINEA
Replies: 18
Views: 4717

Re: FWH LINKING ERROR

shrifw wrote:Hi Enrico,

The windows\rtl INCLUDE folder is for old BCC now I am using new BCC 7.7 which does not have windows\rtl folder.


If you use the bcc32.cfg I wrote above, you will not have any problems now and in the future with include paths.
by Enrico Maria Giordano
Sun Aug 04, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH LINKING ERROR
Replies: 5
Views: 637
Next

Return to advanced search