Hi Viktor,

Actually, it was just taking out the hbcompat.ch which solved the problem.
Again thanks for the tip I will try and pay more attention.

Leonardo Machado


Viktor Szakáts wrote:
> 
> Hi Leonardo,
> You seem to be using hbcompat.ch and it messes up this line of yours:
> cByts : = oClient: filesize (cNAME_FILE)
> by changing 'filesize' to 'hb_fsize'. Formatting the line to
> cByts := oClient:filesize(cNAME_FILE)
> may help, if not, make sure not to use hbcompat.ch in this source.
> 
> Brgds,
> Viktor
> 
> On Wed, Apr 15, 2009 at 8:37 PM, sygecom <leona...@sygecom.com.br> wrote:
> 
>>
>> Hi Viktor,
>> I appeared another problem with FTP, I had forgotten to test a module
>> which
>> has the following line:
>>
>> cByts : = oClient: filesize (cNAME_FILE)
>>
>> This returns the file size that will download via FTP, and when it
>> reaches
>> this line giving the error below:
>>
>> Error BASE/1004  Message not found: TIPCLIENTFTP:HB_FSIZE
>> Called from ->__ERRRT_SBASE(0)
>> Called from ../../tobject.prg->TIPCLIENTFTP:ERROR(0)
>> Called from ../../tobject.prg->(b)HBOBJECT(0)
>> Called from ../../tobject.prg->TIPCLIENTFTP:MSGNOTFOUND(0)
>> Called from ../../tobject.prg->TIPCLIENTFTP:HB_FSIZE(0)
>> ****
>>
>> Note: If you need a complete example can produce and post here to
>> simulate
>> the error.
>>
>> Leonardo Machado
>>
>>
>> vszakats wrote:
>> >
>> > Revision: 10864
>> >
>> >
>> http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10864&view=rev
>> > Author:   vszakats
>> > Date:     2009-04-15 16:58:59 +0000 (Wed, 15 Apr 2009)
>> >
>> > Log Message:
>> > -----------
>> > 2009-04-15 18:58 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
>> >   * utils/hbmk2/hbmk2.prg
>> >     ! Fixed bcc targets linking wrong (own bcc) PCRE engine instead
>> >       of the Harbour one by reordering lib list. This should fix
>> >       hbtip problems reported on the list.
>> >
>> > Modified Paths:
>> > --------------
>> >     trunk/harbour/ChangeLog
>> >     trunk/harbour/utils/hbmk2/hbmk2.prg
>> >
>> >
>> > This was sent by the SourceForge.net collaborative development
>> platform,
>> > the world's largest Open Source development site.
>> > _______________________________________________
>> > Harbour mailing list
>> > Harbour@harbour-project.org
>> > http://lists.harbour-project.org/mailman/listinfo/harbour
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/SF.net-SVN%3A-harbour-project%3A-10864--trunk-harbour-tp23062973p23064653.html
>> Sent from the Harbour - Dev mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Harbour mailing list
>> Harbour@harbour-project.org
>> http://lists.harbour-project.org/mailman/listinfo/harbour
>>
> 
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
> 
> 

-- 
View this message in context: 
http://www.nabble.com/SF.net-SVN%3A-harbour-project%3A-10864--trunk-harbour-tp23062973p23070179.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to