Some subset of my users are getting a CreateThread error when using INetC - the error code via GetLastError() is 8; which seems to be ambiguous regarding out of memory or too many threads.
I've tried recompiling InetC to explicitly pass a thread stack size, or update the default thread stack sizes, it doesn't seem to make a difference. Why would this error occur, especially on 64-bit systems with plenty of memory and very few running processes?
|