Bug 1874

Summary: Compilation error with UNICODE option
Product: TAO Reporter: Shternlib <shternlib>
Component: otherAssignee: Johnny Willemsen <jwillemsen>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P3    
Version: 1.4   
Hardware: x86   
OS: other   
Bug Depends on:    
Bug Blocks: 3454    

Description Shternlib 2004-07-14 03:17:22 CDT
I tried to compile TAO with -DUNICODE. But it throws errors:
Cannot convert 'char *' to 'const wchar_t *' in function
Options::parse_args(int, char * *)
and so on - total 12 errors.

If I don't use -DUNICODE it compiles successful.
ACE has compiled with unicode option successful.
Comment 1 Johnny Willemsen 2004-07-14 06:35:16 CDT
TAO isn't supported to be build as Unicode so far as I know. Anyone else can 
confirm this, be aware, this report is about the Borland compiler, when -
DUNICODE is set then -DACE_USES_WCHAR is added to the compiler options and this 
is not supported or it is?
Comment 2 Nanbor Wang 2004-07-14 06:40:42 CDT
Accepting this bug and a known problem. I thought we had a bugzilla entry for 
this. I have not been able to find that one. Let htis bug be in our database, 
and I am not sure when we will get to this.

Thanks
Bala
Comment 3 Johnny Willemsen 2007-05-01 06:44:16 CDT
enhancement
Comment 4 Johnny Willemsen 2008-10-08 09:35:04 CDT
mine, working on this right now
Comment 5 Johnny Willemsen 2008-10-13 08:32:03 CDT
added blocks
Comment 6 Johnny Willemsen 2008-10-13 08:32:25 CDT
full tao distribution now compiles