Advertisement

set.obj?

Started by May 25, 2006 05:55 AM
0 comments, last by llvllatrix 18 years, 6 months ago
I downloaded the lesson 01 form NeHes tutorial, compiled it (after fixing some errors) and tried to run it, but the Linker doesn´t find the file "set.obj". I searched it on my computer, but I don´t find that file. I have donwloaded the SDK and all other OpenGL libraries are there. Maybe that tutorial is just out of date, but if someone knows where to find that file I´ll appreciate that. Maybe I can just change a small thing so that the file won´t be necessary more. amoK Edit : the errormessage is : Error 1 fatal error LNK1181: cannot open input file 'set.obj'
set.obj should have been built (i think) when you compiled the lesson. Try delete your Debug or Release directory and compile again.

This topic is closed to new replies.

Advertisement