Hi guys,

i got this error when i was trying to compile a program

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

can somebody please explain this error, coz I am a newbie in C/C++ , all advice will be greatly appreciated.

rgds,
xin yann

The error should be pretty obvious -- it cannot find the quoted file. Search your compiler's lib directory for it. If it isn't there, then I don't know how you can get it. If it is there, then all you have to do is tell your compiler where it is. How to do that depends on the compiler you are using.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.