AlexBartic
Technical User
I'm working at a DLL with JPEG read/write support and for that I'm using Independent JPEG Group's JPEG software<br>libraty (jpeg-6b). The problem is that after declaring jpeglib.h as extern "C" at link time I get a few errors like "error LNK2001: unresolved external symbol _jpeg_destroy_compress@4" and I'm really out of ideas. Plz help.