Hi, All
I am trying to establish a Soap Connection into a nativeUI project and show the data. However when i put the Soap.h and the Soap.cpp into my project folder and call the Class it's not working.
In the Soap.cpp the following line is outlined:
mContext.init(this, this);
When i run the program the compiler outputs the following.
/Users/erwin/workspace/test123/Soap.cpp:145: Error: Unresolved symbol '__ZN3Mtx7Context4initEPNS_11MtxListenerEPNS_11XmlListenerE',
/Users/erwin/workspace/test123/Soap.cpp:162: Error: Unresolved symbol '__ZN3Mtx7Context11feedProcessEPc',
/Users/erwin/workspace/test123/Soap.cpp:233: Error: Unresolved symbol '__ZN3Mtx11XmlListener19mtxUnicodeCharacterEi',
Anyone knows whats happening?
