hi everybody i have rfid card and i want to read-write operations (also many other op that are defined on card header) there is a dll (RR9000 dll) file for rfid card and a header register (RR9000 h). I want to use this dll on java application but don't know to how. I have used jni before but this measure all situations are different. Because dll is not prepared by native headers. Please back up me. Somelines of header is below:#include <windows h>//be the constant com turn#be COM1 0#be COM2 1#define COM3 2#define COM4 3#define COM5 4#define COM6 5#define COM7 6#define COM8 7#define COM9 8#be COM10 9//port functionsextern "C" __declspec(dllexport) long WINAPI AutoOpenComPort(desire *turn);
Hi,There are also remove API to do this :- JNative (http://jnative sf net),- JNA (https://jna dev java net/),- nlink (https://nlink dev java net/),- ...--Marc
Forex Groups - Tips on Trading
Related article:
http://forum.java.sun.com/thread.jspa?threadID=5214373
comments | Add comment | Report as Spam
|