User forums > Using Code::Blocks

Using PRO*C/C++ through Codeblocks

(1/1)

Mr C:
Is there a way to use PRO*C/C++ through codeblocks?

At the moment, I have to use Oracle's precompiler, which basically means I have my non-database code open in Codeblocks, by DB code open in another Editor, and a PRO C/C++ window open.

This is a tad clumsy, and I figure there must be a way I could set up Codeblocks to do the PRO C/C++ precompile (but am unsure how I would go about doing it).

As I say, the problem isn't a show stopper by any means, but it would be a lot easier to code and build everything together.
Any thoughts much appreciated.

ZooLoo:
There are so many replies...

I wander if it's possible to create something like oracle->codeblocs Pro*C plug-in(tool).
But there is example of external build tools around Qt moc files... looks the same way of doing things.

stahta01:
No idea if this link applies

http://wiki.codeblocks.org/index.php?title=Adding_support_for_non_C/C%2B%2B_files_to_the_build_system

Tim S.

oBFusCATed:
There is the possibility to add custom compiler.

ZooLoo:

--- Quote from: stahta01 on April 27, 2011, 06:35:41 pm ---No idea if this link applies

http://wiki.codeblocks.org/index.php?title=Adding_support_for_non_C/C%2B%2B_files_to_the_build_system

Tim S.

--- End quote ---

Really nice feature... As I can see its applied to file extension hmm really nice...
And does it mean that $includes macro (and possibly other interesting macro) will take corresponding value from current (opened) project settings? I mean the case when we have possibility to add some config file to external (non C/C++) compiler. And for example that config is related to the current projects settings (Debug/Release).

Navigation

[0] Message Index

Go to full version