FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour HB_EOL( ) not found in xHarbour
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
HB_EOL( ) not found in xHarbour
Posted: Wed Dec 31, 2014 11:06 PM

OK ... when building an XML, I use HB_OSNewLine( ).
hbcompat.ch translates this to HB_EOL( ).

Today, I installed 14.12, and did a fresh build using xBuilder ( xHarbour .com ) and suddenly I get the message Unknown function HB_EOL( ). Looking back, doing a re-build with other versions of FWH the problem still exists.

I have no idea what changed, but HB_EOL( ) is not listed as an xHabour function in the docs I have.

Any help on this would be appreciated.

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: HB_EOL( ) not found in xHarbour
Posted: Thu Jan 01, 2015 02:26 PM

HB_EOL() just returns CRLF

If you are using XML functions of xHarbour (same functions in Harbour too) there is no need for this function.

still if you like, you can add in one of your modules

ifdef XHARBOUR

function HB_EOL()
return CRLF

endif

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion