Ruth Gow

Greenhorn
+ Follow
since Jun 11, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Ruth Gow

I'm not sure what you mean by the jni utility. I'm doing what all the stuff I've read about jni says to do - using javah to make the header file and #include-ing the jni.h and the header file in my C code. Everything seems to compile, but I get massive error messages when it hits jni.h. All about missing parentheses it seems.
23 years ago
Hi guys - here's the deal. I've written a routine in C which needs to be linked into a Java GUI. Major problem - I cannot get the JNI to do what it's supposed to. I think this could be a problem with Borland C++, but I could do with some advice. I'm using 4.52, but I have also tried version 5 and neither are doing their stuff. jni.h doesn't seem to be compiling in either. Big GRRRrrrrrs.
23 years ago
Hi. This is kinda difficult to explain - I'm writing a user login program and need to be able to collect timing data - time between keystrokes and keyholds - for each password entered. I'm trying to get a KeyListener to record the time (at the moment currentTimeMillis...) for each key press and each key release on a normal password dialog. Any ideas?
23 years ago