Thread: Open Watcom C/C++....

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    2

    Open Watcom C/C++....

    I've downloaded Open Watcom C/C++, and I'm having a bit of trouble....

    1) I've no idea how to use the graphics library.
    2) I want to call a DLL file, but I dunno how...(the help ennunciates on this pretty good, but you'd have to be a guru to understand)
    3) Are Watcom's .LIB files the same as VC++'s .LIBs?

    I was using MinGW(Dev-C++) but I switched to this, hoping for better.... er......... results. But all I've found is that most source/people don't support Watcom.... So along with these questions, should I even continue to use Watcom?


  2. #2
    Registered User
    Join Date
    Jan 2003
    Posts
    78
    I suggest you take a look at Digital Mars C++. It has much better compatibility than Watcom C++.

    <www.digitalmars.com>

    As far as using it (and any other set of development tools for that matter)... no one every said it was going to be easy!

    Good Luck!

  3. #3
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    MingW is based on GCC, which is the most commonly used compiler out there, so that's probably what you'd want to use if you want to make portable code.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  4. #4
    Registered User
    Join Date
    Jan 2003
    Posts
    78
    I probably should have qualified my statement... Digital Mars has very good source compatibility with Visual C++. If you are only interested in the Windows platform it is worth a good look.

  5. #5
    Registered User
    Join Date
    Jul 2003
    Posts
    2

    Ditched Watcom...

    Well, I ditched watcom... lol
    I've reinstalled Dev-C++(4, because it has less bugs)...
    I guess I'll check out Digital Mars, since we are all MS slaves.

    thanks for all your help

  6. #6
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398

    Use a popular compiler!

    I agree with XSquared. It is a good idea to use something popular like Dev-C++ because you are more likely to find someone to help you with it. (You write "portable code" by writing to the ANSI/ISO standard. Then you can compile it on any compilant compiler for any platform... in theory.)

    The free Borland compiler is also very popular. I saw a survey once showing it as the most popular free compiler. I assume that MSVC++ is the most popular commercial compiler.

    One good thing about the Watcom compiler is that you can download PDF versions of all 8 books that used to come with the packaged-commercial version.

    I've used the Watcom compiler a couple of times, but it was pre-installed and configured for the particular embedded-processor system I was compiling for... And, it still took about a day to get it figured-out and working! (So, I wouldn't be any help getting you system configured.)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Open Source Licenses
    By Mario F. in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 10-10-2006, 08:53 PM
  2. Open Watcom CreateThread pointer parameter problems, m'kay?
    By Mad_guy in forum Windows Programming
    Replies: 2
    Last Post: 11-06-2005, 01:26 AM
  3. Big help in Astar search code...
    By alvifarooq in forum C++ Programming
    Replies: 6
    Last Post: 09-24-2004, 11:38 AM
  4. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  5. Ghost in the CD Drive
    By Natase in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 10-12-2001, 05:38 PM