Game Development Community

Embarrassing error...

by Chris "Dark" Evans · in Torque Game Engine · 08/15/2001 (7:03 am) · 1 replies

--------------------Configuration: v12 Engine - Win32 Debug--------------------
Linking...
LINK : fatal error LNK1104: cannot open file "ljpeg_DEBUG.lib"
Error executing link.exe.

v12Test_DEBUG.exe - 1 error(s), 0 warning(s)


lol, sorry :)

I've never compiled anything this big before, and this is the first time I've ever tried to compile anything in VC++.

I've followed the instructions to the letter. I really have no clue why I'm getting this. I searched my computer for the file and haven't found it.

Does anyone know where I get this?

This is my last resort, I'm not one to ask for help very often.


Please forgive my ignorance, this is really embarrassing.



Dark


*Edit: Nevermind, I figured it out. It was so obvious too. I feel like a total moron now :)

#1
08/15/2001 (7:32 am)
You have to compile a few 3rd party libs before. They are in the v12\lib folder (if I remember right). Make sure you build them before compiling the engine.

Alex