Search found 172 matches: hbdir

Return to advanced search

Re: Funciones propias en una lib

BCDIR=c:\bcc7 HBDIR=c:\harbour FWDIR=c:\fwh .path.obj = .\obj .path.prg = .\prg .path.ch = $(FWDIR)\include;$(HBDIR)\include .path.c = .\ PRG = \ .\mainwin.prg \ .\progra01.prg \ .\progra02.prg PROJECT : mylib.lib mylib.lib : $(PRG:.PRG=.OBJ) ...
by Compuin
Mon Jan 16, 2017 11:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones propias en una lib (Solucionado)
Replies: 48
Views: 10165

Funciones propias en una lib (Solucionado)

... en que lugar el .mak debo colocarlo para que se genere el executable Mi lib se llama mylib.lib Hice esto pero no esta funcionando BCDIR=c:\bcc7 HBDIR=c:\harbour FWDIR=c:\fwh .path.obj = .\obj .path.prg = .\prg .path.ch = $(FWDIR)\include;$(HBDIR)\include .path.c = .\ .path.rc = .\ PRG = \ .\prg01.prg ...
by Compuin
Sat Dec 31, 2016 9:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones propias en una lib (Solucionado)
Replies: 48
Views: 10165

Re: Harbour modo consola

Tal vez deberías cambiar esta linea:
$(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c
por esta otra:
$(BCDIR)\bin\bcc32 -c -I$(HBDIR)\include -oobj\$& obj\$&.c
by xmanuel
Thu Dec 22, 2016 4:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour modo consola
Replies: 5
Views: 1062

Re: Pantalla negra detras de ventana

... if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST if "%FWDIR%" == "" set FWDIR=.\.. if "%HBDIR%" == "" set HBDIR=c:\harbour rem if "%2" == "/b" set GT=gtwin rem if not "%2" == "/b" set ...
by Compuin
Sat Sep 24, 2016 4:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pantalla negra detras de ventana (SOLUCIONADO)
Replies: 17
Views: 3812

Fiveweb: problemas con la clase TPRINT

... :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST set NV=d:\unirenet\proyecto\lib4 if "%FWDIR%" == "" set FWDIR=d:\ver3\fwh if "%HBDIR%" == "" set HBDIR=d:\ver3\harbour ECHO Compiling... set hdir=%HBDIR% set hdirl=%hdir%\lib set bcdir=d:\ver3\bcc582 %hdir%\bin\harbour ...
by silvinamazzaro
Thu Aug 25, 2016 1:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fiveweb: problemas con la clase TPRINT
Replies: 1
Views: 583

Error con TSButton y archivo bpaint.c

... Could not find file 'bpaint.c' ** error 1 ** deleting .\obj\bpaint.OBJ Aca mi archivo .mak #Borland make sample, (c) FiveTech Software 2005-2009 HBDIR=c:\harbour BCDIR=c:\bcc582 FWDIR=c:\fwh #change these paths as needed .path.OBJ = .\obj .path.PRG = .\source .path.CH = .\include; $(FWDIR)\include;$(HBDIR)\include ...
by Compuin
Sat May 21, 2016 5:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con TSButton y archivo bpaint.c
Replies: 9
Views: 1391

Re: ADORDD FAQs

... resources control system   Else      lSalida:=.f.   endifreturn lSalida  ---------- ide.rmk #Borland make sample, (c) FiveTech Software 2005 HBDIR=d:\harbour BCDIR=d:\bcc7 FWDIR=d:\fwh #change these paths as needed .path.PRG = .\SOURCE .path.OBJ = .\OBJ .path.CH = $(FWDIR)\include;$(HBDIR)\include ...
by gautxori
Sun May 15, 2016 6:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 20217

Re: ADORDD FAQs

... en los foros de harbour el obra32.rmk es así (me da que algo no hago bien) -------------------- #Borland make sample, (c) FiveTech Software 2005 HBDIR=d:\harbour BCDIR=d:\bcc7 FWDIR=d:\fwh #change these paths as needed .path.PRG = .\SOURCE .path.OBJ = .\OBJ .path.CH = $(FWDIR)\include;$(HBDIR)\include ...
by gautxori
Thu May 12, 2016 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 20217

Re: Tip Client = Harbour / MSVC 2015 Error

... and now it finally works . xHarbour.com does it all in one tipssl.lib which would be so much easier ... The end files are to be linked as: echo $(HBDIR)\lib\hbtipssl.lib >> msvc.tmp echo $(HBDIR)\lib\ssleay32.lib >> msvc.tmp echo $(HBDIR)\lib\libeay32.lib >> msvc.tmp echo $(HBDIR)\lib\hbtip.lib ...
by TimStone
Fri Apr 29, 2016 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tip Client = Harbour / MSVC 2015 Error
Replies: 39
Views: 8953

Re: FWH64

... Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64 if "%FWDIR%" == "" set FWDIR=.\.. if "%HBDIR%" == "" set HBDIR=c:\harbour ECHO Compiling... set hdir=%HBDIR% set hdirl=%hdir%\lib\vc64 %hdir%\bin\harbour %1 /n /i%fwdir%\include;%hdir%\include ...
by Francisco Valério
Thu Apr 28, 2016 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 26027

Re: compiling

I think, You defined a wrong Borland C
You are using < Borland C++ 5.5.1 >
You can download bcc582 within the forum

The make-file You are using defined :

HBDIR=c:\xharbour
BCDIR=c:\bcc582
FWDIR=c:\fwh

best regards
Uwe :?:
by ukoenig
Thu Jan 28, 2016 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compiling
Replies: 13
Views: 2726

batfile parameter

... on a sql project for an xharbour application. I want to know how to pass a parameter via a batfile. example xc.bat: CALL xSet.bat echo "%hbdir%\bin\harbour %1 /n /w /i%fwdir%\include;%hbdir%\include %2" > xc.log %hbdir%\bin\harbour %1 /p /n /w /i%fwdir%\include;%hbdir%\include ...
by pieter
Wed Jan 06, 2016 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: batfile parameter
Replies: 2
Views: 480

Makefile para FWH64

... oldlib= @set oldlibpath= if errorlevel==0 univac.exe y mi univac64.mak es el siguiente: #Microsoft VS2013 make sample, (c) FiveTech Software 2014 HBDIR=d:\harbour64 FWDIR=d:\fwh64 VCDIR="c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC" SDKDIR="c:\Program Files (x86)\Windows ...
by TOTOVIOTTI
Tue Nov 10, 2015 8:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64
Replies: 34
Views: 5145

Re: errore HBZIP

.PRG.OBJ:
$(HBDIR)\bin\harbour $< /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include;$(BCDIR)\include
$(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c

li trovi nella cartella \obj

Ciao
Stefano
by stefano
Wed Oct 07, 2015 7:17 pm
 
Forum: All products support
Topic: errore HBZIP
Replies: 8
Views: 2762

Problem with BCC7 (Solved)

... changed from Borland BCC582 to BCC7 I build my application by using this MAK-file : #Borland make sample, (c) FiveTech Software 2005-2009HBDIR=c:\software\harbourBCDIR=c:\progra~1\borland\bcc7FWDIR=c:\software\fwharb#change these paths as needed.path.OBJ = .\obj.path.PRG = .\.path.CH ...
by driessen
Sat Sep 05, 2015 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with BCC7 (Solved)
Replies: 6
Views: 1409
PreviousNext

Return to advanced search