On Wed, Mar 9, 2011 at 7:40 AM, Nguyen Huu Toan <[email protected]> wrote: > Can you guide me How to create a project SCA with C++ in eclipse IDE! I did > a project SCA with java by Eclipse SCA tooling. Is there SCA tooling support > for C++? Generally, I want to create an application as "HelloWorld", there > is a C++ component implementation, then binding with a webservice. Because > i'm Vietnamese, so my English is not good, i hope everybody help me! > thank you alot!
You could ask the Eclipse SCA Tools project [1] (there's a link to their newsgroup on the project's page) to confirm, but I don't think that they have support for C++ components. I'm not using Eclipse for C++ development so I may not be the best person to answer, but you could probably try to create the skeleton of your composite using the Eclipse SCA composite editor, perhaps just fake your C++ components with Java components, then change the composite XML to reference your C++ libraries, write a Makefile for your project and the Eclipse CDT should be able to turn that into an Eclipse project. [1] http://www.eclipse.org/stp/sca/index.php Hope this helps -- Jean-Sebastien
