Hi,
Please, run this program:
[code]
#include "
hbclass.ch"
FUNCTION Main()
EXTEND CLASS tBrowse WITH DATA cTipoListFiles // works ok
EXTEND CLASS tIPClientFtp WITH DATA cTipoListFiles // error
RETURN NIL
[/code]
I got this error:
----------------------------- xHarbour Error
Log ------------------------------
Operating system...: Windows XP Professional 5.01.2600 Service Pack 3
xHarbour version...: xHarbour 1.2.3 Intl. (SimpLex) (Build 20130328)
xHarbour built on..: Apr 5 2013 14:05:18
C/C++ compiler.....: Pelles ISO C Compiler 3.0 (32 bit)
Multi Threading....: NO
VM Optimization....: 2
-------------------- Internal Error Handling
nformation ---------------------
Subsystem Call ....: BASE
System Code .......: 1066
Default Status ....: .F.
Description .......: Argument error
Operation .........: conditional
Arguments .........: [ 1] = Type: U
Involved File .....:
Dos Error Code ....: 0
Trace Through:
----------------
TIPCLIENTFTP:__DESTRU : 173 in Module: W:\xHarbour\source\tip\ftpcln.prg
MAIN : 7 in Module: teste.prg
############################## Video Screen Dump
##############################
+--------------------------------------------------------------------------------+
|
|
|Teste de download ...
|
|Error BASE/1066 Argument error: conditional Arguments: ( [ 1] = Type: U)
|
|
|
|Error at ...: TIPCLIENTFTP:__DESTRUCTOR(173) in Module: ftpcln.prg
|
|Called from : F_FTPCONECTA(46) in Module: ftchama.prg
|
|Called from : F_ATUALIZASISTEMA(169) in Module: ftchama.prg
|
|Called from : MAIN(30) in Module: ftchama.prg
|
|
|
|D:\Fontes\outros\xx>
|
|D:\Fontes\outros\xx>XBUILD TESTE
|
|D:\Fontes\outros\xx\teste.exe->teste.obj
|
|D:\Fontes\outros\xx\teste.exe->teste.exe
|
|D:\Fontes\outros\xx>TESTE
|
|
|
|Error BASE/1066 Argument error: conditional Arguments: ( [ 1] = Type: U)
|
|Error at ...: TIPCLIENTFTP:__DESTRUCTOR(173) in Module:
W:\xHarbour\source\tip\f|
|tpcln.prg
|
|Called from : MAIN(7) in Module: teste.prg
|
+--------------------------------------------------------------------------------+
Could You help me?
TIA,
Fabio Nery