Search found 513 matches: makefile

Return to advanced search

Re: ADS with 64bit FWH Apps

Enrico, in makefile of x(harbour) : set version to use: SET ADS_LIB_VERSION=1010 set directory of ace of this version: SET HB_DIR_ADS=\Ace\101049 this set to compile build libs with ace 10, this way like reinaldo says we can access ...
by NWKL
Mon Apr 15, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2242

Re: link error

hi, you dont need ads, only run makefile in contrib dir, i used this way when in past.

thanks
by NWKL
Wed Feb 14, 2024 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 503

SQLRDD - Error Compilar

... Erro: Hola, al intentar compilar SQLRDD com xHarbour.org [10275] BCC 7.6 Usando Hbmake: está dando el siguiente error: C:\BCC76\BIN\ilink32 @makefile.lnk Turbo Incremental Link 6.98 Copyright (c) 1997-2023 Embarcadero Technologies, Inc. Error: Unresolved external '_sql_yyparse' referenced ...
by lzanardo
Tue Nov 21, 2023 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLRDD - Error Compilar
Replies: 1
Views: 244

Re: Help splitting up a character address string

... =", cStreet) print("CCity =", cCity) print("CState =", cState) print("CZip =", cZip) This code will output: makefile Copy code CStreet = 258 Shoreline Drive CCity = Columbia CState = SC CZip = 29212 You will need to adapt this logic to the specific syntax ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 587

Re: Xlsxlibhb_ver2

Hi Mr. Rao, To use this library in fwh 23.10. I have add this line to my main application. REQUEST XLXLIB I have add my this line to my makefile.  echo $(FWDIR)\lib\xlsxlibhbmsvc.lib >> msvc.tmp    I have compiled my application. There is an error like this. Master.obj : error ...
by Horizon
Sat Nov 04, 2023 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 8969

Re: Librería xHarbour TTaskPanel.lib

... para compilar la lib con la ultima versión de fw, xharbour. https://hymplus.com/forofw/ttask_andres.png Ya actualice las rutas en makefile, pero no se como correr el comando para que se generé la lib, alguien me puede indicar el paso a seguir. Estas son las instrucciones que indica ...
by leandro
Tue Sep 05, 2023 1:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Librería xHarbour TTaskPanel.lib
Replies: 19
Views: 2966

Re: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?

Dear Jimmy,

Please send me your files and I will build the makefile for you
by Antonio Linares
Wed Nov 16, 2022 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?
Replies: 14
Views: 806

Re: Compilar makefile con soporte multihilo

Gracias maestro, funcionó perfecto !

Saludos
by Joaquim Ferrer
Wed Sep 07, 2022 5:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar makefile con soporte multihilo
Replies: 2
Views: 214

Re: Compilar makefile con soporte multihilo

Joaquim,

Para Borland solo tienes que enlazar hbvmmt.lib en vez de hbvm.lib y como indicas lib\psdk\cw32mt.lib
by Antonio Linares
Wed Sep 07, 2022 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar makefile con soporte multihilo
Replies: 2
Views: 214

Compilar makefile con soporte multihilo

... revisando el fuente de hbmk2.prg para ver que hace con el soporte MT y no soy capaz de ver nada (y es código harbour :roll: ) Para un script makefile para Borland, qué necesito para soporte MT ? flags compilador harbour, etc Creo que hay que enlazar con la libreria borland cw32mt.lib, qué ...
by Joaquim Ferrer
Wed Sep 07, 2022 11:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar makefile con soporte multihilo
Replies: 2
Views: 214

Re: Imposible con Tword vamos con un campo MEMO.

> "Fatal: Too many DEF file names: c:\fwh\lib\FiveHC.lib"

Tienes un error en tu fichero makefile

Usa hbmk2 para construir tus FWH apps, es mas sencillo y evitarás estos errores

Tienes ejemplos de usar hbmk2 en estos foros
by Antonio Linares
Mon May 23, 2022 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imposible con Tword vamos con un campo MEMO.
Replies: 16
Views: 1257

(x)Harbour including CRUL

Hello friends,
is there a download for a xHarbour or Harbour including CURL with a makefile ready.
Thank you in advance and best regards,
Otto
by Otto
Wed Dec 15, 2021 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (x)Harbour including CRUL
Replies: 3
Views: 378

Re: Multi page TIFF file to jpg conversion?

... fwh distribution ... c:\fwh\source\winapi\gdiplus.cpp file, copy this file in your directory files code and add this lines , add this file in your makefile and compile ... Thank you very much. I have solved my problem via add my makefile like you said. Antonio, Can you please add this extensions ...
by Horizon
Tue Aug 10, 2021 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi page TIFF file to jpg conversion? (SOLVED)
Replies: 11
Views: 1276

Re: Multi page TIFF file to jpg conversion?

in fwh distribution ...

c:\fwh\source\winapi\gdiplus.cpp file, copy this file in your directory files code and add this lines , add this file in your makefile and compile ...
by mastintin
Mon Aug 09, 2021 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi page TIFF file to jpg conversion? (SOLVED)
Replies: 11
Views: 1276

Re: Border around GET

I completed the tool don't forget to check the makefile. :!: Let me know if something doesn't work After creating Your own sample don't forget to use < refresh source > on folderpage 2 to generate the new sample :!: On folderpage 3 You can ...
by ukoenig
Mon May 31, 2021 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border around GET
Replies: 46
Views: 13666
Next

Return to advanced search