Hi,
DLL's have the advantage that they can be called by any language.
The disadvantage is that you have to use the dll interface to call them.
If you use libraries, you can replace the library, and get the same results.
If you don't want customers to see the code, just save without diagrams. You
can use the VI's in the libraries just like other VI's.
Regards,
Wiebe.
"shabu"
wrote in message
news:506500000008000000F5790000-1042324653000@exchange.ni.com...
> I have been trying to develop a tool using LV. The goal is to make it
> upgradeable. We are trying to have lower level of our code to be like
> a DLL so that even if we make changes to some of those VIs their
> effect doesnt show up in our other applications. In essence what i am
> trying to
ask is if there is a way to make certain VIs part of a DLL
> which could be called by other LV programs.
>
> thanks,