Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Unclear: "Managed" and "Unmanaged" C++ Projects
Unclear: "Managed" and "Unmanaged" C++ Projects [message #725807] Thu, 15 September 2011 20:18 Go to next message
Daren Scot Wilson is currently offline Daren Scot WilsonFriend
Messages: 7
Registered: July 2011
Junior Member
After starting my C++ project using CDT, I now see there's a distinction between "managed" and "unmanaged" projects. There's no clear explanation of the difference. What is the essential point? How to tell which my project is? If it's unmanaged, and I want it to become managed, how to do that?
Re: Unclear: "Managed" and "Unmanaged" C++ Projects [message #725809 is a reply to message #725807] Thu, 15 September 2011 20:21 Go to previous messageGo to next message
Doug Schaefer is currently offline Doug SchaeferFriend
Messages: 135
Registered: July 2009
Senior Member
Well, if you've written a Makefile then you're unmanaged. If CDT is generating your Makefile then you're managed.

There are ways to add managed build configurations to a project, but that's pretty complicated and not well tested.
Re: Unclear: "Managed" and "Unmanaged" C++ Projects [message #729370 is a reply to message #725809] Mon, 26 September 2011 03:22 Go to previous messageGo to next message
Chris Stankevitz is currently offline Chris StankevitzFriend
Messages: 52
Registered: September 2011
Member
Hi Doug,

I followed these clicks with Eclipse Inidigo/CDT on linux:

File | New | Project | C++ Project


From here I am presented with these options:
Executable | Empty Project | Cross GCC
Executable | Empty Project | Linux GCC
Executable | Cross Compile Project | Cross GCC
Executable | Hello World C++ Project | Linux GCC
Makefile Project | Empty Project | Cross GCC
Makefile Project | Empty Project | GNU Autotools Toolchain
Makefile Project | Empty Project | Linux GCC
Makefile Project | Hello World C++ Project | Linux GCC
GNU Autotools | Empty Project | GNU Autotools Toolchain
GNU Autotools | Hello World C++ Autotools Project | GNU Autotools Toolchain


Which of the above is "managed"?

Thank you,

Chris
Re: Unclear: "Managed" and "Unmanaged" C++ Projects [message #729373 is a reply to message #729370] Mon, 26 September 2011 03:50 Go to previous message
Chris Stankevitz is currently offline Chris StankevitzFriend
Messages: 52
Registered: September 2011
Member
This one is managed:
Executable | Empty Project | Linux GCC


However, .cpp and .h files must be placed in a "source folder" which you must create by selecting
RIGHT-CLICK project | New | Source Folder


Anyone know which docs explain this? I'd like to read more about it.

Chris
Previous Topic:C/C++ problem on Mac
Next Topic:How to Do a Custom Build Action and Attach Using Custom GDB Build with Eclipse
Goto Forum:
  


Current Time: Fri Apr 26 20:17:42 GMT 2024

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

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

Back to the top