www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - MSDOS + STLport

↑ ↓ ← user domain.invalid writes:
Hi,

I'd like to use the stlport library in a DOS application (esspecialy iostream
and 
the containers).

1) Is it possible?
2) Has anyone used it?
3) Do you have any hints how to make suitable library?
4) Are there any special problems I could encounter?

Thanks in advance,
Michal
Apr 25 2003
→ "Walter" <walter digitalmars.com> writes:
<user domain.invalid> wrote in message
news:3EA8F969.8010106 domain.invalid...
 Hi,

 I'd like to use the stlport library in a DOS application (esspecialy

 the containers).

 1) Is it possible?
 2) Has anyone used it?
 3) Do you have any hints how to make suitable library?
 4) Are there any special problems I could encounter?

 Thanks in advance,
 Michal

I don't think anyone has tried it. One problem you may run into is it being too large.
Apr 25 2003
→ Larry Brasfield <larry_brasfield snotmail.com> writes:
In article <3EA8F969.8010106 domain.invalid>, 
user domain.invalid (user domain.invalid) says...
 Hi,

 I'd like to use the stlport library in a DOS application (esspecialy iostream
and 
 the containers).
 
 1) Is it possible?

Yes.
 2) Has anyone used it?

I did portions of an application port from DOS-targetted bare C++ to C++ with templates using DMC. Before that, I made sure that the basic containers and cout worked.
 3) Do you have any hints how to make suitable library?

Study the intended usage?
 4) Are there any special problems I could encounter?

As somebody mentioned, size can become a problem. But 600K is still a lot of code. -- -Larry Brasfield (address munged, s/sn/h/ to reply)
Apr 27 2003