Página 1 de 1

Custom Component Problem

Publicado: Mar Abr 14, 2009 4:09 pm
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
--

Custom Component Problem

Publicado: Mié Abr 15, 2009 7:24 pm
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

Custom Component Problem

Publicado: Mié Abr 15, 2009 7:24 pm
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

Custom Component Problem

Publicado: Vie Abr 17, 2009 1:33 pm
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

Custom Component Problem

Publicado: Vie Abr 17, 2009 1:33 pm
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