Hi,
I'm using Rose 2002 with ANSI C++ addin to generate code stubs. One of the problems that I'm facing is that when I have STL classes such as string as attributes of my class and generate code, I do not get the #includes for them in the header or the source. I have to manually edit them to add the #include's. Is there any way of getting around this without having to draw an association between my class and the STL class? Even if I use an association, is there any way of getting headers as #include <string> as opposed to #include "string" with thanks, Madhav Keep it simple: as simple as possible, but no simpler. -A. Einstein ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum *************************************************************************
