Hello Norbert,

Which C++ add-in are you using? Rose C++ Analyzer, ANSI C++ or VC++?


Thanks,
=======================
James Hart
Rose Technical Support
Rational Software
=======================



-----Original Message-----
From: Norbert Röben [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 01, 2001 7:07 AM
To: [EMAIL PROTECTED]
Subject: (ROSE) C++ Reverse Engineering


Hello,

I've tried to analyze a simple C++ header containg some basic types like
:

typedef int int32;            
typedef unsigned int u_int32; 

typedef char tChar;

typedef char tByte;

typedef unsigned char u_char;

typedef int32 tInt;

typedef u_int32 tUInt;

typedef int32 tLong;


After having analyzed this little example I exported it to Rose. 

In the exported model I can only find the types  int32 u_int32 tChar and
u_char

The types tByte tInt tUInt and tLong are missing. 

Is that because they are typdefs of existing types ?

What can I do to have also the missing types in my model ?


Norbert Roeben
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: 
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to