Search found 204 matches: fwdir

Return to advanced search

Volviendo a programar con Fivewin

... y fwh REM ======================================== REM PATHs de harbour, compilador y Fivewin REM ======================================== set fwdir=c:\FWH Set HbDir=c:\harbour set bccDir=c:\borland\bcc55 set BccInc=c:\borland\bcc55\include REM ====================================================== ...
by Armando Picon
Wed Apr 03, 2019 6:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Volviendo a programar con Fivewin
Replies: 5
Views: 1176

Re: Setup Barcode system in FWH

On top of the program : #include "Barcode.ch" In your mak file add : echo $(FWDIR)\lib\BARLIB32.lib + >> b32.bc If you need these files : marc at maveco dot be I would suggest that you upgrade, because there is so much new stuff in FWH .... Great !!! ...
by jds
Thu Mar 28, 2019 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 6507

Re: Setup Barcode system in FWH

On top of the program : #include "Barcode.ch" In your mak file add : echo $(FWDIR)\lib\BARLIB32.lib + >> b32.bc If you need these files : marc at maveco dot be I would suggest that you upgrade, because there is so much new stuff in FWH .... Great !!! ...
by jds
Thu Mar 28, 2019 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 6507

Re: Setup Barcode system in FWH

Jose, echo $(FWDIR)\lib\BARLIB32.lib + >> b32.bc FWDIR=c:\fwharb Heb je de eerste regel gewoon gekopieerd ? Je zou eventueel wel het path (FWDIR) moeten aanpassen in je .mak file (file om te linken) zodat hij verwijst naar ...
by Marc Venken
Wed Mar 13, 2019 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 6507

Re: Setup Barcode system in FWH

On top of the program : #include "Barcode.ch" In your mak file add : echo $(FWDIR)\lib\BARLIB32.lib + >> b32.bc If you need these files : marc at maveco dot be I would suggest that you upgrade, because there is so much new stuff in FWH .... Great !!! ...
by Marc Venken
Tue Mar 12, 2019 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 6507

Re: How to Create Easy Report Designer Files ?

Dear Otto,

Please edit ereport.mak and modify this line:

FWDIR=c:\fwteam

change it into:

FWDIR=c:\fwh
by Antonio Linares
Sun Jan 06, 2019 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7263

Re: How to Create Easy Report Designer Files ?

Dear Antonio, I downloaded: https://bitbucket.org/fivetech/easyreport. I copied to c:\fwh\easyRep\ and changed makefile to point to my FW version: FWDIR=c:\fwh #FWDIR=c:\fwh Then I run go.bat. But I get following errors. Can you please help. Best regards, Otto .\source\ereport.prg(5125) Warning ...
by Otto
Sat Jan 05, 2019 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7263

Re: Agregar archivo .c a mak de compilacion

A ver si puedes ver lo que te falta HBDIR=c:\harbour BCDIR=c:\bcc7 FWDIR=c:\fwh .path.obj = .\obj .path.prg = .\ .path.ch = $(FWDIR)\include;$(HBDIR)\include .path.c = .\ .path.rc = .\ PRG = \ .\one.prg \ .\two.prg \ .\three.prg OBJ=$(PRG:.prg=.obj) OBJS=$(OBJ:.\=.\obj\) ...
by Compuin
Thu Oct 25, 2018 12:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agregar archivo .c a mak de compilacion
Replies: 9
Views: 1605

Re: Agregar archivo .c a mak de compilacion

A ver si puedes ver lo que te falta HBDIR=c:\harbour BCDIR=c:\bcc7 FWDIR=c:\fwh .path.obj = .\obj .path.prg = .\ .path.ch = $(FWDIR)\include;$(HBDIR)\include .path.c = .\ .path.rc = .\ PRG = \ .\one.prg \ .\two.prg \ .\three.prg OBJ=$(PRG:.prg=.obj) OBJS=$(OBJ:.\=.\obj\) ...
by cnavarro
Thu Oct 25, 2018 12:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agregar archivo .c a mak de compilacion
Replies: 9
Views: 1605

Re: xBrowse error on version 18.05

... the resources using Borland 5.82 while the program is compiled using Embarcadero 7.30: .PRG.OBJ: $(HBDIR)\bin\harbour $< /L /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include $(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -I$(BCDIR)\include\windows\sdk -I$(BCDIR)\include\windows\crtl -oobj\$& ...
by ellano
Fri Aug 24, 2018 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on version 18.05
Replies: 17
Views: 5117

Multithread issue

... please? Thanks in anticipation. Pat. MAK file follows: #Borland make sample (c) FiveTech Software 2005-2009 HBDIR=c:\harbour BCDIR=c:\bcc7 FWDIR=c:\fwh17 #change these paths as needed .path.OBJ = .\obj .path.PRG = .\ .path.CH = $(FWDIR)\include;$(HBDIR)\include .path.C = .\ .path.rc = .\ ...
by patdriscoll
Tue Jul 17, 2018 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithread issue
Replies: 2
Views: 818

Re: Google APIS Lib for Fivewin

... if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST ECHO Compiling... rem if "%FWDIR%" == "" set FWDIR=.\..\ set FWDIR=d:\fwh\fwhteam rem if "%XHDIR%" == "" set XHDIR=c:\xharbour rem set XHDIR=d:\xharbour\xharbour7 ...
by cnavarro
Fri Jun 08, 2018 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 78
Views: 21221

Re: Google APIS Lib for Fivewin

... if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST ECHO Compiling... rem if "%FWDIR%" == "" set FWDIR=.\..\ set FWDIR=d:\fwh\fwhteam rem if "%XHDIR%" == "" set XHDIR=c:\xharbour rem set XHDIR=d:\xharbour\xharbour7 ...
by cnavarro
Fri Jun 08, 2018 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 26729

Re: Problemas con la instalación FiveWin para Harbour/xHarbour

... builh.bat a buildh (1).bat por guardarlo y "retocar" el fichero buildh.bat para que funcionase. líneas 12 y 13 por... rem if "%FWDIR%" == "" set FWDIR=.\.. rem if "%HBDIR%" == "" set HBDIR=c:\harbour set FWDIR=.\.. set HBDIR=c:\harbour\BCC ...
by Xevi
Mon Jan 29, 2018 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con la instalación FiveWin para Harbour/xHarbour
Replies: 4
Views: 957

Re: Building Harbour 3.4 for BCC outside MSYS

... if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST rem if "%FWDIR%" == "" set FWDIR=.\.. rem if "%HBDIR%" == "" set HBDIR=c:\MSharbour ECHO Compiling... set hdir=c:\xharbourM ...
by Rick Lipkin
Sun Dec 17, 2017 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17839
PreviousNext

Return to advanced search