G
Guest
I'm using MS Visual C++ .NET, Windows XP, and 1GB RAM.
Why could be the reason why I get an error message saying
Out of memory
when running the following code
CClientThread* pThread = (CClientThread*)
AfxBeginThread(RUNTIME_CLASS(CClientThread), THREAD_PRIORITY_NORMAL, 0,
CREATE_SUSPENDED);
My application does only have this additional thread.
Why could be the reason why I get an error message saying
Out of memory
when running the following code
CClientThread* pThread = (CClientThread*)
AfxBeginThread(RUNTIME_CLASS(CClientThread), THREAD_PRIORITY_NORMAL, 0,
CREATE_SUSPENDED);
My application does only have this additional thread.