[jira] Created: (XERCESC-1768) xerces-c++ 2.8.0 fails to build when choosing IconvGNU as message loader on 64bit architecture

2007-12-19 Thread JIRA
xerces-c++ 2.8.0 fails to build when choosing IconvGNU as message loader on 64bit architecture -- Key: XERCESC-1768 URL: https://issues.apache.org/jira/browse/XERCESC-1768

[jira] Commented: (XERCESC-1768) xerces-c++ 2.8.0 fails to build when choosing IconvGNU as message loader on 64bit architecture

2007-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/XERCESC-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553459 ] Tiziano Müller commented on XERCESC-1768: - Hmm, maybe not. Replacing (int) by a (long) solved the issue and

[jira] Created: (XERCESC-1769) xerces-c++ 2.8.0 ICU message loader broken due to deprecated API usage and various other problems

2007-12-19 Thread JIRA
xerces-c++ 2.8.0 ICU message loader broken due to deprecated API usage and various other problems - Key: XERCESC-1769 URL: https://issues.apache.org/jira/browse/XERCES

[jira] Updated: (XERCESC-1769) xerces-c++ 2.8.0 ICU message loader broken due to deprecated API usage and various other problems

2007-12-19 Thread JIRA
[ https://issues.apache.org/jira/browse/XERCESC-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tiziano Müller updated XERCESC-1769: Attachment: xerces-c-2.8.0-icu_ressource_fix.patch As written above: the attached patch m

Re: Compiling Xerces under Windows Mobile

2007-12-19 Thread strana
zippy1981 wrote: > > Jiří, > > Weird. Are you sure that WIN32_WCE=$(CEVER) in that particular > project? also is that project targeted to windows ce and is CEVER > getting defined somewhere? If you can capture the command line the IDE > runs that generates that error and change the switches to

put double to node value

2007-12-19 Thread Gennady Khokhorin
Hello, all. I'm learning this package and can not figure out what is the easiest way to put double value in the node value? double 1.1; DOMNode* node = DOMNodeList->item(i); node->setNodeValue(...); Thanks, gok - To unsubscribe,

[jira] Commented: (XERCESC-1769) xerces-c++ 2.8.0 ICU message loader broken due to deprecated API usage and various other problems

2007-12-19 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553595 ] Boris Kolpackov commented on XERCESC-1769: -- Hi Tiziano, Thanks for the patch. I was wondering if you woul