I've downloaded a fresh copy of the SDK (0.14.0) and opened the solution file. I build the solution and everything builds fine except for the two samples. These result in the following error (and subsequent death of the linker):
Code:
Linking...
fatal error C1047: The object or library file '..\..\Build\Sample Knight\Release\app.obj' was created with an older compiler than other objects; rebuild old objects and libraries
LINK : fatal error LNK1257: code generation failed
I'm using..
Code:
Microsoft Visual Studio 2005
Version 8.0.50727.42 (RTM.050727-4200)
Microsoft .NET Framework
Version 2.0.50727 SP1
Installed Edition: Professional
I've cleaned and rebuilt the whole solution to no avail. I attempted to download and compile NVTriStrip and GLFW on my own, assuming that these might be the out of date components--but ran into still more compile issues there.
Does anyone know if there's a quick solution? (Or a solution at all?)