LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

EXE with Report Generation Toolkit

Hi crossrulz,

 

Thank you. I have just done a new trial but it it still not working.

 

In the project, include both directories from ..\vi.lib\Utility

LV PROJ.jpg

In the application builder, always include them.

Builder.jpg

When building the executable, now not only three but more than thirty directories are generated. All are related to the report generation toolkit and must be copied on the computer running the EXE (same directory as EXE).

 

Dir EXE.jpg

 

I'm using LV2018 for this project. Any idea ?

 

0 Kudos
Message 11 of 13
(840 Views)

A couple of thoughts...

 

1. Are you using the LabVIEW 8.X file format for the executable?  If so, be sure to turn that off since the 8.X format is a flat directory structure and you will run into file name conflicts due to classes and dynamic dispatch.

2. You might want to reduce what you are putting into your executable.  Instead of using autopopulating folders, use virtual folders and only include what you actually need.  For instance, my program did not use the Excel report, so I did not include that in the project.

 

I did just build the project in 2018 and it did not have all of those extra directories.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 12 of 13
(835 Views)
0 Kudos
Message 13 of 13
(816 Views)