10-01-2018 08:01 AM
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
In the application builder, always include them.
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).
I'm using LV2018 for this project. Any idea ?
10-01-2018 10:16 AM
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.
10-03-2018 10:08 AM - edited 10-03-2018 10:13 AM
Yes, I'm using this file layout. I will make some trials without.
http://zone.ni.com/reference/en-XX/help/372120A-01/lvrgthelp/rgt_stand_alone_apps/
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019O6PSAU