NativeXML for Linux under FPC?
Brought to you by:
mellobot
Greetings!
I see, that's NativeXML library is FPC compatible, also cross-platform according to this:
unit NativeXml; interface {$i simdesign.inc} uses Graphics, Classes, Contnrs, SysUtils, sdStreams, sdStringTable, sdDebug, NativeXmlCodepages, {$IFDEF MSWINDOWS} Windows, WinInet; {$ELSE} NativeXmlUtilsForLinux; {$ENDIF}
But NativeXmlUtilsForLinux don't exists. Where it? I can't build my project for linux :(
Please, help me.