Hello Guest

ilGetError

  • 1 Replies
  • 9349 Views
*

Offline WiESi

  • **
  • 70
ilGetError
« on: April 13, 2006, 09:15:08 »
Hi!

When calling ilGetError the following message is printed:
Code: [Select]
Java_org_lwjgl_devil_IL_ilGetError

I think you should remove that line from the native source as it doesn't make sense.
Code: [Select]
/*
 * 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

*

Offline Matzon

  • *****
  • 2242
ilGetError
« Reply #1 on: April 13, 2006, 13:36:27 »
fixed, thanks :)