Hello,
I develop a Java application, which - thanks to the Java Native
Interface - communicates with a 32 bit DLL (I called gpib-jni.dll)
I wrote this DLL with Borland C++ under Windows 98.
This DLL contains .cpp and .h files that make a link between Java
classes and another library for GPIB use: borland_gpib-32.obj
Actually, National Instruments (manufacturer of GPIB products) delivers
a gpib-32.dll file to control GPIB boards.
I installed my GPIB board and the gpib-32.dll file has been installed in
C:\WINDOWS\SYSTEM directory.
When I run my program, the Send() and Get() commands of the GPIB driver
don't work.
Perhaps there is something to do, in order gpib-32.dll understand
borland_gpib-32.obj content ?
I trie
d to include gpib-32.dll directly in my 32 bit DLL (gpib-jni.dll)
, but gpib-jni failed when linking operation.
Thanks for help.
Stephane Davy
Software & Signal Processing Engineer
Observatory of Paris - DESPA
92190 MEUDON
France