Hi all,

I am trying to get familiar with Xerces for C++ and have the following
problem:

#include <xercesc/dom/DOM.hpp>
#include <xercesc/util/XMLString.hpp>

int main(int argc, char* argv[])
{
   XMLCh* tempStr[100];

   XMLString::transcode ("Range", tempStr, 99);
   DOMImplementation* impl = DOMImplementationRegistry::getDOMImplementation
(tempStr, 0);

   return 0;
}

I am working on W2K / VC6 / Xerces 2.0 and VC says:

error C2665: 'transcode' : none of the 4 overloads can convert parameter 1
from type 'char [6]'
error C2660: 'getDOMImplementation' : function does not take 2 parameters

I am afraid that this has been asked about a zillion times before, but I
have searched the usual FAQ and wasn't able to figure out what I am doing wrong.

Could someone help me ?!?

Thanks in advance,


CU Steve


-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr f�r 1 ct/ Min. surfen!


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

Reply via email to