LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build Errors in exe without any reference information

Hi,

My application works with TCP/IP Communication and report toolkit in Labview 8.0. The purpose of the VI is database handling and report generation. The VI works fine and generates a report. But when I try to create an application .exe i get an unspecified error and labview goes into hang mode. I have attached the error details in this mail.

Please help me to find a solution to this problem.

Regards,
sow
0 Kudos
Message 1 of 2
(2,637 Views)

Hi Sow,

 

 

1)  Please be sure that are following the appropriate steps for building an executable.

 

 

Building a Stand-Alone Application:

 

 

http://zone.ni.com/reference/en-XX/help/371361B-01/lvhowto/building_a_stand_alone_app/ 

 

 

2)  You will need to include the Report Generation Toolkit's dynamic VIs.  Click on the source tab in Application Builder and select "Add Dynamic VI." 

 

 

If using MS Excel, please include the path C:\Program Files\National Instruments\LabVIEW 7.1\vi.lib\addons\_office\_exclsub.llb. A file dialog box should come up. Select "_Excel Dynamic VIs.vi" then click ok.

If using MS Word, please include the path C:\Program Files\National Instruments\LabVIEW 7.1\vi.lib\addons\_office\_wordsub.llb. A file dialog box should come up. Select "_Word Dynamic VIs.vi" then click ok.

 

 

3)  If this doesn't work, please try to build an executable from a simple VI that adds two numbers.  This will tell you if the problem lies within Application  Builder or the specific VI that you are building. 

 

 

4)  If you are still having problems, you may want to try building the executable on another computer.

 

 

Please post back if the above steps do not resolve the issue.  Have a great day!

 

 

Elizabeth S.

Applications Engineer

National Instruments

0 Kudos
Message 2 of 2
(2,581 Views)