FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Problem with FWH 14.12 and xHarbour
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Problem with FWH 14.12 and xHarbour
Posted: Wed Dec 31, 2014 09:18 PM

IGNORE THIS POST >.... Problem redefined in another post

When trying to build my existing application using FWH 14.12, and the xHarbour Builder, I get an error of undefined hb_eol( ).
Version 14.11 worked fine. Building with MSVC does not have the error.

So, this problem is limited to the 14.12 xharbour libraries.

The .prg is responsible for building an XML document. EOL( ) is not a function directly named in the .prg so it must be called by another HB function, perhaps hb_osnewline( ). Did a file get left out of the xhabour library build in .12 ?

Thanks.

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: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Problem with FWH 14.12 and xHarbour
Posted: Wed Dec 31, 2014 09:25 PM
Tim,

there is no hb_eol() in xHarbour SVN. But I found this in FWH hbcompat.ch:

Code (fw): Select all Collapse
#xtranslate hb_eol()                        => hb_osNewLine()


EMG
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: Problem with FWH 14.12 and xHarbour
Posted: Wed Dec 31, 2014 09:27 PM

Actually, it is trying to translate hb_osnewline( ) -> hb_eol( )

Apparently hb_eol( ) exists in Harbour but not xHarbour.

The .CH has had that for the last few versions. I'm curious what is happening now.

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

Continue the discussion