Search found 12 matches: harbourcmd

Return to advanced search

Re: Bugs in latest Harbour

I confirm, HARBOURCMD is broken in Harbour, even in the latest nightly build. As an example:

SET HARBOURCMD=-a -es2 -gc0 -ie:\harbour\include -n -q -w3

The switch -i in HARBOURCMD is ignored (while the other switches seem to work). But this work instead:

harbour test -ie:\harbour\include

:-(

EMG
by Enrico Maria Giordano
Fri Jun 30, 2017 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in latest Harbour
Replies: 22
Views: 4817

Re: Bugs in latest Harbour

It looks like SET HARBOURCMD does not work like you expect.
I get the same error if I use
Code: Select all  Expand view
C:\HARBOUR>SET HARBOURCMD=/a /es2 /gc0 /m /n /q /w3
C:\HARBOUR>harbour test
 

It compiles ok if I use
Code: Select all  Expand view
C:\HARBOUR>harbour test /a /es2 /gc0 /m /n /q /w3
 
by Gale FORd
Mon Jan 11, 2016 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in latest Harbour
Replies: 22
Views: 4817

Re: no enlaza xhb.lib bajado de la web.

... DEL dbms.prg DEL ddeserv.prg DEL field.prg DEL tnewsins.prg DEL c3.prg DEL fwppc.prg DEL legacy.prg ===> este archivo no lo tengo. SET HARBOURCMD=/a /es1 /gc0 /l /m /n /q /w SET INCLUDE=d:\a\fwh\include;d:\xharbourorg\include FOR %%i IN (*.prg) DO d:\xharbourorg\bin\harbour %%i SET ...
by artu01
Tue Apr 10, 2012 4:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: no enlaza xhb.lib bajado de la web.
Replies: 10
Views: 4119

Re: no enlaza xhb.lib bajado de la web.

... DEL dbm.prg DEL vbxctrl.prg DEL _index.prg DEL dbms.prg DEL ddeserv.prg DEL field.prg DEL tnewsins.prg DEL c3.prg DEL fwppc.prg DEL legacy.prg SET HARBOURCMD=/a /es1 /gc0 /l /m /n /q /w SET INCLUDE=d:\fwh\include;d:\borland\xharbour\include FOR %%i IN (*.prg) DO d:\borland\xharbour\bin\harbour ...
by carlos vargas
Sun Apr 08, 2012 5:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: no enlaza xhb.lib bajado de la web.
Replies: 10
Views: 4119

errorsysw.prg

... Unreachable code 0 error here the piece of code 363 static function DoBreak() 364 365 BREAK 366 377 return nil I compile with these parameters SET HARBOURCMD=/a /es2 /gc0 /m /n /q /w2 /wb- I modified errorsysw.prg with these simple controls IF M->cUte_dos <> NIL cErrorFile := M->cUte_dos ...
by MarcoBoschi
Fri Oct 15, 2010 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: errorsysw.prg
Replies: 1
Views: 441

Re: Warning Compiling c:\fwh\source\function\errsysw.prg

MarcoBoschi,

Yo used this:

SET HARBOURCMD=/a /es2 /gc0 /m /n /q
by wmormar
Wed Nov 11, 2009 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning Compiling c:\fwh\source\function\errsysw.prg
Replies: 1
Views: 392

Warning Compiling c:\fwh\source\function\errsysw.prg

If I compile errsysw.prg with this setting SET HARBOURCMD=/a /es2 /gc0 /m /n /q /w2 /wb- I get these errors: xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6634) Copyright 1999-2009, http://www.xharbour.org http://www.harbour-project.org/ errsysw.prg(363) ...
by MarcoBoschi
Wed Nov 11, 2009 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning Compiling c:\fwh\source\function\errsysw.prg
Replies: 1
Views: 392

Harbour doesn't generate any error here. At least using the following compiler switches:

SET HARBOURCMD=/a /es2 /gc0 /m /n /q /w


EMG
by Enrico Maria Giordano
Tue Jul 01, 2008 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR compiled with FW , NOT without FW
Replies: 10
Views: 1740

Re: Per Emg

Riporto quello che ti ho scritto in privato: Io uso il seguente batch: @ ECHO OFF SET HARBOURCMD=/a /es2 /gc0 /m /n /q /w SET INCLUDE=e:\fwppc\include;e:\harbour_ce\include;e:\vce\include\arm IF EXIST %1.prg e:\harbour_ce\bin\harbour %1 SET HARBOURCMD= IF EXIST %1.c ...
by Enrico Maria Giordano
Tue Nov 06, 2007 4:54 pm
 
Forum: All products support
Topic: Per Emg
Replies: 12
Views: 2054

... DEL db10.prg DEL odbc32.prg DEL dbm.prg DEL vbxctrl.prg DEL _index.prg DEL dbms.prg DEL ddeserv.prg DEL field.prg DEL tnewsins.prg DEL c3.prg SET HARBOURCMD=/a /es1 /gc0 /l /m /n /q /w SET INCLUDE=c:\fwh\include;c:\xharbour\include FOR %%i IN (*.prg) DO c:\xharbour\bin\harbour %%i SET HARBOURCMD= ...
by Enrico Maria Giordano
Sat Oct 13, 2007 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error when I run my application
Replies: 21
Views: 2647

... DEL db10.prg DEL odbc32.prg DEL dbm.prg DEL vbxctrl.prg DEL _index.prg DEL dbms.prg DEL ddeserv.prg DEL field.prg DEL tnewsins.prg DEL c3.prg SET HARBOURCMD=/a /es1 /gc0 /l /m /n /q /w SET INCLUDE=c:\fwharbour\include;c:\xharbour\include FOR %%i IN (*.prg) DO c:\xharbour\harbour %%i SET HARBOURCMD= ...
by Enrico Maria Giordano
Sat Nov 12, 2005 4:51 pm
 
Forum: All products support
Topic: creazione file word da fwh
Replies: 21
Views: 7766

Re: ASC bug - re: Barbara THIAM's post

This is what I use:

SET HARBOURCMD=/a /es1 /gc0 /l /m /n /q /w

Anyway, you don't have to recompile the following PRGs:

expbuild.prg
db10.prg
odbc32.prg
dbm.prg
vbxctrl.prg
_index.prg
dbms.prg
ddeserv.prg
field.prg
tnewsins.prg
c3.prg

EMG
by Enrico Maria Giordano
Fri Oct 14, 2005 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASC bug - re: Barbara THIAM's post
Replies: 23
Views: 10954

Return to advanced search