Hi all,
first of all I have to apologize if this is the expected behavior.

I noticed the released packages for windows have different DLL names 
between the gcc and the vc version.

libjpeg-turbo-2.0.2-gcc64.exe contains libturbojpeg.dll
libjpeg-turbo-2.0.2-vc64.exe contains turbojpeg.dll

I am loading the library from Java with System.loadLibrary("turbojpeg") and 
it works fine loading it under linux, while under windows only the "vc64" 
gets loaded.
In order to load the "gcc64" one under windows I have to rename the file to 
turbojpeg.dll

This difference goes back many releases, so I guess it is intended.
Is this difference expected?

Thank you

Regards
Lorenzo Pini

-- 
You received this message because you are subscribed to the Google Groups 
"libjpeg-turbo User Discussion/Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to libjpeg-turbo-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/libjpeg-turbo-users/843d4e8d-cc64-44ba-b4ed-03dd84a559ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to