Questions tagged [project]

In software development, a project is a collection of files and resources used in the development of an application or service. Use [ms-project] for Microsoft Project questions.

In software development, a project is a collection of files and resources used in the development of an application or service.

For questions related to Microsoft Project use the tag .

4797 questions
43
votes
3 answers

Xcode 4 Adding a Sub Project

I am looking at somebody else's project and they have another project embedded under 'Other Sources'. When I click on the project it shows me the build settings etc, and I can expand all the source underneath. I want to do the same thing, but when…
Ray
  • 617
  • 1
  • 5
  • 6
43
votes
3 answers

How to change GitHub repository in IDEA Intellij?

I've lost access to my previous account on GitHub, so created new one and now, when I am trying to share my project ( which was shared on GitHub before), I get this message: Can't get repository info: {myRepositoryName} 404: Not Found - Not…
mrk2
  • 797
  • 3
  • 9
  • 20
43
votes
15 answers

Interesting project to learn C?

I have some basic knowledge of C (and a bit more of C++). I got a copy of K&R, and I want to use it to help me dig deeper into the language. What is a good idea that will involve using most of C's features and standard library? Also, what important…
Javier
  • 4,552
  • 7
  • 36
  • 46
42
votes
5 answers

error C2220: warning treated as error - no 'object' file generated

I have below class class Cdata12Mnt { public: char IOBname[ID1_IOB_PIOTSUP-ID1_IOB_TOP][BOADNAM_MAX + 4]; char ExIOBname[ID1_MAX_INF-ID1_EXIOB_U1TOP][BOADNAM_MAX + 4]; char cflpath[256]; char basetext[256]; UINT…
TrungLuu
  • 595
  • 3
  • 8
  • 9
41
votes
6 answers

Retrieve/Recover deleted Netbeans project

I was just working on my Netbeans project and accidentally deleted it and don't know how to recover it. Is there a tmp folder that the deleted project is stored in. Or am I forever doomed? Thanks, Lucas
Lycana
  • 1,154
  • 4
  • 10
  • 17
41
votes
14 answers

React/RCTBridgeDelegate.h' file not found

I have created a new project called auth using react-native init auth at terminal.When i tried to run the project using react-native run-ios. The build failed and gave a error 'React/RCTBridgeDelegate.h' file not found. Tried to update the react…
Saranya
  • 595
  • 2
  • 7
  • 19
41
votes
4 answers

Override option in CMake subproject

I'm trying to reuse the CMakeLists.txt of a third-party project whose source I don't want to change (expat, to be exact). I've added the project as a subproject of the top level using add_subdirectory. This works but now I would like to set the…
thehouse
  • 7,957
  • 7
  • 33
  • 32
40
votes
10 answers

IntelliJ IDEA not showing my module/project

Suddenly, IntelliJ IDEA is showing the following module view with a strange yellow colour in the background. I don't know how to get my module back, because it is not being shown: Do you know how can I see my project folder back? Thanks
39
votes
5 answers

change the name of android project

Is there any posibility that I could change the name of my project as it appears in Package Explorer.I'm using Eclipse IDE.I tried to edit the string.xml in res/value folder but that won't change it in the Explorer View.
adrian
  • 4,574
  • 17
  • 68
  • 119
38
votes
3 answers

How to make documentation with NetBeans and Javadoc

I was searching a while, but nothing found. How can i make documentation in NetBeans 7.0.1? My file looks like: /** Class Description of MyClass */ public class ScanReader{ } In my project properties i checked all options with checkbox and nothing…
Piotr Łużecki
  • 1,031
  • 4
  • 17
  • 33
38
votes
9 answers

Is there something similar for emacs like vims's NERDtree

For vim there is a filesystem explorer called NERDtree: https://github.com/scrooloose/nerdtree Surely an alternative or superior package exists for Emacs?
qrest
  • 3,083
  • 3
  • 25
  • 26
38
votes
15 answers

How to open an existing project in Eclipse?

I have just created several project using Eclipse. Now restart Eclipse and want to see one of the projects. How can I do it? I have tried File -> Import -> General -> Existing Project into Workspace. Then I select the directory of the project that I…
Roman
  • 124,451
  • 167
  • 349
  • 456
38
votes
2 answers

Xcode Workspace vs Nested Projects

I don't understand the use of an Xcode workspace to organize projects with dependencies on one another. For instance I see a lot of developers create workspace structures that look like this: Workspace |-- App |-- A Common Library |-- Another…
mark
  • 1,398
  • 13
  • 30
37
votes
7 answers

Android Eclipse Import Existing Code

I am trying to organize my code for SVN so I can work from multiple locations without issue and potentially add more developers. The problem is that I can't get the code into a new project easily. I am trying to create a project from existing…
teynon
  • 7,540
  • 10
  • 63
  • 106
36
votes
4 answers

C# / VS2008: Add separate debug / release references to a project

When adding a user control or a project reference to a VS 2008 C# project, I can add only one configuration of the assembly. Is it possible to add separate configurations, depending on the configuration of the container project. E.g. I am developing…
peterchen
  • 40,917
  • 20
  • 104
  • 186