FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Unresolved External
Posts: 63
Joined: Mon Aug 02, 2010 05:38 PM
Unresolved External
Posted: Thu Aug 12, 2010 01:51 PM

This is my first attempt to convert an existing application from FW to FWH. Linker returning error 'unresolved external symbol _HB_FUN_BSETGET.

Obviously, it's looking for the method to set the variable for a get object. I've double checked and it appears that I am linking with the correct libs and headers. What am I missing?

Also, in the FW version of my program I used Clipmore function cmFiltCount() to determine the number of records matching user filter values. Is there an equivalent function in FWH?

Thank you,
Don

Posts: 274
Joined: Fri Apr 04, 2008 01:25 PM
Re: Unresolved External
Posted: Fri Aug 13, 2010 09:37 AM

Sounds like you call bSetGet as a function (like bSetGet( params ) ), but bSetGet is a codeblock so it should be like:
bSetGet := { || codeblock }

Best Regards,

Gilbert Kuhnert
CTO Software GmbH
http://www.ctosoftware.de

Continue the discussion