LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application Building Problem

Hi,

I try to build an executable from a vi which is working fine in the 6.1 development environment. The problem is with the local decimal point settings. In the development environment I switched off the "use local decimal point" option. Unfortunately if I build an executable with AppBuilder local settings are obviously turned on. I tried to insert "useLocaleDecimalPt=False" in the .ini-file which AppBuilder generated in the same folder where Myapplication.exe was stored but it didn't work. Anybody any idea what I did wrong? Do I have to use some other entries in the .ini-file?

Greetings,

Toni
0 Kudos
Message 1 of 3
(3,458 Views)
Hi Toni,

I don't know how your *.ini looks like, but it's not enough to only insert the ini setting you mentioned.
I would try to copy the Labview.ini file from your PC and to adapt it to your application. Please review the KB linked below for more details (second method):
http://digital.ni.com/public.nsf/websearch/65F76F247012DF68862562C70073BE06?OpenDocument


Hope this helps

Luca
Regards,
Luca
Message 2 of 3
(3,458 Views)
... works graet now. The problem was I didn't put in the [MyApplicationname] line.
Thanks a lot,

Toni
Message 3 of 3
(3,458 Views)