News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Compiler List

Started by rz950, February 20, 2005, 06:42:52 PM

Previous topic - Next topic

rz950

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

It's the best if can support palm programming too.

Anonymous


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

Trikko

Quote from: rz950Working 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 could you ether log in or make an account so we know who is speaking. And whether it is the same person.

Anonymous

Quote from: rz950Working 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

I don't like ow very much tho the header and lib and include files are ok.

Ceniza

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

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