cancel
Showing results for 
Search instead for 
Did you mean: 

Integation

I have a problem with integration of library. When i am trying to use

 

 AuthNet *an = [AuthNet getInstance];
  [an setDelegate:self];
  [an mobileDeviceLoginRequest: mobileDeviceLoginRequest];

 

i am getting error in following code block in libXML in parse.h.

 

typedef xmlParserInputPtr (*xmlExternalEntityLoader) (const char *URL,
                     const char *ID,
                     xmlParserCtxtPtr context);

 

Error:: Expected '('

 

Unable to sort out the problem.

danishp
Member
1 REPLY 1

There doesn't seem to be any missing parenthesis in the code that you posted, I would assume that it was somewhere else in your program.  It is unlikely that this error has anything to do with your usage of the SDK.

Trevor
Administrator Administrator
Administrator