Hi All
I have rebuilt an application using the latest FWH build 8.11 and xHarbour 1.1.0
I'm getting this error.
Error: Unresolved external '_HB_FUN_OLEUNINITIALIZE' referenced from C:\TSBROWSE\LIB\SBROWSE.LIB|TSBROWSE
Can anyone help?
Thanks
David
Hi All
I have rebuilt an application using the latest FWH build 8.11 and xHarbour 1.1.0
I'm getting this error.
Error: Unresolved external '_HB_FUN_OLEUNINITIALIZE' referenced from C:\TSBROWSE\LIB\SBROWSE.LIB|TSBROWSE
Can anyone help?
Thanks
David
Maybe you will need to rebuild the sbrowse.lib also.
Regards,
James
Hi James
Sorry for late reply but I was away this week.
I rebuilt the library as suggested but the error still exists. Maybe I need to change the MAK I'm using in my application.
Incidentally, I noticed that scrllbar.prg was missing from the tsbrowse\source\classes
Thanks
David
David,
Yes, it may be your make. I think oleunitialize() is a Harbour (or xHarbour) function. It may be that you are not linking in all the needed LIBs. Check FW's buildh.bat or buildx.bat for all the LIBs you need.
Regards,
James