Page 1 of 1

Runtimes and x64

Posted: Sun Oct 22, 2017 4:15 pm
by koxo
Hi,

I have create a projet for x64. (on IW X6)
All is OK.
Now if add a x64 runtime (example : Microsoft Visual C++ 12.0... x64)
When i execute the installation the default path for installation is C:\Program File (x86)\MyApp
If i remove the runtime, the default path is good : C:\Program File\MyApp
If a try the debug ... the line Get Folder Location -> Program Files Directory into PROGRAMFILES return the bad value if i use a x64 runtime.

Thank you

KoXo

Re: Runtimes and x64

Posted: Mon Oct 23, 2017 4:41 am
by koxo
If i make a blank project with no files, it seems to be ok ...
Strange .....
How the variable PROGRAMFILES is solved ?