B
berk-atabek
Guest
When I try to bıild my project with this library, I always get this error:
LINK : fatal error LNK1104: cannot open file 'jpeg.lib'
Here is my build log
Creating temporary file "c:\Documents and Settings\Berk\Belgelerim\Visual Studio Projects\GL Framework\Debug\RSP000001.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
".\Image\Tga.cpp"
".\App\MainApp.cpp"
".\Image\Jpeg.cpp"
".\App\GL.cpp"
".\Camera\CCamera.cpp"
".\Image\Bitmap.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Berk\Belgelerim\Visual Studio Projects\GL Framework\Debug\RSP000001.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Berk\Belgelerim\Visual Studio Projects\GL Framework\Debug\RSP000002.rsp" with contents
[
/OUT:"Debug/GL Framework.exe" /INCREMENTAL /NOLOGO /DEBUG /PDB:"Debug/GL Framework.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 jpeg.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
".\debug\Bitmap.obj"
".\debug\CCamera.obj"
".\debug\GL.obj"
".\debug\Jpeg.obj"
".\debug\MainApp.obj"
".\debug\Tga.obj"
]
Creating command line "link.exe @"c:\Documents and Settings\Berk\Belgelerim\Visual Studio Projects\GL Framework\Debug\RSP000002.rsp""
Compiling...
Tga.cpp
MainApp.cpp
Jpeg.cpp
GL.cpp
CCamera.cpp
Bitmap.cpp
Generating Code...
Linking...
LINK : fatal error LNK1104: cannot open file 'jpeg.lib'
I am using VS2003 Pro by the way. How can I fix it?
Continue reading...
LINK : fatal error LNK1104: cannot open file 'jpeg.lib'
Here is my build log
Creating temporary file "c:\Documents and Settings\Berk\Belgelerim\Visual Studio Projects\GL Framework\Debug\RSP000001.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
".\Image\Tga.cpp"
".\App\MainApp.cpp"
".\Image\Jpeg.cpp"
".\App\GL.cpp"
".\Camera\CCamera.cpp"
".\Image\Bitmap.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Berk\Belgelerim\Visual Studio Projects\GL Framework\Debug\RSP000001.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Berk\Belgelerim\Visual Studio Projects\GL Framework\Debug\RSP000002.rsp" with contents
[
/OUT:"Debug/GL Framework.exe" /INCREMENTAL /NOLOGO /DEBUG /PDB:"Debug/GL Framework.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 jpeg.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
".\debug\Bitmap.obj"
".\debug\CCamera.obj"
".\debug\GL.obj"
".\debug\Jpeg.obj"
".\debug\MainApp.obj"
".\debug\Tga.obj"
]
Creating command line "link.exe @"c:\Documents and Settings\Berk\Belgelerim\Visual Studio Projects\GL Framework\Debug\RSP000002.rsp""
Compiling...
Tga.cpp
MainApp.cpp
Jpeg.cpp
GL.cpp
CCamera.cpp
Bitmap.cpp
Generating Code...
Linking...
LINK : fatal error LNK1104: cannot open file 'jpeg.lib'
I am using VS2003 Pro by the way. How can I fix it?
Continue reading...