Top "Project" questions

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

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_…

c++ object compiler-errors project compiler-warnings
"Sources directory is already netbeans project" error when opening a project from existing sources

I've installed NetBeans 6.9.1 and installed few updates for it. Then I've created a new project from existing sources. After a …

netbeans project
Where in an Eclipse workspace is the list of projects stored?

I use Eclipse with "external" projects - i.e. projects created from existing source. Poking around in the workspace files, …

eclipse project
How to create a Java / Maven project that works in Visual Studio Code?

I'm trying to create a maven project - so that I can compile Java files in the root folder and …

java maven visual-studio-code project
IntelliJ does not show 'Class' when we right click and select 'New'

We're creating a new project in IntelliJ and must have something wrong because when we right click on a directory, …

java intellij-idea project
How do I add assembly references in Visual Studio Code?

So I've come across a similar issue twice now while working on my first project in C#. When trying to …

c# .net-core visual-studio-code project assembly-references
Add Xcode project to github repo?

I have JUST created a new github repo on the website. Keep in mind that I am a noob but …

xcode git github terminal project
Visual Studio Solution Unavailable (reload doesn't work)

I am downloading a sample program for a barcode reader that I am using. Everytime I download the program and …

c# visual-studio-2013 project
Is there a way to find/replace across an entire project in Eclipse?

I'm trying to do a find and replace over many files within an Eclipse project, but I can't seem to …

eclipse project replace
In eclipse, unable to reference an android library project in another android project

As I was writing up this question I managed to solve it so repeat it here for the benefit of …

android eclipse project