HRESULT could not be shown

Currently I'm trying to run the example in C, but when i take a look at the debugger and try to check "HRESULT hr",my compiler( Visual studio 2013) says that "Not enough storage is available to process this command". Could you help me to resolve this issue? Also when i run the example program in C, it acts like it is not registered.

Newer versions of Visual Studio turns HRESULT values (when viewed with the intellisense debugger) into "human readable" system errors. It will also display the actual error number next to the "helpful" (although, in this case, incorrect) error message. Use that actual error number and look in TurboActivate.h for the actual error message.