Jump to content

32 bit exe files are not running


ur
 Share

Recommended Posts

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. 


Link to comment
Share on other sites

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...