﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1871	RegRead error on Win64 using Win32 compile	solid_light@…		"On a Win64 system (mine was Windows 7), run the following code:

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_UseX64=n
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
Local $7Zip = RegRead(""HKEY_LOCAL_MACHINE\SOFTWARE\7-Zip"", ""Path"") & ""7z.exe""
MsgBox(0,FileExists($7Zip),$7Zip)

It will FAIL even if 7-Zip is installed.  The only solution is to comment out or remove the first 3 lines.  I discovered this after compiling my code into a Win32 command and the compiler added the directives.  I suspect the problem lies with the #AutoIt3Wrapper_UseX64=n wrapper, and I don't believe it's been fixed in the v3.3.6.1 release.  I'll provide any additional information that's requested.  Attached is a sample .au3 illustrating the above problem."	Bug	closed		AutoIt	3.3.6.0	None	No Bug	RegRead Win64	
