Search found 670 matches: mak

Return to advanced search

Re: New FWH 24.02

Hello, I started using BCC7732 today, using this MAK-file: #Borland make sample, (c) FiveTech Software 2005-2009HBDIR=c:\software\harbourBCDIR=c:\progra~1\borland\bcc7732FWDIR=c:\software\fwharb#change these paths as needed.path.OBJ = .\obj.path.PRG ...
by driessen
Tue Mar 12, 2024 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.02
Replies: 35
Views: 6800

Re: How to include hbCurl?

Otto, I include, in a .mak file, the following: echo $(HBDIR)\lib\hbtipssl.lib >> msvc.tmp echo $(HBDIR)\lib\hbcurl.lib >> msvc.tmp echo $(HBDIR)\lib\libcurl.lib >> msvc.tmp I do my builds with Harbor and MSVC It works ...
by Marc Venken
Fri Mar 08, 2024 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2887

Re: How to include hbCurl?

Otto, I include, in a .mak file, the following: echo $(HBDIR)\lib\hbtipssl.lib >> msvc.tmp echo $(HBDIR)\lib\hbcurl.lib >> msvc.tmp echo $(HBDIR)\lib\libcurl.lib >> msvc.tmp I do my builds with Harbor and MSVC It works ...
by TimStone
Sun Mar 03, 2024 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2887

Compilando con Make y hbmk2

He podido compilar aplicaciones sin problemas con Borland Make y con HBmk2 ( a sugerencia de Antonio ) He visto que compilar con hbmk2 es más simple y más rápido Pero si alguien como yo ha tenido dificultades para compilar con archivos make, les dejo ...
by jose_murugosa
Wed Feb 28, 2024 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Make y hbmk2
Replies: 1
Views: 75

Intentando un primer archivo make (RESUELTO)

Hola a todos, un cálido saludo. Estoy intentando compilar con un archivo .mak, es algo que nunca he tenido necesidad de hacer porque uso fivedit y antes otro editor que compilaba por mi. El tema es que quiero hacerlo con un archivo .mak con la herramienta make.exe ...
by jose_murugosa
Tue Feb 27, 2024 8:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 235

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... unresolved external symbol _HB_FUN_USEXLSXLIBMaster.obj : error LNK2001: unresolved external symbol _HB_FUN_XLSXLIB This lib is added to my mak file. echo C:\fwH\lib\xlsxlibhbmsvc.lib >> msvc.tmp I have returned to original build of fwh 23.10. I can compiled without any error (this ...
by Horizon
Wed Feb 21, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54063

Re: Problem with FiveWin and PDF995 on Windows 11.

I am trying to create a new mak file based on the Buildx.bat, cannot find libharu.lib, anyone know where I can find this?
It is not in my Harbour Lib directory. Does this mean I might not have the right version of Harbour?
Thanks,
by byron.hopp
Thu Feb 15, 2024 9:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1175

Re: Problem with FiveWin and PDF995 on Windows 11.

Do I need a newer version of FiveWin? No. Available from FWH1909. Do I need a change in my mak file? Always you read fwh\samples\buildh.bat and make sure all the libs linked in that bat file are linked in your link script also. for examples check if your link script ...
by nageswaragunupudi
Tue Feb 13, 2024 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1175

Re: Problem with FiveWin and PDF995 on Windows 11.

I placed "Request FWHARU" at the top of my program, then I get many link errors that start with "_HB_FUN_HPDF_".
Do I need a newer version of FiveWin?
Do I need a change in my mak file?

#define FWVERSION "FWH 23.07"
#define FW_VersionNo 23070

Thanks,
by byron.hopp
Tue Feb 13, 2024 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1175

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... and run above sample. As you said before, it says always "ANSI GET". I have deleted all my obj and deleted tget and control prg in my mak file. compiled again. My first screen is login page. When I start to run my application, it say "ANSI GET" first, after than when i press ...
by nageswaragunupudi
Sun Feb 04, 2024 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54063

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... and run above sample. As you said before, it says always "ANSI GET". I have deleted all my obj and deleted tget and control prg in my mak file. compiled again. My first screen is login page. When I start to run my application, it say "ANSI GET" first, after than when i press ...
by Horizon
Sun Feb 04, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54063

Compilar y lincar samples\account de FWH

... los path adecuados a mi entorno para obtener el ejemplo de FWH "account", y no consigo averiguar que .lib debo añadir al fichero account.mak para qeu no de errores y genere el .EXE A ver si alguién consigue lincar o indicarme que .lib debo añadir. De momento me he quedado con los errores: ...
by FiveWiDi
Wed Sep 06, 2023 8:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar y lincar samples\account de FWH
Replies: 5
Views: 297

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

hi, i want to "debug" some Function and use "Original Source" that work with BCC / *.MAK but using MSVC / *.HBP i got "dupe Error :shock: FiveH64.lib(ADOFUNCS.obj) : error LNK2005: HB_FUN_FW_RDBMSNAME ist bereits in ADO.obj definiert. FiveH64.lib(ADOFUNCS.obj) ...
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: 330

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

hi, i want to "debug" some Function and use "Original Source" that work with BCC / *.MAK but using MSVC / *.HBP i got "dupe Error :shock: FiveH64.lib(ADOFUNCS.obj) : error LNK2005: HB_FUN_FW_RDBMSNAME ist bereits in ADO.obj definiert. FiveH64.lib(ADOFUNCS.obj) ...
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: 330

Re: Set a specific starting function

... those (not the first linked). How can I force the function MAIN() to be executed as the first function? put you file with MAIN as 1st into your *,MAK or *,HBP
by Jimmy
Mon Jul 31, 2023 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set a specific starting function
Replies: 20
Views: 856
Next

Return to advanced search