No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Check the paramaters passed in by the caller - they dont seem to match with the definition for WSPConnect - if using C++ that would mean attempt to resolve to different fn - which it wont find There should be a compile warning to "cant find function WSPConnect ...." assuming …
try this char *first = strstr(text, aux); char *next = (first != NULL)?strstr(text+strlen(aux), aux): NULL; unsigned long distance; if (next > first) distance = (unsigned long)next - (unsigned long)first; else // no 2 occurnaces to find distance --------------\ [QUOTE=bubblellicious;928480]For instance, I have the original string char* aux = "AONL"; and …
The End.
bbinesh