FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FW_NumToWords( ) error
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
FW_NumToWords( ) error
Posted: Thu Jun 30, 2016 11:08 PM

When trying to build using:
nData := 242.08
RetDat := FW_NumToWords( nData )

yields the following error when trying to do the build:

>Fivehc32.lib(NUMCWORD.obj) : error LNK2019: unresolved external symbol __imp__strncpy referenced in function _copyword
>Fivehc32.lib(NUMCWORD.obj) : error LNK2019: unresolved external symbol __imp__ldiv referenced in function _ulong_to_words

Using FWH 16.04 Build May

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: FW_NumToWords( ) error
Posted: Fri Jul 01, 2016 06:07 AM

This is not compatible with MSVC 32 bits and xhb.com. Works with bcc and also msvc 64 bits.
We are trying to make it work with msvc 32 bits in the next version.
Please bear with us.

Regards



G. N. Rao.

Hyderabad, India
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: FW_NumToWords( ) error
Posted: Tue Jul 05, 2016 01:50 PM

Now the function works with MSVC 32 bits too.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion