Posted by ak on August 02, 2000 at 23:43:33:
In Reply to: Re: amulet posted by hussein on August 02, 2000 at 21:19:48:
: str_stream ? i know that theres a strstream that is a standard part of the c++ libraries ...
i tried using that, and it didn't find that either.
: what program is this that is generating the error ? your own code or an amulet sample ?
on page 53 of the amulet manual. it says after building the turial, to run amulet's inspector, "to check that the slot values are correct".
the only inspector was in source format. i compiled it, with tracer.cc (which it apparently required). anyway, tracer.cc contained
#include OBJECT__H
#include DEBUGGER__H
#include VALUE_LIST__H
#include OBJECT_ADVANCED__H
#include STANDARD_SLOTS__H
#include STR_STREAM__H
#include MISC__H.
which msvc didn't like, so i rewrote them as headers. msvc seemed to like that a bit more, except for the str_stream.h