User forums > Using Code::Blocks

Integration of non-C++ console compiler

(1/1)

funa:
FAQ says "Code::Blocks philosophy is to be able to use any compiler on earth! Well, almost."
I wonder if it would be possible to integrate some non-C++ compiler.

If yes, can anybody please explain how to integrate e.g. Delphi console compiler dcc32.exe.
It needs just a few command line parameters.

In fact I would need brief info on:

-How to add support for Pascal language (syntax highlighting,...)
-How to add a new compiler

btw: can C::B parse compiler output and on compiler error position cursor where the error has occurred?

Many thanks.

Igor

killerbot:
when you create your custom compiler you specify the toolchain. Compiler/linker/etc...
In the advanced options you crate regular expressions for compiler error/warning, by using those CB can interpret the output from every compiler.

Navigation

[0] Message Index

Go to full version