Am Sonntag, 29. Mai 2005 13:31 schrieb Swaroop:
> hi,
>
> i got the xerces latest sources and was albe to compile it.
> the samples also get compiled and executed properly.
> but when i try to use the xerces-API in my program i come across
> compilation issues.
>
>
> Platform : RH9 linux
>
> ---------------------------
> here is a my source file
> ---------------------------
> #include<xercesc/util/PlatfromUtils.hpp>

XERCES_CPP_NAMESPACE_USE

> int main(){
>       XMLPlatformUtils::Initialize();
>       return 1;
> }

Hi Swaroop,

you need to access xerces through it's namespace.

Cheers,
                        Axel

-- 
Humboldt-Universität zu Berlin
Institut für Informatik
Signalverarbeitung und Mustererkennung
Dipl.-Inf. Axel Weiß
Rudower Chaussee 25
12489 Berlin-Adlershof
+49-30-2093-3050
** www.freesp.de **

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

Reply via email to