April 03, 2004
As I've seen in another posting in the meantime stlport coming with the dm cd
should be precompiled and ready to go. Indeed, it only works with the old
header file <iostream.h> and without std namespace...
Arnd


April 06, 2004
"Arnd" <Arnd_member@pathlink.com> wrote in message news:c4lo62$v6a$1@digitaldaemon.com...
> As I've seen in another posting in the meantime stlport coming with the dm
cd
> should be precompiled and ready to go. Indeed, it only works with the old
> header file <iostream.h> and without std namespace...
> Arnd

It is precompiled and ready to go. For example:
    dmc -I\dm\stlport\stlport hello.cpp
works fine with <iostream>.