Hi,
wenn ich unter Win 7 folgendes 1x als x64 und 1x als x86 kompiliere bekomme ich folgendes Ergebnis
MsgBox(0,0,@ProgramFilesDir) ;x64 kompiliert: C:\Program Files -------------- x86 kompiliert: C:\Program Files (x86)
MsgBox(0,0,@SystemDir) ;x64 kompiliert: C:\Windows\System32 -------------- x86 kompiliert: C:\Windows\SysWOW64
Ist dies richtig so oder ist dies ein Fehler.
Wenn es kein Fehler ist, sollte man dann generell alle AutoIt Tools auch als x64 kompilieren um Fehler zu vermeiden?