I am using VS2012 RC to convert programming I did during a BSc, for an MSc application I am pursuing. They were created with VS2003 instead that used a slightly different set of directory-paths. Most of these I've been able to recompile, which
work fine; however, some of them require Glut32 modules to run properly and give a linking error.
The consequence of this is there's no 'GL' folder where it would be, unlike in prior versions of the suite, so I'm not sure where to place the Glut32 files.