I've been trying to build it under VS2012, it builds fine but cannot be debugged because it complains of MSVCP100D.DLL not being found. I've installed VS2010 and the error is gone but an access violation is thrown as soon as the program is ran. Using depends.exe on the executable shows that VS2010 has been used but I'm not entirely sure about what's causing this.
I've asked a question at SO :
https://stackoverflow.com/questions/20427920/upgrading-a-vs2010-project-results-in-0xc0000005-access-violation-reading-locaDo you know if this could be the solution ?
Thanks for your help