Search found 204 matches: fwdir

Return to advanced search

Re: Fwh 23.10 TGet another problem

but 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 ...
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: 54312

Re: Fwh 23.10 TGet another problem

but 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 ...
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: 54312

Re: Error al conectar a MySql

Mi estimado..
al compilar
echo $(FWDIR)\lib\libmysql.lib + >> b32.bc
echo $(FWDIR)\lib\libmariadb.lib + >> b32.bc

al lado del .EXE
LIBMYSQL.DLL
by Willi Quintana
Mon Oct 23, 2023 5:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al conectar a MySql (SOLUCIONADO)
Replies: 6
Views: 405

Ruta no especificada al compilar

... Y 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" ...
by EASYSOFT
Wed Jul 12, 2023 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ruta no especificada al compilar
Replies: 3
Views: 191

Re: Error al leer un dll

... if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST ECHO Compiling... if "%FWDIR%" == "" set FWDIR=c:\fwh2212 if "%XHDIR%" == "" set XHDIR=c:\xharbour74 rem if "%2" == "/b" ...
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1498

Re: VS2022 Portable x32 x64

... call "%ProgramFiles(x86)%\Microsoft 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% ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6782

Re: CLASS TGrid() for FiveWin

... 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 are define in line 4807 it ...
by Jimmy
Sun Mar 12, 2023 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3454

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 = .\ #important: ...
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: 1166

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

hi Antonio. Please go to 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% ...
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: 469

Re: DIRECTORY() and ShellExecute()

... under 32 Bit OS with 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: 634

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 ...
by carlos vargas
Sun Sep 04, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3482

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

... 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: 4079

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

... 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 -oobj\$& ...
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: 4079

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\$& @tmp ...
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: 4079

Re: Ole2TxtError() - Error de no existir LIBMYSQL.DLL

You have to link in the libmysql.dll Somewhere in you .MAK file : echo TEST.EXE, + >> b32.bc echo TEST.MAP, + >> b32.bc -> echo $(FWDIR)\lib\FiveH.lib $(FWDIR)\lib\FiveHC.lib $(FWDIR)\lib\libmysql.lib $(FWDIR)\lib\BARLIB32.lib + >> b32.bc echo $(HBDIR)\lib\hbrtl.lib + >> ...
by Marc Venken
Sun Dec 20, 2020 1:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ole2TxtError() - Error de no existir LIBMYSQL.DLL
Replies: 2
Views: 309
Next

Return to advanced search

cron