How to compile to an APP file on Visual Studio instead of an EXE in C++

461 Views Asked by At

I have created a program in C++ using Visual Studio that compiles code to an EXE file that can then be run. This works fine for Windows computers, but EXE files are not runnable on Mac without extra programs such as Wine Bottler. I would like to be able to compile the code so that it is a file that can be run on Macs such as an APP file. I don't know how to do this, though, and I can't find out how anywhere. Is there a way to do this, and if so, how?

0

There are 0 best solutions below