Game Development Community

LINK error

by Christian M Weber · in Torque Game Engine · 01/25/2003 (8:02 pm) · 1 replies

Linking...
LINK : fatal error LNK1104: cannot open file "ljpeg.lib"
Error executing link.exe.

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

I'm using MS VC++ 6.0, and I got SP5.

The DEBUG one compiles, but when I try the "RELEASE" I got this error...

#1
01/26/2003 (4:24 am)
ok, I got it working :)

It compiles it all but I got a warning

C:\TGE\src\torque\lib\ljpeg\jdatadst.c(121) : warning C4018: '!=' : signed/unsigned mismatch


Just thought I'd share that. (I don't think its to big of a deal)