On Tue, 23 Dec 2003, Guillaume Vaillant wrote: > I use it in a multi-threaded program
If you are using c-client in a multi-threaded program, have you verified that your C library's implementation of such routines as strtok() is thread-safe? If not, you'll have to change the c-client calls to such functions to whatever thread-safe versions there are in your system's C library. -- Mark -- http://staff.washington.edu/mrc Science does not emerge from voting, party politics, or public debate. Si vis pacem, para bellum.
