Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » No project are found to import(import problem)
No project are found to import [message #1731437] Thu, 05 May 2016 09:15 Go to next message
Md Yagami is currently offline Md YagamiFriend
Messages: 5
Registered: May 2016
Junior Member
hi friends
please i have a source code file in .zip file
when i import-->generat-->exesting project into workspace
eclipse show message " no project fount to import"
?
Re: No project are found to import [message #1731471 is a reply to message #1731437] Thu, 05 May 2016 18:33 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
An existing project is one with a .project file. Do you have this file? In addition, a CDT project has a .cproject file.

You may want to use File --> Import --> C/C++ --> Existing code as Makefile Project. But then, you would have some work to do if you want CDT to generate the make files. It will think you are providing it,

A somewhat easier alternative is to create a new empty CDT project (File --> New --> C/C++ Project then select Executable --> Empty Project) then copy the files into it then refresh (F5) the project. The files should be there.

This works regardless of whether the project resides in your workspace or somewhere else in the file system. My personal preference is to keep them out of the workspace. YMMV.

Note: CDT won't let you create a new project in an existing directory.
Re: No project are found to import [message #1731507 is a reply to message #1731471] Fri, 06 May 2016 10:35 Go to previous messageGo to next message
Md Yagami is currently offline Md YagamiFriend
Messages: 5
Registered: May 2016
Junior Member
hi friends please it's my first time when i import a code source ,
this a photo of the source code al files which i get
see : http://imagesia.com/sans-titre_17ow1
Re: No project are found to import [message #1731585 is a reply to message #1731507] Sat, 07 May 2016 08:48 Go to previous messageGo to next message
Md Yagami is currently offline Md YagamiFriend
Messages: 5
Registered: May 2016
Junior Member
firend please help !
Re: No project are found to import [message #1731594 is a reply to message #1731585] Sat, 07 May 2016 11:52 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
You haven't asked a question.
Are you using Windows? .sln files are for Visual Studio so this must have been originally a VS project.

Some information about the problem is you are having is needed.
More detail on what your operating system is also needed,
If windows ,are you using cygwin or using MinGW?


If you are asking how to proceed you are asking a lot.
Have you searched for tutorials?
Try searching for "using eclipse for c++ tutorial"

and you should read this:
http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Fconcepts%2Fcdt_o_home.htm
Re: No project are found to import [message #1731601 is a reply to message #1731594] Sat, 07 May 2016 15:57 Go to previous messageGo to next message
Md Yagami is currently offline Md YagamiFriend
Messages: 5
Registered: May 2016
Junior Member
hi friend , now i'm good import the project but i have another problem :
when i do built and after run eclipse show me : "bnary not found ... "
i use eclipse MARS 2 on windows ,
Re: No project are found to import [message #1731604 is a reply to message #1731601] Sat, 07 May 2016 16:58 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Did you create a run/debug configuration?
http://help.eclipse.org/mars/topic/org.eclipse.cdt.doc.user/tasks/cdt_o_run.htm
Re: No project are found to import [message #1731630 is a reply to message #1731604] Sun, 08 May 2016 13:05 Go to previous messageGo to next message
Md Yagami is currently offline Md YagamiFriend
Messages: 5
Registered: May 2016
Junior Member
no i don't ?
you mean .exe for my project?
Re: No project are found to import [message #1731643 is a reply to message #1731630] Sun, 08 May 2016 17:24 Go to previous message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
Have you read the instructions for CDT in the Eclipse Help?

--

-TV


--

Tauno Voipio
Previous Topic:FLTK based code unable to compile?
Next Topic:added new library but still eclipse cannot find it
Goto Forum:
  


Current Time: Tue Mar 19 08:27:06 GMT 2024

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

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

Back to the top