Hola amigos
Quiero utilizar la clase twbrowse de hernan, y al compilarla con verce, me da el siguiente error
*********************
C:\TWBROWSE\SOURCE\CLASSES\WBROWSE.PRG(733) Warning W0001 Ambiguous reference: 'NELEMENTS'
C:\TWBROWSE\SOURCE\CLASSES\WBROWSE.PRG(735) Warning W0001 Ambiguous reference: 'NELEMENTS'
C:\TWBROWSE\SOURCE\CLASSES\WBROWSE.PRG(736) Warning W0001 Ambiguous reference: 'N'
*******************
Y es que efectivamente no están declaradas estas varibales en el prg.
Que valor hay que poner?
Por otra parte, si utilizo una libreria ya compilada, que me he descargado de éste foro, al crear el browse ( @ 0.5, 0.5 COLUMN BROWSE oBrw OF oDlg), me da el siguiente error.
***************************
Application
===========
Path and name: C:\fuentes\harbour\mocwin2006\gespaq.Exe (32 bits)
Size: 812,032 bytes
Time from start: 0 hours 0 mins 10 secs
Error occurred at: 22/11/06, 09:09:02
Error description: Error BASE/3003 Cannot find super class: __CLSINSTSUPER
Stack Calls
===========
Called from: => __CLSINSTSUPER(0)
Called from: => HBCLASS:CREATE(214)
Called from: .\source\classes\TCBROWSE.PRG => TCBROWSE(0)
Called from: C:\fuentes\harbour\mocwin2006\PRG\tipos.prg => TIPOS(26)
****************************
No se si lo estaré haciendo bien, pero yo para enlazar ésta libreria con mi programa hago lo siguiente:
- el include de la cabecera de mi prg es el tcbrowse.ch de siempre
- en Verce->librerias de terceros, pongo twbrose32. y ya está.
Si no es así, a ver si alguien me indica el método tanto para crear las librerías, como para utilizarlas en mis programas sin que den conflictos con las ya implementadas por el sistema.
Saludos
Jose Luis