LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

(useLocalDecimalPt=False) in ini doesn't work for exe

Solved!
Go to solution

In my Proffesional development environment the option "Use localized decimal point" in the "Front Panel" category is working fine.

When I build an executable it is not working. Therefore I put (useLocalDecimalPt=False) to my application_name.ini.

But, still it isn't working. Every time the local symbol of the PC is active.

 

This is with LabVIEW 2010 SP1.

I know that it worked in previous versions.

Can anybody help me?

 

Richard

0 Kudos
Message 1 of 5
(3,108 Views)

Is useLocalDecimalPt=False under a group that is the same name as your application in your INI file?  Notice that the LabVIEW.ini file has a single group [LabVIEW].  This group name has to be the same as your executable name.  If that is not the issue, please post your INI file so we can take a look.

0 Kudos
Message 2 of 5
(3,103 Views)

The group name is the same as the exe name. See ini file.

I know that this file is correct because of the viSearchPath item.

Additional information: I use Windows 7 64-bit.

0 Kudos
Message 3 of 5
(3,097 Views)
Solution
Accepted by topic author Richie_Kurvers

You are missing an "e" in the tag.  It should be "useLocaleDecimalPt".  My apologies for missing this the first time.

0 Kudos
Message 4 of 5
(3,077 Views)

Thank you very much DFGray.

This did the trick.

Stupid me. But at the same time strange because I never changed it.

0 Kudos
Message 5 of 5
(3,061 Views)