You must have the interface documentation of the DLL to create VIs interfacing that DLL.
Go in help to "VI and Function Reference>>Advanced VIs and functions>>Call Library functions".
Look
in an answer for an example for a VI interfacing a function in shell32.dll. That's the way LV will interface to a DLL.
I don't now the lon.dll, but if the interface will have functions which will have callback functions or pointer to structs as parameter you are forced to write a special interface DLL of your own.
Waldemar
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions