Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice project with Eclipse using C++

How I can create an Ice project with Eclipse using C++ and not using Java?

I created a new C++-Project:
I included the headerfiles and libraries of Ice in properties->C/C++ generals->Pahts and Symbols.

Comments

  • matthew
    matthew NL, Canada
    You haven't described a problem in your post, so I'm not sure what to say. I created an Eclipse C++ project using a Makefile with no issues. It is not, however, nearly as good as Eclipse for Java and I didn't find it very useful.
  • We did it by using cmake to generate the makefile (including all slice2cpp commands) and then pointing Eclipse at the generated makefile. It wasn't so bad in the end, but a bit cumbersome to get everything set up.