To integrate functions into CVI, the easiest method I've used is to create a
DLL
that exports those functions (preferably with the same compiler that CVI is
compatible with)
and then import its library (*.lib) into your project and make calls to
those LonWorks functions
from within your program.
Does this make sense?
Good luck,
Azucena
"Gary Robinson" wrote in message
news:38f367b0@newsgroups.ni.com...
>
> Has anyone been able to integrate
> LonWorks communications functions into
> LabWindows CVI, or created a library of
> such functions? Any info much
> appreciated.