LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Device list

Solved!
Go to solution

Hi,

 

I am trying to use nidaqmxbase.dll and nisyscfg.dll from java,

while    NLibrary Instance = (NLibrary) Native.loadLibrary(   
            (Platform.isWindows() ? "c:/windows/system32/NIDAQmxbase.dll" :.....

is workingfine,  I get no error calling DAQmxBaseCreateTask

the same initialization for nisyscfg.dll

trows the following error when calling

NISysCfgInitializeSession

Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: cv_pot.CLibrary.NISysCfgFindHardware(Lcom/sun/jna/Pointer;ILjava/lang/String;Ljava/lang/String;Lcom/sun/jna/Pointer;)I

it its the method
NISysCfgInitializeSession implemented in nisys.cfg.dll??
0 Kudos
Message 11 of 11
(661 Views)