www.digitalmars.com         C & C++   DMDScript  

c++.stl.port - iostreams in a DOS 16 bit platform

reply "Wichetael" <wichetael gmx.net> writes:
Hi,

Would is it be possible with a reasonable ammount of effort to compile the
iostreams STLport library as a static library for a DOS 16 bit platform? Any
ideas on how much of an effort this would take to do?

Thanks,

Remko van der Vossen
Jun 10 2003
parent reply "Walter" <walter digitalmars.com> writes:
"Wichetael" <wichetael gmx.net> wrote in message
news:bc5mav$mc3$1 digitaldaemon.com...
 Would is it be possible with a reasonable ammount of effort to compile the
 iostreams STLport library as a static library for a DOS 16 bit platform?
Any
 ideas on how much of an effort this would take to do?
I think it is not worth while since it would wind up too large for the 16 bit memory space.
Jun 11 2003
parent reply "Wichetael" <wichetael gmx.net> writes:
In article <bc823c$2rcc$1 digitaldaemon.com>, Walter says...
"Wichetael" <wichetael gmx.net> wrote in message
news:bc5mav$mc3$1 digitaldaemon.com...
 Would is it be possible with a reasonable ammount of effort to compile the
 iostreams STLport library as a static library for a DOS 16 bit platform?
 Any ideas on how much of an effort this would take to do?
I think it is not worth while since it would wind up too large for the 16 bit memory space.
Even when using a large memory model? Is the iostreams library that large? Regards, Remko van der Vossen
Jun 12 2003
parent "Walter" <walter digitalmars.com> writes:
"Wichetael" <wichetael gmx.net> wrote in message
news:bc9pk4$1adj$1 digitaldaemon.com...
 In article <bc823c$2rcc$1 digitaldaemon.com>, Walter says...
"Wichetael" <wichetael gmx.net> wrote in message
news:bc5mav$mc3$1 digitaldaemon.com...
 Would is it be possible with a reasonable ammount of effort to compile
the
 iostreams STLport library as a static library for a DOS 16 bit
platform?
 Any ideas on how much of an effort this would take to do?
I think it is not worth while since it would wind up too large for the 16 bit memory space.
Even when using a large memory model? Is the iostreams library that large?
You can try it if you want. I know of no particular reason why it wouldn't work, but I have not tried it.
Jun 14 2003