09-07-2016 03:05 AM
Hi, i am trying connect with a Testo 350 Maritime: http://www.testo350.com/350-maritime.html
It uses a new toolbox bases on USB dll.
It have several DLl´s, the most important are "testo3XXT.dll" "testo350SPI.dll" "testoEmUSB.dll", each has its functions, but all are necessary.
When you import a dll whith Labview shared library manager tool (tools->import->shared library (.dll)), you need a header (.h) to define the functions.
All ok, but if a function of a library need a other function from other library, labview crashed.
For example, testo350SPI.dll need used testoEmUSB.dl, and it show error "the program can not start because lack testoEmUSB.dll" (i load it before).
09-07-2016 03:12 AM
In testo 330, they have a compilation of dll´s and functions on a (testo330Base.dll).
Can i create somethig similar to this?
09-07-2016 03:19 AM
These are the libraries and an example made in visual-studio2010
09-07-2016 03:20 AM
More
09-07-2016 03:32 AM
Test my app please.
Other solution is use the example application from testo ((t350_example.exe) include on the testo toolbox upload by me). using the activeX functions.
Can anyone help me please?
PD:This I have already published in: http://forums.ni.com/t5/LabVIEW/tchar-nicht-definiert-bei-DLL-Einbindung/td-p/1935967/highlight/fals...
but I have not received help.