RogueWave tools

How can I use both the RogueWave Tools.h++ library that comes with the SUNPRO C++ compiler 5.0 & the standard library implementation of iostreams. When I link my application it reports a number of unresolved references in <installdir>/SUNWspro/lib/rw7/librwtool.so when I specify

-library=rwtools7,Cstd or -library-rwtools7,Cstd -staticlib=rwtools7

[378 byte] By [AlastairBeadle] at [2007-11-25 23:40:57]
# 1

As you know, Tools.h++ V7 uses classic iostreams.

Tools.h++ V7 does not use C++ Standard library for the standard

extensions. Tools.h++ V8 will use this for the standard extensions.

So, Tools.h++ V7 and C++ Standard library V2 cannot be compiled

for Tools.h++ with "standard extensions".

ckprasad at 2007-7-5 18:48:41 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2
I have recently run into a similar problem. Was there any help available. Specifically I can't get any multimap code to work with RW.
wccarey at 2007-7-5 18:48:41 > top of Java-index,Development Tools,Solaris and Linux Development Tools...