Jump to content

id2x,how can i creat a instraller when use your ado_tools?


Recommended Posts

I alawys creat a instraller under LV7,but now i must creat a instraller under LV8.but i cann't find a option which can creat a instraller :headbang:

I find the warn"Polymorphic VIs cannot be used as Startup/Exported or Dynamic VIs for applications or shared libraries.D:\Program Files\National Instruments\lv8\LabVIEW 8.0\user.lib\ADO-Tool.llb\ADOTool_DB Variant to Data.vi"when i build a .exe file.how can i resolve the program.

Link to comment
I find the warn"Polymorphic VIs cannot be used as Startup/Exported or Dynamic VIs for applications or shared libraries.D:\Program Files\National Instruments\lv8\LabVIEW 8.0\user.lib\ADO-Tool.llb\ADOTool_DB Variant to Data.vi"when i build a .exe file.how can i resolve the program.

I don't think it's a problem with the ADO-Toolkit itself. As far as I understand the warning, you try to use a polymorphic VI as startup VI. And especially using DB Variant to Data.vi as startup VI makes absolutely no sense to me. Maybe there is an error in your buildscrpit? I am allmost sure, you do not want to use that VI as startup VI, or I am on the wrong track.

Link to comment

remove all the VIs in "dynamic VIs and Support VIs", except this ones, you call via VI-Server during Runtime.

The subVIs of the MainVI are included automatically to the executable.

As the warning tells you, you can't include a polymorpic VI as a dynamic VI, because LV needs to know which instance to call. The polymorpic VI itself is a "empty hull" ...

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.