[xHarbour-developers] Strange compiler behavior using dot

2009-11-25 Thread Enrico Maria Giordano
Compiling the following (uncorrect) sample:

FUNCTION MAIN()

LOCAL cVar := 

cVar.Test()

RETURN NIL

I get:

Error E2209 test.c 16: Unable to open include file 'OTEST.xns'

What does it mean?

EMG

--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] Strange compiler behavior using dot

2009-11-25 Thread Luiz Rafael Culik Guimaraes
Hi Enrico

when using an dot, you are trying to reference an function on an name space 
on left of the dot

Regards
Luiz
- Original Message - 
From: Enrico Maria Giordano e.m.giord...@emagsoftware.it
To: xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Sent: Wednesday, November 25, 2009 1:01 PM
Subject: [xHarbour-developers] Strange compiler behavior using dot


 Compiling the following (uncorrect) sample:

 FUNCTION MAIN()

LOCAL cVar := 

cVar.Test()

RETURN NIL

 I get:

 Error E2209 test.c 16: Unable to open include file 'OTEST.xns'

 What does it mean?

 EMG

 --
 EMAG Software Homepage: http://www.emagsoftware.it
 The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
 The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
 The EMG Music page: http://www.emagsoftware.it/emgmusic

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
 30-Day
 trial. Simplify your report design, integration and deployment - and focus 
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] hb_fileExists() at HB_FILE_FUNCS table

2009-11-25 Thread Vicente Guerra
 Hi!

 Miguel,

 On HB_FILE_FUNCS table, there's an item called Exists, for
determine if a file is on the PATH list. In regular filesystem,
this function calls hb_spFileExists(), but on NET files, it requires
a rewritten function with the same purpose.

 My question is: should Exists member be a hb_fsFileExists()
replacement instead?

 I mean, hb_fileExists() calls should be changed back to
hb_spFileExists(), and inside it ( hb_spFileExists() ) it must be
changed hb_fsFileExists() to a new hb_fileExists() call.

 It would allow a command like

SET PATH TO D:\data;rem:\data
USE anyDbf

Atte.
  Vic

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers