Has XMLPlatformUtils::Initialize() been called prior to the construction of
the object?

-----Original Message-----
From: anand awasthi [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 20, 2001 11:34 AM
To: [EMAIL PROTECTED]
Subject: access violation problem !!


Hi,

may be that this question is  not related to problems
of Xerces, but i just thought that i will share this.



actually i am wrapping xerces DOM parser API within 
my code and when i my client uses my code , it throws
access violation eveery time. I investigated and found
that  exact place where "access violation" is coming
is
where i am creating an object of DOMParser class.

sample code is below :

main()
{ 
myfunction();
}



myfunction()
{
/* I am getting access violation error as soon as my
code reaches following line:
*/
DOMParser parser; 
}


Please tell me whats is wron here ??
thanks
oni  
 

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

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

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

Reply via email to