Bug 214568 - How to program Pro*C/C++ in Eclipse?
Summary: How to program Pro*C/C++ in Eclipse?
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 6.0   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Elena Laskavaia CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-07 22:08 EST by ndhonghai CLA
Modified: 2009-07-18 14:27 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ndhonghai CLA 2008-01-07 22:08:00 EST
We known how to program C/C++ in Eclipse. All we need are: C/C++ compiler, CDT plugin.
But now, I want to try Pro*C/C++, what should I do? Since Pro*C/C++ is a good language to program a DB application.
There a manual way to program Pro*C/C++: we pre-compile the Pro*C/C++ source to C/C++ source by using precompiler, then we use C/C++ compiler to compile and run the C/C++ source. It is not convenient.
Is there anyway to integrate Pro*C/C++ into Eclipse?

Thanks and Best Regards.
Comment 1 Remy Suen CLA 2008-03-10 14:57:17 EDT
I'm not sure if you've filed this bug under the right place. Perhaps you should be asking for help on the CDT newsgroup (eclipse.tools.cdt)?
http://www.eclipse.org/newsgroups/
Comment 2 Wayne Beaton CLA 2008-03-21 00:36:34 EDT
Moving to CDT
Comment 3 Andrew Gvozdev CLA 2009-07-18 14:23:20 EDT
It is not uncommon in real life projects and variety of tools are able to preprocess to C/C++ code. This scenario should be accommodated in CDT.