Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Calling DAQmx.dll from Java: Is there a new version of DAQmx.dll NET C# library for CLR 4.0

Solved!
Go to solution

I need to use the C# NET API from a java program, so I have been trying to use Jni4net library to bridge the dll over to Java. I'm getting errors however, because the version of daqmx.dll that I have was built against CLR 2.0.50727. Is there a version of the dll for CLR 4.0 (Corresponding to .NET 4.0 or greater)?

 

Alternatively does anybody know another way of calling daqmx.dll from java?

0 Kudos
Message 1 of 3
(2,844 Views)

Hi,

Do you have the DAQmx.dll assembly or the C dll? If you have the .NET assembly, where did you get it from? 

 

Best Regards,

T. Le
Vision Product Support Engineer
National Instruments
0 Kudos
Message 2 of 3
(2,793 Views)
Solution
Accepted by topic author ekylNiUser

Hi,

 

I ended up getting the version I had to work.

I have the DAQmx.dll assembly. I got it from an old software project developed for the device I'm working on. I assume the original developer got it from the driver disk from National Instruments.

 

Thanks

0 Kudos
Message 3 of 3
(2,757 Views)