LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

getting error when executing my .exe created from labview project

When I execute my .exe it shows error attached in .png file

0 Kudos
Message 1 of 3
(2,284 Views)

A little more information would be helpful.  Is this EXE ran on the same machine the EXE was developed on?  If not (and I'm guessing it's not) is the Fuzzy Logic Toolkit installed? (also I'm guessing it isn't).

 

If you made an Installer to take to another computer without LabVIEW, under the Additional Installers section you'll want to include the Fuzzy Logic Toolkit because it appears that you are using some VIs from that toolkit, but those tools can't be found on the machine that the EXE is running from.

0 Kudos
Message 2 of 3
(2,262 Views)

I wouldn't be surprised if the fuzzy logic toolkit is calling some subVIs dynamically.

 

In the Build Specification, make sure that the "Remove Unused Items of Project Libraries" option is unchecked.

Chris
Certified LabVIEW Architect
Certified TestStand Architect
0 Kudos
Message 3 of 3
(2,245 Views)