Questions tagged [projects]

318 questions
3
votes
1 answer

Visual Studio: Add same project or reference to different solutions

I am trying to set up my Visual Studio projects. I have a generic project (say SharedProj) that has all the constants, common classes. SharedProj will be referenced by two other solutions (say SolnA, SolnB), but potential more in the future. There…
David
  • 5,356
  • 2
  • 26
  • 39
3
votes
3 answers

where do the project files go in Eclipse when you close a project?

I opened a workspace in Eclipse and it has folders for 10 different projects in the Package Explorer, but only 2 projects are open. The other 8 are not. I try to open the projects and it says 'Open Project' has encountered a problem. The project…
user840930
  • 5,214
  • 21
  • 65
  • 94
3
votes
3 answers

c# encapsulation: Get types from other project

I need to explain a bit to get to the problem. I have 3 projects: Project 1 can see project 2 and 3. Project 2 can see project 3. Project 3 is a dll and the others are apps. I had to design a class with a lot of subclasses. The subclasses all have a…
user1552075
3
votes
5 answers

finished writing a poker hand evaluator looking for a new project

just finished writing a five card poker hand evaluator in C++. now im looking for a new project about the same level of difficulty. maybe a very simple DOS command parser?
TheFuzz
  • 2,607
  • 6
  • 29
  • 48
3
votes
11 answers

Embedded system projects for experienced programmer

I had been working as an embedded systems software engineer for 5 years (more of CAN and core level programming, I2C, SPI) and I took up a graduate program. Currently I work as an application software programmer which is also interesting. But, the…
Subha
3
votes
1 answer

Accessing variable from one project to another in visual studio c++

I have a solution and it has two projects in it. When I got the code they told one project handles the visual part and the other has the logic part. Now I added one button to the window. To do that i edited the project which handles the visual part.…
user1494936
  • 33
  • 1
  • 3
3
votes
9 answers

learning from open source code

I'm a student and I have a lot of free time on this vacation so I decided to put some time in learn more about how to write good code.(All I know at this moment is C and some C++) My question is about how to find some applications source code?…
Ahmed Youssef
  • 261
  • 1
  • 3
  • 7
2
votes
1 answer

How to combine many projects into one project

I want to take several iphone projects that I wrote and combine them into one project. What's the easiest way to do this? I would like it if I could access all these projects from one button on the iphone home screen.
iphone multiple projects
2
votes
4 answers

Sharing settings\constants between Python projects

What would be a neat way to share configuration parameters\settings\constants between various projects in Python? Using a DB seems like an overkill. Using a file raises the question of which project should host the file in its source control... I'm…
Jonathan Livni
  • 101,334
  • 104
  • 266
  • 359
2
votes
1 answer

Framework to include multiple ASP.MET MVC 3 Projects

I developed an ASP.NET MVC 3 WebApp using JQuery & xRM. Now client wants another WebApp which will connect to another datasource but hosted on the same IIS. I think they will request few other similar apps, some connecting to multiple datasources at…
SamJackSon
  • 1,071
  • 14
  • 19
2
votes
2 answers

add resources to eclipse project / plugin

I'm new to eclipse plugin development. I've been able to create a new project type and add folders to it. What is the best way to add a starting set of files into this project? Should I have my JAVA class create these files? Or can I package them…
majestiq
  • 545
  • 8
  • 25
2
votes
1 answer

how can i create vcproj (VSC++ project file ) from nmake file?

i have project that supply me only the nmake files , and i like to load the project to Visual studio express 9 , how can convert the nmake to vaild vcproj files ?
user63898
  • 29,839
  • 85
  • 272
  • 514
2
votes
9 answers

Best way to recruit a virtual team to a "garage" software project?

I have a working prototype for a killer app implemented in C# for Windows Mobile. It needs to be packaged into a commodity and efficiently sold. Possibly also converted to a web-centric platform. Now I'd like to assemble a community of seasoned,…
The Everator
2
votes
1 answer

android studio is taking much time to open project?

enter image description here I installed Android Studio and when I am going to open the project this is taking too long time than before. what is the solution i get for this ?
2
votes
3 answers

How to improve my C++ with open source projects

I am studying Computer Systems and Networks engineering at London South Bank University. I know a bit about object oriented programming languages like PHP, Java and about C++... and indeed would like to improve my knowledge of C++. But my knowledge…
VEL
  • 21
  • 2