FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TSBrowse and _HB_FUN_OLEUNINITIALIZE
Posts: 82
Joined: Fri Mar 03, 2006 06:26 PM
TSBrowse and _HB_FUN_OLEUNINITIALIZE
Posted: Mon Dec 01, 2008 11:09 AM

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

Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
TSBrowse and _HB_FUN_OLEUNINITIALIZE
Posted: Mon Dec 01, 2008 11:35 AM

Maybe you will need to rebuild the sbrowse.lib also.

Regards,
James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 82
Joined: Fri Mar 03, 2006 06:26 PM
TSBrowse and _HB_FUN_OLEUNINITIALIZE
Posted: Sat Dec 06, 2008 05:37 PM

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

Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
TSBrowse and _HB_FUN_OLEUNINITIALIZE
Posted: Sat Dec 06, 2008 07:42 PM

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

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion