C Run-Time Error R6028

Switch View :
ScriptFree
Visual Studio 2010 - Visual C++
C Run-Time Error R6028
unable to initialize heap

This error occurs when the operating system failed to create the memory pool for the application. Specifically, the CRT called the Win32 function HeapCreate, which returned NULL indicating failure.