08-25-2005 09:31 AM
08-25-2005 09:45 AM
08-25-2005 09:47 AM
Hi Dennis,
That sounds like it might work, but rather than an actual .dll, I want something that can be placed into a LabView wiring diagram, just as if it were a regular VI. We don't want to password protect the VI because that would be too "obvious." We just wish to release a "compiled" VI.
Jason
08-25-2005 10:11 AM
08-26-2005 02:14 AM
08-26-2005 03:13 AM
08-26-2005 10:13 AM
You should have created a new thread. It gets confusing when someone posts a completely different question on an existing thread.
But, to answer your question, it sounds like you didn't do all of the steps detailed in the on-line help topic called Building a Shared Library. After you select Shared Library on the Target tab, go to the Source Files tab and click the Add Exported VI button to select which VI you want to turn into a DLL. You then have to define the prototype (inputs/outputs/datatypes). You can do this for multiple VIs so that the DLL can have multiple function calls. When done, try building it again.