hi
I've generated files with gsoap to create webservice client on symbian. After adding these files to project and adding all required files,libraries etc. I still have two errors:
Code:SOAP_FMAC3 int SOAP_FMAC4 soap_out_time(struct soap *soap, const char *tag, int id, const time_t *a, const char *type) { return soap_outdateTime(soap, tag, id, a, type, SOAP_TYPE_time); } SOAP_FMAC3 time_t * SOAP_FMAC4 soap_in_time(struct soap *soap, const char *tag, time_t *a, const char *type) { return soap_indateTime(soap, tag, a, type, SOAP_TYPE_time); }
the problem is that compilator doesn't see soap_outdateTime and soap_indateTime
Any ideas?
Justine


Reply With Quote

