A Blue Star

Archive for July, 2008

The procedure entry point_except_handler4_common could not be located in the dynamic link library msvcrt.dll

Posted on July 22nd, 2008 by Steven Smethurst

The procedure entry point_except_handler4_common could not be located in the dynamic link library msvcrt.dll This error is caused by a 3rd party utility or applcation overwriting your msvcrt.dll with a different version. For example if a windows vista version of this DLL was copied on to a windows XP computer you would probably get this [...]

Your daily WTF

Posted on July 11th, 2008 by Steven Smethurst

I found this today while doing code review. it was ment to be a sleep timer… I just about shit a brick when I saw this. for(int i=0; i<PAUSE_LENGTH; i++) { i++; }