+ Reply to Thread
Results 1 to 2 of 2

Thread: Native Windows executables

  1. #1
    Newbie biciclub is an unknown quantity at this point
    Join Date
    Jun 2009
    Posts
    4

    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. #2
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,673
    Blog Entries
    57

    Re: Native Windows executables

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

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Conficker??? real or fake
    By cabalsun in forum Software Security
    Replies: 19
    Last Post: 08-29-2009, 11:09 PM
  2. Windows 7 Beta Users Upgrade Fast
    By Chinmoy in forum Computer Software/OS
    Replies: 0
    Last Post: 06-24-2009, 07:59 PM
  3. Visual Studio 2005 and Windows Vista
    By Jordan in forum General Programming
    Replies: 14
    Last Post: 01-10-2009, 02:39 PM
  4. Windows XP Tricks & Tips!!!!..new ones.
    By pranky in forum Tutorials
    Replies: 9
    Last Post: 08-23-2008, 03:22 PM
  5. Windows Shortcut List - Saves Time
    By 2stamlers in forum The Lounge
    Replies: 6
    Last Post: 04-10-2008, 06:58 AM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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