- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
02-29-2012 01:40 AM - edited 02-29-2012 01:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
03-02-2012 11:12 AM
