Link Error

nobody wrote on Thursday, May 17, 2007:

Hi,

I’m testing out GLFW on Windows XP using MSVC2003. I’m getting the following link error:

Linking…
C:\Documents and Settings\Chris.LAPTOP\Desktop\GLFW\glfw.bin.WIN32\lib-msvc\glfw.lib : fatal error LNK1262: link failed due to mismatched versions of ‘C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\c2.dll’ and LINK.EXE

I think this may be due to glfw.lib being compiled on Visual C++ 2005 while I’m using MSVC2003.

I have the GLFW source and could try to recompile it however I can’t get the MSVC files to open in my version of VS.

I think I can edit the .sln and .vcproj files so that they will open however this is a bit of a kludge.

Any ideas on how to fix this?

Cheers,

Chris

nobody wrote on Thursday, May 17, 2007:

I managed to recompile GLFW using MSVC2003 and then I tried a simple application using the output. Seems like everything is working OK.

Cheers,

Chris

elmindreda wrote on Friday, May 18, 2007:

Cool. Could I have a copy of your project files?