Re: [xHarbour-developers] For Ron

2009-02-28 Thread Enrico Maria Giordano

-Messaggio Originale- 
Da: Ron Pinkas ron.pin...@xharbour.com
A: Enrico Maria Giordano e.m.giord...@emagsoftware.it; Miguel Angel 
Marchuet miguelan...@marchuet.net; xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Data invio: sabato 28 febbraio 2009 2.59
Oggetto: Re: [xHarbour-developers] For Ron


 Oops thanks for the warning - it was indeed needed for Clipper 
 compilation, fixed.

Thank you!

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 


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] For Ron

2009-02-27 Thread Enrico Maria Giordano
Hi Ron, any idea on how to fix the following warning?

utils\xbscript\xbscript.prg(12736) Warning W0003  Variable: 'S_APROC' 
declared but not used in function: '*(393)'

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 


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] For Ron

2009-02-27 Thread Enrico Maria Giordano

-Messaggio Originale- 
Da: Miguel Angel Marchuet miguelan...@marchuet.net
A: Enrico Maria Giordano e.m.giord...@emagsoftware.it
Data invio: venerdì 27 febbraio 2009 18.22
Oggetto: Re: [xHarbour-developers] For Ron


 You can do this

 you can write  (S_APROC)   in any function or procedure

???

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 


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] For Ron

2009-02-27 Thread Ron Pinkas
Miguel,

But it's better to REMOVE the declaration of an unused variable.

Ron

--
From: Enrico Maria Giordano e.m.giord...@emagsoftware.it
Sent: Friday, February 27, 2009 9:24 AM
To: Miguel Angel Marchuet miguelan...@marchuet.net; xHarbour Developers 
Mailing List xharbour-developers@lists.sourceforge.net
Subject: Re: [xHarbour-developers] For Ron


 -Messaggio Originale- 
 Da: Miguel Angel Marchuet miguelan...@marchuet.net
 A: Enrico Maria Giordano e.m.giord...@emagsoftware.it
 Data invio: venerdì 27 febbraio 2009 18.22
 Oggetto: Re: [xHarbour-developers] For Ron


 You can do this

 you can write  (S_APROC)   in any function or procedure

 ???

 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


 --
 Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, 
 CA
 -OSBC tackles the biggest issue in open source: Open Sourcing the 
 Enterprise
 -Strategies to boost innovation and cut costs with open source 
 participation
 -Receive a $600 discount off the registration fee with the source code: 
 SFAD
 http://p.sf.net/sfu/XcvMzF8H
 ___
 xHarbour-developers mailing list
 xHarbour-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xharbour-developers
 

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] For Ron

2009-02-27 Thread Enrico Maria Giordano

-Messaggio Originale- 
Da: Ron Pinkas ron.pin...@xharbour.com
A: Enrico Maria Giordano e.m.giord...@emagsoftware.it; Miguel Angel 
Marchuet miguelan...@marchuet.net; xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Data invio: venerdì 27 febbraio 2009 18.44
Oggetto: Re: [xHarbour-developers] For Ron


 Miguel,

 But it's better to REMOVE the declaration of an unused variable.

I still find s_aProc in xbscript.prg. It's fine?

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 


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] For Ron

2009-02-27 Thread Ron Pinkas
Oops thanks for the warning - it was indeed needed for Clipper compilation, 
fixed.

--
From: Enrico Maria Giordano e.m.giord...@emagsoftware.it
Sent: Friday, February 27, 2009 9:49 AM
To: Ron Pinkas ron.pin...@xharbour.com; Miguel Angel Marchuet 
miguelan...@marchuet.net; xHarbour Developers Mailing List 
xharbour-developers@lists.sourceforge.net
Subject: Re: [xHarbour-developers] For Ron


 -Messaggio Originale- 
 Da: Ron Pinkas ron.pin...@xharbour.com
 A: Enrico Maria Giordano e.m.giord...@emagsoftware.it; Miguel Angel 
 Marchuet miguelan...@marchuet.net; xHarbour Developers Mailing List 
 xharbour-developers@lists.sourceforge.net
 Data invio: venerdì 27 febbraio 2009 18.44
 Oggetto: Re: [xHarbour-developers] For Ron


 Miguel,

 But it's better to REMOVE the declaration of an unused variable.

 I still find s_aProc in xbscript.prg. It's fine?

 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
 

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers