stillrevolution.blogg.se

How do you run exe on mac
How do you run exe on mac










how do you run exe on mac
  1. HOW DO YOU RUN EXE ON MAC INSTALL
  2. HOW DO YOU RUN EXE ON MAC PRO

But all of your variants are windows boxes, so you have it easy. If you were also having to support non-windows operating systems, then there might be some additional challenges. But, it's not hard to build an executable that will run on the available machines, and confirm it runs on representative machines before distributing it to all end-user machines. All you really needed to do was test the bat file on all of the box types above. Given that all of your operating systems are windows variants (a bootcamped macbook is actually supporting windows) I don't see the benefit in going to C, given that you started with a bat file. Performance will suffer The Answer to your Question: Yes, VMs are a good way to run Windows Applications, however they are not foolproof.

HOW DO YOU RUN EXE ON MAC INSTALL

Every time you have an executable debugged and ready to go, copy it from your development box to the others, and see if it runs. Also the fastest, but you cant run Mac Applications at the same time Install a Virtual Machine, such as Parallels or VirtualBox.

HOW DO YOU RUN EXE ON MAC PRO

You only need four machines for that: your development box, a bootcamped macbook pro without Code::Blocks or your compiler installed, a Windows 7 box, and and XP box. For that you need to read the compilation for the compiler (say MingW).īefore trying to distribute the executable, it is a good idea to test. The building of a static executable depends on what compiler and linker you are using. I would suggest going the static link route. all libraries are bundled in the executable) or to work out what libraries you need and distribute them with your executable. Your choices are then to configure your project for a static link (i.e. The only potential problem is that the development machine might have additional libraries installed. I have assumed that in the following.īy default, Code::Blocks when running under windows 7 normally produces a 32-bit executable, which will run on any of the machines you describe. That probably means you are using a gnu compiler like MingW (common default with Code::Block as distributed). Open the folder containing your program in a file explorer. Find the file path of the folder containing your exe program. This command will allow you to navigate into the folder containing the exe program you want to run. Your later posts suggest you are using Code::Blocks. This will open a new Command Prompt window. exe before and they work across different windows machines.From what you describe, you are making a mountain from a molehill. I am using windows 7 on a bootcamped macbook pro. bat, but I needed it to run without a windows and I used C. This program simply backs-up user access logs via ftp, which I made in.












How do you run exe on mac