Questions tagged [projects]
318 questions
6
votes
2 answers
Visual Studio Setup Project Custom Dialog
I have created a custom dialog for Visual Studio Setup Project using the steps described
here
Now I have a combobox in one of my dialogs. I want to populate the combobox with a list of all SQL Server instances running on the local network. It's…

kjv
- 11,047
- 34
- 101
- 140
5
votes
1 answer
Shared Code Layout
I have two C++ projects in a solution both of which need to share two common classes. What I want to avoid is having two copies of the source files but I am reluctant to just include the source in one project and reference it in the other.
How is…

Konrad
- 39,751
- 32
- 78
- 114
5
votes
1 answer
Sharing project binaries across different team projects in TFS 2010
I am moving source code from a PureCM setup to a brand new TFS 2010 setup. I have got .net projects across multiple solutions, and these projects share binary outputs with each other.
In pure CM world, these shared binaries were kept as "Shared…

user1159913
- 51
- 2
5
votes
3 answers
package folder already used in project netbeans
I am trying to create a new project in netbeans. But when I add folder in the projects it always throws error: "package folder already used in project netbeans".
I deleted all folders in c:/users/../.netbeans/6.9/var/.
Still I am getting the same…

Nagarajan
- 432
- 3
- 12
- 28
5
votes
1 answer
Xcode 4 iOS project structuring questions
I have my first iOS application under my belt (a relatively straightforward iPad app, to be released in a month or so), but now I'm moving on to something more ambitious, and could use some advice.
My next project will actually be two distinct but…

Carl F. Hostetter
- 457
- 4
- 12
5
votes
4 answers
How to compile and run a C file in CodeBlocks which is outside a project?
I have opened a project in CodeBlocks, which builds and runs successfully. Now if I open another C file in the IDE, the build and run command will act on the existing open project and not on the new C file. If there were multiple projects, we can…

asdf
- 375
- 2
- 4
- 14
5
votes
1 answer
Linking two projects in a Visual studio solution
I am having two projects in one solution called SOL, using Visual Studio: project 1 and project 2
In each of projects: I am having some headers and cpp files.
In project 2, I want to use a header existing in project 1:
#include "proj1.h"
I am…

MelMed
- 1,702
- 5
- 17
- 25
5
votes
6 answers
Has using an acknowledged anti-pattern ever been proven to actually solve a problem, or be beneficial in any other way?
Has using an acknowledged anti-pattern ever been proven to actually work in a certain specific case? Did you ever solve a problem or gain any kind of benefit in one of your projects by using an anti-pattern?

luvieere
- 37,065
- 18
- 127
- 179
5
votes
7 answers
Software Project Management systems
Ok, so I've only recently started getting serious about learning how to program, and I've started using Mercurial to manage my projects. I chose Mercurial over SVN because of it's ability to commit changes to a repo while not connected to the…

Enrico Tuvera Jr
- 2,739
- 6
- 35
- 51
5
votes
3 answers
Netbeans runs all my projects
I'm using Netbeans 6.5.1 (tomcat 6.0.18 included)
I've developed many webapp projects on netbeans.
I created a contextlistener for each webapp which prints "Hello World! this is <>" in contextInitialized method.
Whenever I click "Run main project"…

Enyel
- 53
- 1
- 4
4
votes
4 answers
untangling .h dependencies
What do you do when you have a set of .h files that has fallen victim to the classic 'gordian knot' situation, where to #include one .h means you end up including almost the entire lot? Prevention is clearly the best medicine, but what do you do…

JustJeff
- 12,640
- 5
- 49
- 63
4
votes
4 answers
Can a single Subversion repository managed as multiple projects in Eclipse?
I have a Helpdesk application that contains modules that can be downloaded and installed separately as required / preferred by the users. The structure is very similar to many software such as Drupal, which modules can be loaded/unloaded easily.
I'm…
uuɐɯǝʃǝs
4
votes
2 answers
Redmine's "latest projects" criteria
When there are more than 5 projects registered on Redmine, those listed on main page's "Latest projects" box are sorted by creation date descending (more recently created first), leaving old projects (which could have been more often updated) out of…

Niloct
- 9,491
- 3
- 44
- 57
4
votes
6 answers
Sample Projects on OPENGL
i need few sample code projects on openGL for beginners.. i tried googling..
but still i m seeking ur suggestion on this.

Naruto
- 9,476
- 37
- 118
- 201
4
votes
5 answers
PPM - Project Portfolio Management
What is your company solution for PPM (managing projects, demands, timesheets, etc)? And what is your experience with it?
I'm trying to know about the tool prespective and not your company's particular business process.
Regards for you all!

Bruno Lopes
- 323
- 2
- 5
- 11