Compañeros, una vez más tengo que recurrir a vosotros:
Estoy intentando añadir esta magnifica clase (Tsbutton) a mi proyecto, pero me es imposible. Cuando compilo me genera estos errores:
Error: Unresolved external '_HB_FUN_GETFONTHEIGHT' referenced from C:\PROGRAMACION\VERDI\OBJ\TSBUTTON.OBJ
Error: Unresolved external '_HB_FUN_SBTNPAINT' referenced from C:\PROGRAMACION\VERDI\OBJ\TSBUTTON.OBJ
Error: Unresolved external '_HB_FUN_MAKESEPARATOR' referenced from C:\PROGRAMACION\VERDI\OBJ\TSBAR.OBJ
Error: Unresolved external '_HB_FUN_DRAWBOXES' referenced from C:\PROGRAMACION\VERDI\OBJ\TSLINES.OBJ
Error: Unresolved external '_HB_FUN_DARKCOLOR' referenced from C:\PROGRAMACION\VERDI\OBJ\TSRADIO.OBJ
Error: Unresolved external '_HB_FUN_DRAWRADIO' referenced from C:\PROGRAMACION\VERDI\OBJ\TSRADIO.OBJ
En mi PRG incluyo el .CH, y en el AJMAKER incluyo los PRG de la Clase. ¿donde está el problema? ¿Donde están las funciones que hace referencia estos errores?
Me estoy volviendo loco!!... Mil gracias por vuestra paciencia.
LORENZO
FWH 2.7 + xHarbour 0.99.6 + Ajmaker
Clase Tsbutton
- jose_murugosa
- Posts: 943
- Joined: Mon Feb 06, 2006 4:28 pm
- Location: Uruguay
- Contact:
Re: Clase Tsbutton
Verifica que tienes todos los prgs, encuentras esta clase en:Loren wrote:Compañeros, una vez más tengo que recurrir a vosotros:
Estoy intentando añadir esta magnifica clase (Tsbutton) a mi proyecto, pero me es imposible. Cuando compilo me genera estos errores:
Error: Unresolved external '_HB_FUN_GETFONTHEIGHT' referenced from C:\PROGRAMACION\VERDI\OBJ\TSBUTTON.OBJ
Error: Unresolved external '_HB_FUN_SBTNPAINT' referenced from C:\PROGRAMACION\VERDI\OBJ\TSBUTTON.OBJ
Error: Unresolved external '_HB_FUN_MAKESEPARATOR' referenced from C:\PROGRAMACION\VERDI\OBJ\TSBAR.OBJ
Error: Unresolved external '_HB_FUN_DRAWBOXES' referenced from C:\PROGRAMACION\VERDI\OBJ\TSLINES.OBJ
Error: Unresolved external '_HB_FUN_DARKCOLOR' referenced from C:\PROGRAMACION\VERDI\OBJ\TSRADIO.OBJ
Error: Unresolved external '_HB_FUN_DRAWRADIO' referenced from C:\PROGRAMACION\VERDI\OBJ\TSRADIO.OBJ
En mi PRG incluyo el .CH, y en el AJMAKER incluyo los PRG de la Clase. ¿donde está el problema? ¿Donde están las funciones que hace referencia estos errores?
Me estoy volviendo loco!!... Mil gracias por vuestra paciencia.
LORENZO
FWH 2.7 + xHarbour 0.99.6 + Ajmaker
http://fivetechsoft.com/forums/viewtopic.php?t=6849
También asegúrate de estar incluyendo bpaint.c, el cual es esencial.
Que tengas un feliz año!!
Saludos/Regards,
José Murugosa
FWH + Harbour + Bcc7. Una seda!
José Murugosa
FWH + Harbour + Bcc7. Una seda!
Jesus, gracias por contestar....
Me bajé la clase completa, incluí en la compilación todos los PRG que contiene la clase (en este caso 5), pero....
como incluyo el archivo "Bpaint.c" en el ajmaker ?? Eché un vistazo en las opciones de ajmaker y observé que tiene una carpeta de ficheros C y ahí copie Bpaint.C... pero aún así el error al compilar sigue siendo el mismo.
¿Hay otra manera de incluir este fichero?
LORENZO
Mil gracias y Feliz y próspero año nuevo.
Me bajé la clase completa, incluí en la compilación todos los PRG que contiene la clase (en este caso 5), pero....
como incluyo el archivo "Bpaint.c" en el ajmaker ?? Eché un vistazo en las opciones de ajmaker y observé que tiene una carpeta de ficheros C y ahí copie Bpaint.C... pero aún así el error al compilar sigue siendo el mismo.
¿Hay otra manera de incluir este fichero?
LORENZO
Mil gracias y Feliz y próspero año nuevo.
To All,
from two year I cannot modify a old program because it use tsbutton
the buttons are not trasparent
to gime me the buttons trasparent i use the command NOBOXTR
BUT IT NOT WORK PROPERLY
SEE THE CODE ...
Now I saw the author of this class is come back and i hope he modify this class
from two year I cannot modify a old program because it use tsbutton
the buttons are not trasparent
to gime me the buttons trasparent i use the command NOBOXTR
BUT IT NOT WORK PROPERLY
SEE THE CODE ...
Code: Select all
@ Fila,(Col+nPassLarg) SBUTTON aBtn[n];
File OMBEMPTY,;
OMBFULL,;
OMBEMPTY,;
OMBEMPTY PIXEL ;
OF oWChld ;
FONT oFont2 ;
CAPTION cCaption ;
TEXT ON_CENTER ;
tooltip cCaption2;
NOBOXTR
Now I saw the author of this class is come back and i hope he modify this class
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
- jose_murugosa
- Posts: 943
- Joined: Mon Feb 06, 2006 4:28 pm
- Location: Uruguay
- Contact:
Particularmente yo uso VeRCE, el cual me permite incluir todo, creo sea para tí la manera más sencilla.Loren wrote:Jesus, gracias por contestar....
Me bajé la clase completa, incluí en la compilación todos los PRG que contiene la clase (en este caso 5), pero....
como incluyo el archivo "Bpaint.c" en el ajmaker ?? Eché un vistazo en las opciones de ajmaker y observé que tiene una carpeta de ficheros C y ahí copie Bpaint.C... pero aún así el error al compilar sigue siendo el mismo.
¿Hay otra manera de incluir este fichero?
LORENZO
Mil gracias y Feliz y próspero año nuevo.
Puedes encontrar esta utilidad en:
http://www.box.net/shared/yu6ny3bsws
En el archivo que bajaste incluso tienes el archivo de compilación con extensión VRC que podrás aprovechar.
Saludos/Regards,
José Murugosa
FWH + Harbour + Bcc7. Una seda!
José Murugosa
FWH + Harbour + Bcc7. Una seda!