Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Getting started with CDT dev

On Wed, Oct 17, 2012 at 1:11 PM, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:
> I have two eclipse installations:
> 1- one for the API baseline (Eclipse 4.2 with installed CDT 8.1, no code
> checked out needed)
> 2- one for development (latest Eclipse with no CDT installed)

Marc,

I see.  My mistaken understanding was that an "API Baseline" must be
set in order to perform CDT development.  I did not expect that an
"API Baseline" must be set for any reason other than plugin
development.  I can envision these uses of eclipse/CDT:

1. CDT plugin development.
API baseline not required (per Marc's description above)

2. Normal CDT use by a c++ author.
API baseline not required (as I've been doing for years)

3. [?]
API baseline required

Thank you,

Chris


Back to the top