06-26-2006 11:38 AM
06-26-2006 11:49 AM
No, you cannot save a dll into an llb. The llb was originally used to get around the limitations of file name length in windows 3. You can distribute the llb and dll together as a zip file.
I hope you are using the llb only for distribution. Saving a project in development into an llb instead of separate VIs in a folder is a bad idea. A single corrupt VI can make the entire llb unreadable.
06-27-2006 02:50 AM
Hi,
Yes I only use the llb for distribution, it's much more easier. I just wanted to know if it was possible to integrate the dll and I have my answer.
Thanks