cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Converting a.cpp to a .app
Converting a.cpp to a .app
Apr 28, 2010 at 7:10pm UTC
Gio
(36)
I am using Microsoft Visual C++ Express and want to know if it is possible to make a .app (or any other Apple standalone applications) out of a .cpp with it. Thanks ahead of time!
Apr 28, 2010 at 7:14pm UTC
helios
(17607)
Not with VC++, since it's a Windows compiler. You'd need a compiler that can target MacOS.
Apr 28, 2010 at 8:05pm UTC
Gio
(36)
OK, so are there any compilers that turn a .cpp into an .app and run on Windows? Or do you need a Mac computer?
Apr 28, 2010 at 8:16pm UTC
helios
(17607)
Maybe. Google mac cross-compiler. Although how are you going to test the binary without a Mac?
Topic archived. No new replies allowed.