Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Importing existing files under a project
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Importing existing files under a project (Read 14607 times)
gauravnaik
Guest
Importing existing files under a project
«
on:
May 01, 2012, 10:33:41 am »
hello,
i have some c++ files which i need to import under a single project in code blocks. I can open the files indvidually but i cannot use the features like "find implementaion" etc. i created a new project and replaced the main.cpp with the existing main, but it did not work.
please help.
thanks
Logged
MortenMacFly
Administrator
Lives here!
Posts: 9723
Re: Importing existing files under a project
«
Reply #1 on:
May 01, 2012, 10:38:43 am »
Setup your project properly.
- create an empty project
- add all files needed to that project
- adjust the compiler / linker include path's and other settings so it compiles
- CC should work.
Logged
Compiler logging
: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual
:
https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ
:
https://wiki.codeblocks.org/index.php?title=FAQ
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Importing existing files under a project