Menu

#19 NativeXML for Linux under FPC?

New
None
Medium
Defect
2015-11-15
2015-11-15
Alexandr
No

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.