All,
This is probably obvious, but I can't see the forest for all the trees in front of my face. When generating ANSI C++ code, how do I get Rose to generate the main() function. I have a component MainProg that is stereotyped Main Program, and I have a class keyboardapp that is realized by my MainProg component and has one operation - void main(int argc, char *argv) - but all that gives me is a .cpp file with the function keyboardapp::main(int argc, char *argv) in it (and a .h file with the class definition for keyboardapp). How do I get a .cpp file with a simple main function in it with no class prefix? Thanks, Greg Young Rockwell Collins, Inc ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * Only plain-text messages are supported. * HTML or Rich-Text messages may be rejected. * * 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 *************************************************************************
