Search:

Type: Posts; User: Salem

Search: Search took 0.41 seconds.

  1. Replies
    14
    Views
    7,560

    In the nm output, look for things like ...

    In the nm output, look for things like
    jcopy_markers_setup(jpeg_decompress_struct*, JCOPY_OPTION)

    Start with something vague, like 'jcopy' to begin with, and see if you can spot where the...
  2. Replies
    14
    Views
    7,560

    For the first one, it's worth using file explorer...

    For the first one, it's worth using file explorer to look in C:\\path\\path\\workspace2\\jpeg6bmanip\\libs to see what the actual library names are.

    Next, it's worth experimenting with the syntax...
  3. Replies
    14
    Views
    7,560

    > All I got in terms of a lib was a .a and a .la...

    > All I got in terms of a lib was a .a and a .la - no .lib. Do you know how I can get a .lib?
    .a should be fine - it's the default suffix for a library on Unix/Linux systems.

    In which case, if...
  4. Replies
    14
    Views
    7,560

    > #include "jinclude.h" > #include "jpeglib.h"...

    > #include "jinclude.h"
    > #include "jpeglib.h"
    > #include "transupp.h"
    > #include "jerror.h"
    So where did you get all these files from?

    If you downloaded and unzipped some JPEG SDK package,...
Results 1 to 4 of 4