[omniORB] RTTI on Win32

Berry, Matthew Matthew.Berry@aspentech.com
Tue Dec 10 13:10:02 2002


Hi,
 
Have the omniORB libraries that are shipped in the Win32 distribution been
built with RTTI enabled?
 
I am getting an (no RTTI data) exception thrown when I do the following call
that is working under Unix:
 
	typeid(ex).name()
 
I am using omniORB 3.0.3 and have turned on RTTI for my MSVC 6 project.
 
Thanks
Matthew