Re: [sdljava-users] Problems with SDLJava_Image.dll and jpeg.dll
Status: Beta
Brought to you by:
ivan_ganza
From: <lui...@co...> - 2005-05-16 16:30:28
|
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 > > |