RE: [xml] XML library



Daniel

Thanks for the tips.

I plan to just port the minimum amount of the library that I need and move
out all the non-executable code far memory.


-- Dave

-----Original Message-----
From: Daniel Veillard [mailto:veillard redhat com]
Sent: Wednesday, June 04, 2003 3:11 AM
To: Evans, Dave - Budget
Cc: 'xml gnome org'
Subject: Re: [xml] XML library


On Tue, Jun 03, 2003 at 05:20:22PM -0500, Evans, Dave - Budget wrote:
Has anyone ported the library to link with DOS based 16 bit C language
applications?

I am running a large POS appl written in Borland C v3.1 (circa 1991).

  ohhh old memories...
Well from what I remember there was a "large" compiler mode where
all function and variable pointers were using far adressing, I 
don't see why libxml2 would not compile in that model. There is nothing
obviously specific in the C code which should prevent it from compiling
in the Borland environment that I can think of... You will have to 
generate your own project and an xmlversion.h which suit the parts you
need, but with a bit of work I don't see why this would fail.
Of course not using the "large" compilation model would break horribly
because of the size of the generated code, you will also need to 
compile out a lot of the modules to not fill all the memory with just
libxml2 code :-)

  good luck !

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]