Thread: MingW and windows programming.

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    403

    MingW and windows programming.

    I have (given in to evil and) begun to read Petzold's 5th Edition and I am currently using the GCC-based MingW compiler. I have two main questions (or one depending on how you look at it).
    1: If I would like to make good Windows Apps, possibly on a commercial level, should I switch compilers?
    I know I'm probably going to end up needing a resource editor, etc. soon also, which brings us to question two.
    2: Are there good resource editors out there besides Borlands Builder and VC++?

    Thanks for the help : ).

  2. #2
    Programming is fun, mkay?
    Join Date
    Oct 2001
    Posts
    490

    Post This one...

    I have Dev-C++ 4.01 and I can create very pro. looking apps with it. It has a resource editor. It also comes with windows/console examples and icons for your program. Click the link to go to the site.
    Website(s): http://www16.brinkster.com/trifaze/

    E-mail: [email protected]

    ---------------------------------
    C++ Environment: MSVC++ 6.0; Dev-C++ 4.0/4.1
    DirectX Version: 9.0b
    DX SDK: DirectX 8.1 SDK

  3. #3
    Unregistered
    Guest
    Dev-C++ is an IDE with MingW and a WxWindow resource editor.

    An other compiler is Lcc-Win32.
    It comes with an IDE and a resource editor,
    but compiles only C( and not C++).

    http://www.cs.virginia.edu/~lcc-win32/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What do I need to use mingw in Windows
    By Joelito in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 01-13-2009, 02:36 AM
  2. Mingw resources - Example not working.
    By Blackroot in forum Tech Board
    Replies: 1
    Last Post: 09-02-2006, 06:21 AM
  3. Just installed mingw... No windows header?
    By Blackroot in forum Tech Board
    Replies: 6
    Last Post: 08-24-2006, 06:00 PM
  4. MinGW Linking GUI Program
    By Tonto in forum Tech Board
    Replies: 19
    Last Post: 08-23-2006, 03:28 PM
  5. Free compiler for commercial development? (mingw?)
    By kook44 in forum Windows Programming
    Replies: 8
    Last Post: 01-07-2006, 09:32 AM