On Wednesday 07 January 2009 11:03:53 Maurilio Longo wrote:
> Hi,
>
> I'm trying to build a program of mine I've developed under xharbour on
> harbour and I've found a couple of "missing" functions:
>
> ..\lib/hbcurl.a(teasy.o): Undefined symbol _HB_FUN___CLSMSGASSIGNED
> referenced from data segment
> ..\lib/hbcurl.a(hbcurl.o): Undefined symbol _hb_itemPutCLStatic referenced
> from text segment
> make: *** [ims] Error 1
>
> Is there something I can use instead of them? In particular
> ClsMsgAssigned() which is used to see if a subclass defines a message and,
> if this is the case, call the message.

Hello Maurilio,

Try to use __objHasMsg() to substitute __clsMsgAssigned().

For hb_itemPutCLStatic() try to use hb_itemPutCL().

best regards,

Teo
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to