Cannot compile, weird error
by Phillip O'Shea · in Torque Game Builder · 08/10/2007 (1:40 am) · 1 replies
Hello,
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
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.
Torque Owner Ricky Taylor
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