Code::Blocks Forums

User forums => Help => Topic started by: rz950 on February 20, 2005, 06:42:52 pm

Title: Compiler List
Post by: rz950 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.
Title: Compiler List
Post by: Anonymous on February 21, 2005, 01:46:58 am
It's the best if can support palm programming too.
Title: Compiler List
Post by: Anonymous on February 21, 2005, 03:09:51 am
OpenWatcom
Title: Compiler List
Post by: rz950 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
Title: Compiler List
Post by: Trikko 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! :)
Title: Compiler List
Post by: xerop 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.
Title: Compiler List
Post by: Anonymous 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.
Title: Compiler List
Post by: Anonymous 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.
Title: Compiler List
Post by: Ceniza 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).
Title: Compiler List
Post by: takeshimiya 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