LWJGL Forum

Archive => DevIL => Topic started by: WiESi on April 13, 2006, 09:15:08

Title: ilGetError
Post by: WiESi on April 13, 2006, 09:15:08
Hi!

When calling ilGetError the following message is printed:
Java_org_lwjgl_devil_IL_ilGetError

I think you should remove that line from the native source as it doesn't make sense.
/*
* Class:     org_lwjgl_devil_IL
* Method:    ilGetError
* Signature: ()I
*/
static jint JNICALL Java_org_lwjgl_devil_IL_ilGetError(JNIEnv *env, jclass clazz) {
printf("Java_org_lwjgl_devil_IL_ilGetError\n");
   return ilGetError();
}


WiESi
Title: ilGetError
Post by: Matzon on April 13, 2006, 13:36:27
fixed, thanks :)