Monthly Archives: October 2013

Solving rxinput.dll Crashes

Recently I started getting hit by access violations with weird stacks: It seems an exception is thrown early in the life of some thread, during the initialization routine of rxinput.dll – a dll I never heard of. Naïve googling taught … Continue reading

Posted in DirectX, Win32 | 3 Comments

Another Look at the VS2012 Auto Vectorizer

A while ago I did some experimenting with (than beta) VS2012. After these experiments our team migrated to the 2012 IDE but kept to the 2010 toolset. Since then much had happened: an official VS2012 launch + 4 updates, rather … Continue reading

Posted in VC++ | Leave a comment