Topic awaiting preservation: jni.h problem (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: San Antonio |
posted 11-08-2006 00:21
I'm trying to write a really simple java app that uses JNI to access some C functions. code: gcc -mno-cygwin -I"\\cygdrive\\c\\Program Files\\Java\\jdk1.5.0_09\\include" -I"\\cygdrive\\c\\Program Files\\Java\\jdk1.5.0_09\\include\\iwn32" -Wl,--add-stdcall-alias -shared -o simple.dll simple.c
quote:
|
Paranoid (IV) Inmate From: San Antonio |
posted 11-08-2006 00:26
Nevermind... I just had to post it, read it back to myself, and magically the answer comes to me. |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 11-08-2006 09:03
iwn321 |
Paranoid (IV) Inmate From: San Antonio |
posted 11-08-2006 15:50
ding ding ding, we have a winner |