Game Development Community

Cannot compile, weird error

by Phillip O'Shea · in Torque Game Builder · 08/10/2007 (1:40 am) · 1 replies

Hello,

7>LINK : fatal error LNK1104: cannot open file '..\..\link\debug\glu2d3d_debug.lib'

The .lib file is there, my user has permissions to access and write to the file, but it just never works! Does anyone have any ideas?

Thanks

About the author

Head of Violent Tulip, a small independent software development company working in Wollongong, Australia. Go to http://www.violent-tulip.com/ to see our latest offerings.


#1
08/31/2007 (8:24 am)
You sure its the right file? Also make sure you've built the libraries from the same solution with the same software.

You have built opengl2d3d and glu2d3d from the same solution?

Delete the lib files and try again. That will cause the compiler to re-link things, may help.

-- Ricky Taylor