Re: [sdljava-users] Problems with SDLJava_Image.dll and jpeg.dll
Status: Beta
Brought to you by:
ivan_ganza
From: Ivan Z. G. <iva...@ya...> - 2005-05-16 22:12:02
|
This is strange. I'm assuming this is with the binary release? I did test the binary release on a windows machine and this part was working well. I wonder if it is the version of the jpeg.dll or something along those lines. Try to download: http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.4-win32.zip and use the image dlls from this. I'm not sure if that is what you are currently using? I tested it against the image handling libraries provided in that download. Let me know how it goes... -Ivan/ lui...@co... wrote: >Same here with PNG's too. >I don't think your jpeg.dll is corrupted. > > > > > >>From: "David Felkel" <fe...@in...> >>Date: 2005/05/16 Mon AM 07:34:47 EDT >>To: <sdl...@li...> >>Subject: [sdljava-users] Problems with SDLJava_Image.dll and jpeg.dll >> >>Hi! >>I recently installed SDLJava on a Win32-Systerm and everything seemed ok, until I tried to load an image with SDLImage..load(".../test.bmp"). I get the following error messages: >> >>1. The ordinal 50 could not be found in jpeg.dll (in a MessageBox) >>2. Native code library failed to load. >> java.lang.UnsatisfiedLinkError: C:\WINNT\system32\SDLJava_image.dll: The operating system cannot run %1 >> (on the console) >> >>It seems that somehow my jpeg.dll is corrupted. I already tried to use the dlls that come with SDL_Image 1.2.4 instead of 1.2.3 but it still does not work. Maybe someone can expain me how to fix that error, or send me a working SDLJava_Image.dll and jpeg.dll. >> >>Thanks in advance, >>D. Felkel >> >> >> >> > > > >------------------------------------------------------- >This SF.Net email is sponsored by Oracle Space Sweepstakes >Want to be the first software developer in space? >Enter now for the Oracle Space Sweepstakes! >http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click >_______________________________________________ >sdljava-users mailing list >sdl...@li... >https://lists.sourceforge.net/lists/listinfo/sdljava-users > > |