Search found 204 matches: fwdir

Return to advanced search

Errors (dumb I should think) with FW 16.06

... Too many DEF file names: e:\comp\fwh\lib\FiveHC.lib* Linking errors * I'd check the directory structure and environment variables (xhdir, fwdir, etc.) and they seems OK. Any clues ?
by HunterEC
Fri Aug 26, 2016 5:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors (dumb I should think) with FW 16.06
Replies: 15
Views: 2584

Fiveweb: problemas con la clase TPRINT

... set NV=d:\unirenet\proyecto\lib4 if A%1 == A GOTO :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% ...
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

... ** 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 .path.C = ...
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: 1388

Re: ADORDD FAQs

...  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 .path.C = .\ .path.rc ...
by gautxori
Sun May 15, 2016 6:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19904

Re: ADORDD FAQs

... 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 .path.C = .\ .path.rc ...
by gautxori
Thu May 12, 2016 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19904

Re: FWH64

... Visual Studio 14.0\VC\vcvarsall.bat" call "%ProgramFiles(x86)%\Microsoft 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 ...
by Francisco Valério
Thu Apr 28, 2016 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25599

Re: Build.bat for MSVC 2015

Tim,

Do you have the libs here ?

FWDIR=c:\fwh64

%FWDIR%\lib ?

Please check that they are there
by Antonio Linares
Fri Apr 08, 2016 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build.bat for MSVC 2015
Replies: 28
Views: 5625

Re: Build.bat for MSVC 2015

Tim,

Please replace %fwdir% with %FWDIR%
by Antonio Linares
Fri Apr 08, 2016 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build.bat for MSVC 2015
Replies: 28
Views: 5625

Re: Build.bat for MSVC 2015

The error is:
LINK : fatal error LNK1181: cannot open input file '%fwdir%\lib\FiveH64.lib'

In the .mak file:
echo %fwdir%\lib\FiveH64.lib %fwdir%\lib\FiveHC64.lib >> msvc.tmp

FiveH64.lib and FiveHC64.lib are in the C:\FWH64\lib folder

The path is:
FWDIR=c:\fwh64
by TimStone
Fri Apr 08, 2016 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build.bat for MSVC 2015
Replies: 28
Views: 5625

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: 2685

batfile parameter

... 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 %2 > comp.log echo -O2 -I%hbdir%\include;%bcdir%\include ...
by pieter
Wed Jan 06, 2016 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: batfile parameter
Replies: 2
Views: 480

Re: Makefile para FWH64

... administracion.obj biblioteca.obj \ tablas.obj impresiones.obj imprime_a1.obj \ imprime_a2.obj imprime_v.obj imprime_p1.obj > msvc.tmp echo $(FWDIR)\lib\FiveH64.lib $(FWDIR)\lib\FiveHC64.lib >> msvc.tmp Perdón por las molestias... Roberto
by TOTOVIOTTI
Tue Nov 10, 2015 10:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64
Replies: 34
Views: 5084

Re: Makefile para FWH64

Ahora si me lo tira en la línea que tú me marcaste antes:

echo $(FWDIR)\lib\FiveH64.lib $(FWDIR)\lib\FiveHC64.lib >> msvc.tmp
by TOTOVIOTTI
Tue Nov 10, 2015 10:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64
Replies: 34
Views: 5084

Re: Makefile para FWH64

Es esta la línea 14 del fichero make ?

echo $(FWDIR)\lib\FiveH64.lib $(FWDIR)\lib\FiveHC64.lib >> msvc.tmp
by Antonio Linares
Tue Nov 10, 2015 10:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64
Replies: 34
Views: 5084

Makefile para FWH64

... 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 Kits\8.1" RESDIR=d:\univ@c.64\recursos ...
by TOTOVIOTTI
Tue Nov 10, 2015 8:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64
Replies: 34
Views: 5084
PreviousNext

Return to advanced search