Re: [sdljava-users] UnsatisfiedLinkError Exception Problem
Status: Beta
Brought to you by:
ivan_ganza
From: Ivan Z. G. <iva...@ya...> - 2005-06-11 20:20:19
|
Chris, Sometimes the optional operations are not implemented. If you want to see examples of how the direct buffer stuff is being used have a look in the OpenGL code. If you want to get it into an int[] you should be able to just create your own array and copy the elements into it. Would have been nice had they implemented it though. -Ivan/ Chris Dennett wrote: > Sorry, I had outdated versions of the SDLJava dlls, that bit works > now. However, I've got problems with the array conversion of the > IntBuffer in that code (ByteBuffer -> IntBuffer -> int array). For > some reason, the operation doesn't seem to be supported. Is there any > other way I can access it? Do you have any examples for doing so? > > Thanks in advance, > Chris > > > Ivan Z. Ganza wrote: > >> This is strange. Is the function present in the sdljava.dll? send >> me your sdljava.dll. Are you compiling from sources? >> >> -Ivan/ >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: NEC IT Guy Games. How far can you >> shotput >> a projector? How fast can you ride your desk chair down the office >> luge track? >> If you want to score the big prize, get to know the little guy. Play >> to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 >> _______________________________________________ >> sdljava-users mailing list >> sdl...@li... >> https://lists.sourceforge.net/lists/listinfo/sdljava-users >> > > |