Page 1 of 1

Error BASE/1605 Invalid self: NEW

Posted: Wed Oct 19, 2011 9:12 pm
by Mayor_Valenzuela
Alguien puede ayudarme con esto?, es una clase la Tdosprn nunca un problema con harbour, pero al crear una nueva libreria que contine esta clase y enlasar esta libreria con mi aplicacion al momento de inicializar el trabajo de impresion aparece esto:

Application
===========
Path and name: C:\FWH\VANKS32\Vanks32.exe (32 bits)
Size: 3,198,464 bytes
Time from start: 0 hours 0 mins 41 secs
Error occurred at: 19/10/2011, 17:57:02
Error description: Error BASE/1605 Invalid self: NEW
Args:
[ 1] = O TDOSLPT
[ 2] = U

Stack Calls
===========
Called from: ..\SOURCE\TDOSPRN.PRG => TDOSLPT:NEW(168)

He probado cambiando el codigo y nada. :?:

Re: Error BASE/1605 Invalid self: NEW

Posted: Thu Oct 20, 2011 2:03 am
by hua
Ensure tdosprn/tdoslpt returns self not nil at its new() method

Re: Error BASE/1605 Invalid self: NEW

Posted: Thu Oct 20, 2011 12:54 pm
by Mayor_Valenzuela
Thank you alot, works fine now... :D