ur Posted December 27, 2019 Posted December 27, 2019 I have two versions of exe files for the same code. 64 and 32 bit. For that, I am using below command to compile set compiler64="C:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2exe_x64.exe" set compiler32="C:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2exe.exe" %compiler64% /in "%~dp0AutoIT Recordings\DM64.au3" /icon "%~dp0icons\favicon_48x48.ico" /nopack /x64 /console %compiler32% /in "%~dp0AutoIT Recordings\DM64.au3" /out DM32.exe /icon "%~dp0icons\favicon_48x48.ico" /nopack /x86 /gui But, the 32 bit is not running on the 32 bit machine, it is giving the error as This app can't run on your PC To find a version for your PC, check with the software publisher.
Danp2 Posted December 27, 2019 Posted December 27, 2019 Just curious -- Why are you building the 64 bit one as a console app and the 32 bit one as a windows app? Also, what's your operating system? Latest Webdriver UDF Release Webdriver Wiki FAQs
ur Posted January 6, 2020 Author Posted January 6, 2020 Just for troubleshooting i changed that.but same issue with console app also.
Nine Posted January 6, 2020 Posted January 6, 2020 Have you tried a simple manual x86 compile with right-click in windows file explorer ? “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
ur Posted January 7, 2020 Author Posted January 7, 2020 If I do it from Scite UI. Tools -> Build (F7) It is working. But with command-line compilation, it is giving error like this
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