c++.stl.port - iostreams in a DOS 16 bit platform
- "Wichetael" <wichetael gmx.net> Jun 10 2003
- "Walter" <walter digitalmars.com> Jun 11 2003
- "Wichetael" <wichetael gmx.net> Jun 12 2003
- "Walter" <walter digitalmars.com> Jun 14 2003
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
"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?
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
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
"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
iostreams STLport library as a static library for a DOS 16 bit
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








"Walter" <walter digitalmars.com>