Clase Tsbutton

Clase Tsbutton

Postby Loren » Tue Jan 01, 2008 12:02 pm

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
Loren
 
Posts: 479
Joined: Fri Feb 16, 2007 10:29 am
Location: Cadiz - España

Re: Clase Tsbutton

Postby jose_murugosa » Tue Jan 01, 2008 1:33 pm

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


Verifica que tienes todos los prgs, encuentras esta clase en:
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!! :D
Saludos/Regards,
José Murugosa
FWH + Harbour + Bcc7. Una seda!
User avatar
jose_murugosa
 
Posts: 1145
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay

Postby Loren » Tue Jan 01, 2008 5:19 pm

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.
Loren
 
Posts: 479
Joined: Fri Feb 16, 2007 10:29 am
Location: Cadiz - España

Postby Silvio » Tue Jan 01, 2008 7:48 pm

To All,
from two year I cannot modify a old program because it use tsbutton
the buttons are not trasparent

Image

to gime me the buttons trasparent i use the command NOBOXTR
BUT IT NOT WORK PROPERLY

SEE THE CODE ...

Code: Select all  Expand view

                                        @ 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
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby jose_murugosa » Tue Jan 01, 2008 8:34 pm

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.


Particularmente yo uso VeRCE, el cual me permite incluir todo, creo sea para tí la manera más sencilla.

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!
User avatar
jose_murugosa
 
Posts: 1145
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay

Postby Loren » Tue Jan 01, 2008 8:53 pm

Jose, mil gracias por tus molestias

Consegui, por fin, incluir esta clase en mi proyecto, construyendo la libreria SbuttonH.lib, siguiendo los pasos de leeme.txt incluido en el ZIP.

La cosa funcionó.
Mil gracias por tus molestias. Cualquier cosa, por aquí estoy.
LORENZO
Loren
 
Posts: 479
Joined: Fri Feb 16, 2007 10:29 am
Location: Cadiz - España


Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 35 guests