Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » adapting a C++ project to Eclipse(seeking advice on how to take advantage of Eclipse functionality)
adapting a C++ project to Eclipse [message #1753465] Mon, 06 February 2017 18:45 Go to next message
Boris Epstein is currently offline Boris EpsteinFriend
Messages: 1
Registered: February 2017
Junior Member
Hello all,

I have a C++ project that I created outside of Eclipse. Is there any way to tel Eclipse where the includes are, etc. - and in general enable me to take advantage of the Eclipse's advanced features (diagraming functions, etc.) without structuring the project to Eclipse's standards?

Thanks.

Boris.
Re: adapting a C++ project to Eclipse [message #1753579 is a reply to message #1753465] Tue, 07 February 2017 20:59 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Importing existing projects
http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Fgetting_started%2Fcdt_w_existing_code.htm

As for include files, you need to tell the indexer where to look for includes
http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_prop_general_sd_entries.htm

If you want Eclipse to generate makefiles you need to add the include paths to Project-->Properties-->C/C++ Build-->Settings


You really should read this, too:
http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Fconcepts%2Fcdt_o_home.htm&cp=8
and the other topics found with Help-->Help Constents .

[Updated on: Tue, 07 February 2017 22:02]

Report message to a moderator

Previous Topic:Chained dependency order in Eclipse CDT
Next Topic:Code index doesn't work
Goto Forum:
  


Current Time: Wed Sep 25 09:11:31 GMT 2024

Powered by FUDForum. Page generated in 0.03090 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top