Closed Thread
Results 1 to 2 of 2

Thread: Native Windows executables

  1. #1
    biciclub is offline Newbie
    Join Date
    Jun 2009
    Posts
    4
    Rep Power
    0

    Native Windows executables

    This question is bound to reveal how new I am to programming.

    I'm looking at downloading the Borland C++ compiler since it promises to develop native Windows executables. I've been working with Cygwin up till now with no complaints but I like the idea of being able to create something that people can use without also having Cygwin. But I have a couple (basic) questions on what this means:

    Will the resulting executables run on any windows machine, or do the other users still need something like Borland installed?

    If my executables are console-based, will a console be "compiled into" the program, or will I have to put in extra code to make that happen? In other words do I have to know a lot about UIs (I don't) in order to make it work as a simple "double click and go"-type application.

    If the answer to either of these is no, is there a better compiler that WILL do this, or should I begin learning about user-interface coding?

    Thanks!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,525
    Blog Entries
    75
    Rep Power
    144

    Re: Native Windows executables

    MinGW + MSYS. It will give you the same feel as Cygwin, but compile natively for Windows.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. NASM How do you create executables with NASM?
    By DarkLordofthePenguins in forum Assembly
    Replies: 4
    Last Post: 10-08-2011, 08:50 AM
  2. native C# program?
    By danieltm64 in forum C and C++
    Replies: 11
    Last Post: 01-03-2010, 02:37 PM
  3. Native XML or SQL server?
    By merchz in forum Database & Database Programming
    Replies: 5
    Last Post: 10-31-2008, 01:17 PM
  4. Run Text Files as Executables
    By MeTh0Dz in forum C and C++
    Replies: 16
    Last Post: 06-26-2008, 03:22 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts