Questions tagged [projects]
318 questions
1
vote
2 answers
LINK2001 error while using headers in different projects
I'm failry unexperience in C++ and VS, and I can't figure out what I'm doing wrong, and more importantly how to fix it.
I am working on a solution with multiple projects, and am now starting to use classes from one project in another. However, I'm…

user1554056
- 13
- 1
- 3
1
vote
1 answer
Creating a release branching cycle with shared projects
We're a small/medium team that previously used a fairly simple system of branching which utilises SVN's redbooks recommended practice - unstable trunk for current development, with branches off that for work taking longer then a day etc.
I've…

JimmyDee
- 21
- 3
0
votes
1 answer
build multiple projects and clean multiple projects in a single build file with ANT
I have a doubt, I made this build file in order to build 3 different projects
…

Juano7894
- 703
- 1
- 8
- 21
0
votes
0 answers
Navigating and loading APSX pages from different projects, same solution
I have a project (web application) which I'v been working on for sometime, and now i want to add it to a different project (web application) a bigger one.
I'm working on Visual Studio 2010, c#.
I'v added the 1st project to the bigger one's solution,…

A-Palgy
- 1,291
- 2
- 14
- 30
0
votes
1 answer
Play framework Crud and two projects
I recently made a project and I used CRUD in it. Now I created another project and wanted to use it as well, but it appears that when I import Crud now the Crud.java is already modified and looks the same way I left it after editing it in the first…

Raidmaster
- 603
- 2
- 7
- 15
0
votes
2 answers
How to manage Open Source SVN projects in your own SVN
I use Open Source libraries like FastMM.
I check it out from https://fastmm.svn.sourceforge.net/svnroot/fastmm
and then would like to add it to my own SVN server https://project.svn.company.com/
But since the files are already checked out from…

Gad D Lord
- 6,620
- 12
- 60
- 106
0
votes
1 answer
Create ANDROID.MK file from 2 android projects
I have two android projects: a library and an application. Now I would like to create ANDROID.MK files which builds and install them. It doesn't really matter if it will build them separately, or together, I just need to get them into the phone…

Pal Szasz
- 2,954
- 3
- 20
- 18
0
votes
1 answer
Web deployment project help
Where can I get a complete reference about Web Deployment Projects 2008?
I have searched for it, but it appears that there are only blogs posts or forums questions about WDP specific characteristics.

eKek0
- 23,005
- 25
- 91
- 119
0
votes
3 answers
How can I create and develop new database projects in Visual Studio?
I want to find a way to develop database projects quickly in Visual Studio. Any ideas?

Chris Woodruff
- 1,323
- 3
- 14
- 30
0
votes
1 answer
Qt programming error
I am developing Qt project. Previously I developed complete project that access database, but due to some reason i formatted the disk. When later on i run the project it showed me error for using QSqlDatabase QSqlError classes.
Please help me.

Sanjay Bhosale
- 685
- 2
- 8
- 18
0
votes
1 answer
Eclipse can't remember included "Android Library Projects"
I have several Android Projects marked as "Library Projects". I also have several Projects which use them, obviously.
The problem is, sometimes if I restart eclipse, all those Classes used from Library Projects are marked as "Not Found" and I can't…

poitroae
- 21,129
- 10
- 63
- 81
0
votes
2 answers
Most embarrassing moment during a project presentation?
Have you ever had such an experience such as during a presentation something goes wrong and you feel terribly bad and uncomfortable. How could you handle such a situation?

Blerta
- 2,170
- 5
- 23
- 34
0
votes
1 answer
Does Redmine have the facility for custom fields whose values are restricted to those of the project when creating issues?
Is it possible to add custom fields useable for all projects, but have the values linked with the project, so that when creating issues the dropdown list shows only the values which have been used for that project, like the target version which is…

vfclists
- 19,193
- 21
- 73
- 92
0
votes
1 answer
Desktop shortcut shows some configuration wizard on double click
I made a setup project for my windows forms application and then installed it. It properly created a shortcut on desktop. Now when I double click it to open, it shows a progress bar like thing saying Configuring application. After that, my windows…

bikram s.
- 327
- 5
- 16
0
votes
1 answer
Team Foundation Server 2008: How to move files from one Project to another.
I am using Team Foundation Server (TFS) 2008, and am preparing to merge several TFS projects together, and I'd like to do this in the best way possible. All of these projects are within a single TFS instance.
I merging projects because the product…

campbelt
- 1,573
- 5
- 27
- 43