Search found 172 matches: hbdir

Return to advanced search

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 fine. Also include ...
by Marc Venken
Fri Mar 08, 2024 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2930

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 fine. Also include ...
by TimStone
Sun Mar 03, 2024 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2930

Re: Fwh 23.10 TGet another problem

... I use this method to define Turkish Charset. I have a line in my make file like below Code: $(OBJDIR)\font.c : $(FWDIR)\source\classes\font.prg $(HBDIR)\bin\harbour $(FWDIR)\source\classes\font.prg /n \ /i$(FWDIR)\include;$(HBDIR)\include /d_DEFAULT_CHARSET_=1 /o$(OBJDIR)\font.c Instead, you can ...
by Horizon
Sun Nov 12, 2023 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54197

Re: Fwh 23.10 TGet another problem

... I use this method to define Turkish Charset. I have a line in my make file like below Code: $(OBJDIR)\font.c : $(FWDIR)\source\classes\font.prg $(HBDIR)\bin\harbour $(FWDIR)\source\classes\font.prg /n \ /i$(FWDIR)\include;$(HBDIR)\include /d_DEFAULT_CHARSET_=1 /o$(OBJDIR)\font.c Instead, you can ...
by nageswaragunupudi
Sat Nov 11, 2023 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54197

Ruta no especificada al compilar

... este el el buildh if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST if "%FWDIR%" == "" set FWDIR=c:\fwh2304 if "%HBDIR%" == "" set HBDIR=c:\harbour rem if "%2" == "/b" set GT=gtwin rem if not "%2" == "/b" set ...
by EASYSOFT
Wed Jul 12, 2023 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ruta no especificada al compilar
Replies: 3
Views: 190

Re: VS2022 Portable x32 x64

... Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86 if "%FWDIR%" == "" set FWDIR=.\.. if "%HBDIR%" == "" set HBDIR=c:\harbour */ ECHO Compiling... @set fwh=%FWDIR% @set hdir=%HBDIR% @set hdirl=%hdir%\lib\win\msvc @cd %current_dir% ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6770

Re: ZIP / UNZIP under Fivewin

... those notifications aaah ... i begin to understand Concept but Fivewin have no "build-in" Function, or :?: --- in *.MAK are echo $(HBDIR)\lib\win\bcc\hbziparc.lib + >> b32.bc echo $(HBDIR)\lib\win\bcc\hbmzip.lib + >> b32.bc echo $(HBDIR)\lib\win\bcc\hbzlib.lib + >> ...
by Jimmy
Tue Mar 21, 2023 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP / UNZIP under Fivewin
Replies: 5
Views: 415

Re: CLASS TGrid() for FiveWin

... : you have to DELETE all Resource in DUALGRID.RC which are only DUMMY as i don´t provide Icon/Bitmap for BCC i use *.MAK which have these Path HBDIR=c:\harbour BCDIR=c:\BCC7 FWDIR=c:\fwh for MSVC i use *.HBP and Folder c:\harbour64 c:\FWH64 --- your Error-log begin with Line 4823 but all LOCAL ...
by Jimmy
Sun Mar 12, 2023 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3447

Re: error al personalizar hoja de excel despues de toexcel()

Este es mi archivo .mak #Borland make sample, (c) FiveTech Software 2005-2009 HBDIR=c:\1712\harbour BCDIR=c:\1712\bcc7 FWDIR=c:\1712\fwh #change these paths as needed .path.OBJ = .\obj .path.PRG = .\ .path.CH = $(FWDIR)\include;$(HBDIR)\include .path.C = .\ .path.rc ...
by artu01
Wed Nov 23, 2022 11:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al personalizar hoja de excel despues de toexcel()
Replies: 9
Views: 1158

Re: search for working BCC7 64 "Build64.bat"

... FWH\samples folder and do: build64 tutor01 this is "Original" (hope so) if "%FWDIR%" == "" set FWDIR=.\.. if "%HBDIR%" == "" set HBDIR=c:\harbour set hdir=%HBDIR% set hdirl=%hdir%\lib\win\bcc64 set fwh=%FWDIR% set bcdir=c:\bcc7164 --- this i have ...
by Jimmy
Thu Oct 27, 2022 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 467

Re: DIRECTORY() and ShellExecute()

... BCC7 i saw that my INCLUDE and LIB Environment still point to Xbase++ and HMG but not to FiveWin BCDIR=c:\bcc7 FWDIR=c:\fwh fwh=c:\fwh GT=gtgui HBDIR=C:\HARBOUR hdir=C:\HARBOUR hdirl=C:\HARBOUR\lib\win\bcc INCLUDE=C:\ALASKA\XPPW32\INCLUDE;c:\ALASKA\XBTW32\INCLUDE\;c:\exp19\Include\;c:\hmg.3.4.4\INCLUDE\; ...
by Jimmy
Sat Oct 22, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DIRECTORY() and ShellExecute()
Replies: 9
Views: 631

Re: hb_base64 link

... if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST if "%FWDIR%" == "" set FWDIR=d:\fwh if "%HBDIR%" == "" set HBDIR=d:\compiler\harbour set GT=gtgui set HDIRLIB=%HBDIR%\lib\win\msvc set VCDIR=d:\compiler\vc2022 set VCDIRBIN=%VCDIR%\bin32 ...
by carlos vargas
Sun Sep 04, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3475

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Maestro, Finalmente logro compilar el archivo .C Modifique de esta manera y logro hacerlo .PRG.OBJ:   $(HBDIR)\bin\harbour $< /L /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include;.\include   $(BCDIR)\bin\bcc64 -c -I$(HBDIR)\include -I$(BCDIR)\include\windows\sdk -I$(BCDIR)\include\windows\crtl ...
by Compuin
Mon Jun 28, 2021 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4077

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... 1 ** deleting .\obj\Libreria.obj C:\clinica64> Y agregandolo asi, tampoco .C.OBJ: echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -I$(HBDIR)\include;$(FWDIR)\include >> tmp echo "pasa por aqui" $(BCDIR)\bin\bcc64 -I$(BCDIR)\include\windows\sdk -I$(BCDIR)\include\windows\crtl ...
by Compuin
Mon Jun 28, 2021 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4077

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Añade esta línea y comprueba si pasa por ahi: .C.OBJ: echo -c -tWM -D__HARBOUR__ -DHB_API_MACROS > tmp echo -I$(HBDIR)\include;$(FWDIR)\include >> tmp echo "pasa por aqui" $(BCDIR)\bin\bcc64 -I$(BCDIR)\include\windows\sdk -I$(BCDIR)\include\windows\crtl -oobj\$& ...
by Antonio Linares
Mon Jun 28, 2021 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4077
Next

Return to advanced search