News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Using PRO*C/C++ through Codeblocks

Started by Mr C, June 10, 2010, 02:33:00 AM

Previous topic - Next topic

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.
Here is always place for Ы.

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

oBFusCATed

There is the possibility to add custom compiler.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ZooLoo

#4
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.

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).
Here is always place for Ы.