Mark, your code gave me the missing piece. I needed to have a using namespace std;
That was the missing piece. Rick On Mon, Aug 4, 2008 at 6:47 PM, Mark Miesfeld <[EMAIL PROTECTED]> wrote: > Rick, > > I'm on my way home, I'll look at this later. > > I did manage to use a little STL in the WinShell code, but of course I > am very weak on C++. I remember I struggled. > > You might want to just glance at it to see if it gives you a hint. I > only use the map class. > > -- > Mark Miesfeld > > On Mon, Aug 4, 2008 at 3:32 PM, Rick McGuire <[EMAIL PROTECTED]> wrote: >> Some of the code I'm working on for the rxapi replacement seems like a >> great opportunity to start using some of the STL classes. >> Specifically, I wish to keep a list of pointers that will be a cache >> of active connection elements. It would be a great opporturnity, if I >> could actually get it to compile. I'm doing this on Windows with VC8, >> and there is a <list> include file that appears to have list template >> code inside, so I'm not sure what's going wrong. I'm trying to >> declare a field within another class using >> >> list<SysClientStream *> collections; >> >> But the compiler appears not to recognize the list type. Anybody have >> any idea on what might be wrong? >> >> Rick >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Oorexx-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/oorexx-devel >> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
