In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Custom Component Problem

Xailer professional forum in English
Responder
Giuseppe Bogetti
Mensajes: 281
Registrado: Vie Ago 04, 2006 4:58 pm

Custom Component Problem

Mensaje por Giuseppe Bogetti »

Hi,
I have a problem with the integration of custom components in the IDE.
I have developed a gradient label component that works well within the
program I'm developing but when I add the DLL to the IDE and I add that
component the IDE crashes saying that the function used to draw the
gradient is not defined.
I've attached the sources along with a test project and the error log.
Any help would be greatly appreciated.
--
Regards,
Giuseppe
--
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Custom Component Problem

Mensaje por ignacio »

Giusspe,
Change XA_FUNC_STATIC with HB_FUNC_STATIC. Is a limitation of xHarbour.
BTW, righ now we have a small bug that may provoke a GPF when dragging a DLL
control to a form just after the DLL is installed. In that case you may need
jut to restart the IDE.
Best regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
news:cyfgibt4bvtz$.dxp87brh04qa$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
> Hi,
>
> I have a problem with the integration of custom components in the IDE.
>
> I have developed a gradient label component that works well within the
> program I'm developing but when I add the DLL to the IDE and I add that
> component the IDE crashes saying that the function used to draw the
> gradient is not defined.
>
> I've attached the sources along with a test project and the error log.
>
> Any help would be greatly appreciated.
>
> --
> Regards,
>
> Giuseppe
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Custom Component Problem

Mensaje por ignacio »

Giusspe,
Change XA_FUNC_STATIC with HB_FUNC_STATIC. Is a limitation of xHarbour.
BTW, righ now we have a small bug that may provoke a GPF when dragging a DLL
control to a form just after the DLL is installed. In that case you may need
jut to restart the IDE.
Best regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Giuseppe Bogetti" <orangesocks@bgsoft.it> escribió en el mensaje
news:cyfgibt4bvtz$.dxp87brh04qa$[email=.dlg@40tude.net...].dlg@40tude.net...[/email]
> Hi,
>
> I have a problem with the integration of custom components in the IDE.
>
> I have developed a gradient label component that works well within the
> program I'm developing but when I add the DLL to the IDE and I add that
> component the IDE crashes saying that the function used to draw the
> gradient is not defined.
>
> I've attached the sources along with a test project and the error log.
>
> Any help would be greatly appreciated.
>
> --
> Regards,
>
> Giuseppe
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Giuseppe Bogetti
Mensajes: 281
Registrado: Vie Ago 04, 2006 4:58 pm

Custom Component Problem

Mensaje por Giuseppe Bogetti »

Il Wed, 15 Apr 2009 19:24:43 +0200, Ignacio Ortiz de Zúñiga ha scritto:
> Giusspe,
>
> Change XA_FUNC_STATIC with HB_FUNC_STATIC. Is a limitation of xHarbour.
>
> BTW, righ now we have a small bug that may provoke a GPF when dragging a DLL
> control to a form just after the DLL is installed. In that case you may need
> jut to restart the IDE.
>
> Best regards,
Thanks, that solved everything.
--
Regards,
Giuseppe
Giuseppe Bogetti
Mensajes: 281
Registrado: Vie Ago 04, 2006 4:58 pm

Custom Component Problem

Mensaje por Giuseppe Bogetti »

Il Wed, 15 Apr 2009 19:24:43 +0200, Ignacio Ortiz de Zúñiga ha scritto:
> Giusspe,
>
> Change XA_FUNC_STATIC with HB_FUNC_STATIC. Is a limitation of xHarbour.
>
> BTW, righ now we have a small bug that may provoke a GPF when dragging a DLL
> control to a form just after the DLL is installed. In that case you may need
> jut to restart the IDE.
>
> Best regards,
Thanks, that solved everything.
--
Regards,
Giuseppe
Responder