dgarrett8 Posted January 30, 2010 Posted January 30, 2010 (edited) Ok, so I made my little program and once my friend opens it on his computer "not a valid win32 application" appears. The icon image is a blank ico. for him as well...weird, anyone have any thoughts on this? Edit: I think I know why. When converting from au3 to exe I only have two options, x64 or console...instead of ANSI and UNIcode. Edited January 30, 2010 by dgarrett8 "I think, therefore I am"[size="1"]René Descartes[/size]
AlmarM Posted January 30, 2010 Posted January 30, 2010 'Compile script (x86)' ? Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
ProgAndy Posted January 30, 2010 Posted January 30, 2010 (edited) Ok, so I made my little program and once my friend opens it on his computer "not a valid win32 application" appears. The icon image is a blank ico. for him as well...weird, anyone have any thoughts on this?Edit: I think I know why. When converting from au3 to exe I only have two options, x64 or console...instead of ANSI and UNIcode.There is no need to choose between ANSI and Unicode since ANSI-support has been romved. If your friend has Win95 you have to use an older AutoIt-Version. Also you should untick the x64-checkbox since this would result in an x64-exe wich doesn't work on 32-bit/x86.Edit: Also, do not activate "Console" since this results in a DOS-window wich you can write to with ConsoleWrite. So make sure none of these two checkboxes is ticked. Edited January 30, 2010 by ProgAndy *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
sniper120 Posted January 30, 2010 Posted January 30, 2010 (edited) Ok, so I made my little program and once my friend opens it on his computer "not a valid win32 application" appears. The icon image is a blank ico. for him as well...weird, anyone have any thoughts on this?Edit: I think I know why. When converting from au3 to exe I only have two options, x64 or console...instead of ANSI and UNIcode.Yep.. As everyone said it's the x64 option that gives that error. It will only work on 64-bit OSes if that option is ticked =) Edited January 30, 2010 by sniper120
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now