Author Topic: Compiler List  (Read 8717 times)

rz950

  • Guest
Compiler List
« on: February 20, 2005, 06:42:52 pm »
I'm making this topic, so that people that
want to have a specific compiler support
added to code::blocks can say it here and
I might be able to add it.


Note: C/C++ compiles only and also
the compiler must work in windows.

Anonymous

  • Guest
Compiler List
« Reply #1 on: February 21, 2005, 01:46:58 am »
It's the best if can support palm programming too.

Anonymous

  • Guest
Compiler List
« Reply #2 on: February 21, 2005, 03:09:51 am »
OpenWatcom

rz950

  • Guest
Compiler List
« Reply #3 on: February 21, 2005, 02:43:09 pm »
Working on OpenWatcom

Note: TinyCC doesn't work on windows

Edited: I need to know which .exe for openwatcom is
the C compiler and which one is the C++ compiler.
For me it looks like wcl is the compiler for C/C++
and you need to pass command -cc and -cc++ depending
if it's a C project or a C++ project

Trikko

  • Guest
Compiler List
« Reply #4 on: February 22, 2005, 04:24:26 pm »
Quote from: rz950
Working on OpenWatcom

Note: TinyCC doesn't work on windows

Edited: I need to know which .exe for openwatcom is
the C compiler and which one is the C++ compiler.
For me it looks like wcl is the compiler for C/C++
and you need to pass command -cc and -cc++ depending
if it's a C project or a C++ project


TinyCC works!! I've tried it! :)

xerop

  • Guest
Compiler List
« Reply #5 on: February 23, 2005, 12:59:34 am »
Guest could you ether log in or make an account so we know who is speaking. And whether it is the same person.

Anonymous

  • Guest
Compiler List
« Reply #6 on: March 06, 2005, 06:09:29 am »
Quote from: rz950
Working on OpenWatcom

Note: TinyCC doesn't work on windows

Edited: I need to know which .exe for openwatcom is
the C compiler and which one is the C++ compiler.
For me it looks like wcl is the compiler for C/C++
and you need to pass command -cc and -cc++ depending
if it's a C project or a C++ project


wcc386 stands for C and wpp386 stands for C++ respectively.

Anonymous

  • Guest
Compiler List
« Reply #7 on: July 08, 2005, 11:42:56 am »
I don't like ow very much tho the header and lib and include files are ok.

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Compiler List
« Reply #8 on: July 08, 2005, 08:38:32 pm »
What about Intel C++ for both Linux and Windows?
There's a non-commercial version for Linux and it's a pretty good compiler.
The Linux syntax is similar to gcc (icc) and the Windows one to cl (icl).

takeshimiya

  • Guest
Compiler List
« Reply #9 on: July 08, 2005, 11:53:07 pm »
I vote for:
-MSVC 6 (because most of the W32 projects today are compiled with this, so it would make .dsw projects compiling out-of-the-box in Code::Blocks)
-Intel Compiler