LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application builder Question

I have a problem with application builder, When i run the program, it works fine, but when i buld it, it do not work properly, i get a error message that says i need the full development version to fix it, i have the base package whit application builder bought seperately.
0 Kudos
Message 1 of 3
(2,670 Views)
Hi,

What probably happening is maybe a reference is now incorrect. If you have a path based on file constant for example, or on the current vi path. The file constant will generate the path to your exe instead of LabVIEW. The current path of the vi will also generate a path to the exe.

This means you have to do a check to see if it the exe and strip back to the vi.
To get the file constant back to pointing at labVIEW, you need to generate an ini file based on the LabVIEW.ini file, which will be called '.ini'. This will define the defaultdir, searchdir and other such setup parameters.

Hope this helps
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 3
(2,670 Views)
> I have a problem with application builder, When i run the program, it
> works fine, but when i buld it, it do not work properly, i get a error
> message that says i need the full development version to fix it, i
> have the base package whit application builder bought seperately.
>

I suspect this error message is a little of the mark. What it means is
that you will need the editor to be able to fix it.

Greg McKaskle
0 Kudos
Message 3 of 3
(2,670 Views)