Thread: /who all friend
View Single Post
  #9  
Old 09-24-2008, 11:05 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

This compiles fine under Linux, but under Windows I get:

.\clientlist.cpp(579) : error C3861: 'strtok_r': identifier not found
.\clientlist.cpp(592) : error C3861: 'strtok_r': identifier not found

The lines in question are:

char *Friend_ = strtok_r(FriendsWho->FriendsString, ",", &SavePointer);

and

Friend_ = strtok_r(NULL, ",", &SavePointer);
Reply With Quote