PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2728

*** shadow/2728 Sat Jul 21 19:01:57 2001
--- shadow/2728.tmp.20896       Thu Aug  9 13:10:05 2001
***************
*** 76,78 ****
--- 76,102 ----
  [Tasm Error] XMLUni.hpp(76): E2141 Declaration syntax error
  [Tasm Error] XMLException.hpp(78): E2141 Declaration syntax error
  [Tasm Error] XMLException.hpp(173): E2141 Declaration syntax error
+ 
+ ------- Additional Comments From [EMAIL PROTECTED]  2001-08-09 13:10 -------
+ I have got the same problem, but changing the type for XMLCh works quite well 
+ for me, the whole project compiles under BCB 5 (sp2). I changed the line in 
+ BorlandCDefs.hpp to:
+ 
+ typedef wchar_t  XMLCh;
+ // typedef unsigned short  XMLCh;
+ 
+ But then the linker shows up with an error message for each function which uses 
+ the XMLCh type in its declaration, like this:
+ 
+ [Linker Error] Unresolved external 'RangeTokenMap::instance()' referenced from 
+ C:\XERCES\BUILD\WIN32\BCB4\OBJ\ASCIIRANGEFACTORY.OBJ
+ 
+ [Linker Error] Unresolved external 'RangeTokenMap::addKeywordMap(const wchar_t 
+ * const, const wchar_t * const)' referenced from C:\XERCES\BUILD\WIN32\BCB4
+ \OBJ\ASCIIRANGEFACTORY.OBJ
+ 
+ [Linker Error] Unresolved external 'RangeTokenMap::setRangeToken(const wchar_t 
+ * const, RangeToken * const, const bool)' referenced from C:\XERCES\BUILD\WIN32
+ \BCB4\OBJ\ASCIIRANGEFACTORY.OBJ
+ 
+ Is there anything which can be done about that ?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to