Questions tagged [projects]

318 questions
2
votes
4 answers

Delphi: How to set the default project in a project group?

i have two projects in a project group: ProjectA ProjectB Whenever i open the ProjectGroup.bpg in Delphi, it always starts with the 2nd project as the active one: ProjectA ProjectB And every time i have to flip it to the the "real"…
Ian Boyd
  • 246,734
  • 253
  • 869
  • 1,219
2
votes
2 answers

building safe search engine for kids?

my project this year : build safe search engine for kids so i need some info about : 1- where to find some studies , papers about this topic ? 2- how to make use of open source tools ? 3- what the technologies that i need to learn for my project…
Radi
  • 6,548
  • 18
  • 63
  • 91
2
votes
0 answers

Migrations in code first for a solution with multiple projects and one Database

I'm working with a MVC4 Project (Code first). This solution contains two projects, and projects share a unique database. I have done a class library with clases POCO and the two projects reads of these class libraries. There are one dbcontext in…
2
votes
2 answers

Sharing a single cocoa framework copy across plugins

I have a set of plugins, a plugin framework for common code and a host app. These are each in separate Xcode projects (including separate projects for each plugin). In the end, I need to be able to click build and run on the host app project to…
danb
  • 21
  • 1
2
votes
3 answers

Referenced Projects and Config Files

I am a bit confused on this subject. The situation I have is I have two separate projects in C#: are service (A) a helper project (B) Both are in seperate solution files. (A) has reference (B) What i am confused about is that e.g. I have…
Dawood Awan
  • 7,051
  • 10
  • 56
  • 119
2
votes
1 answer

Export a target's source code from Xcode project as a separate project

Can I export a target's source code as a separate project? Lets say I have a target for the "lite" version of my app. I want to export this as a separate project so that I can distribute the code and assets without including any of the code and…
Thomas Clayson
  • 29,657
  • 26
  • 147
  • 224
2
votes
1 answer

How to sort by project name in Visual Studio 2008?

I have one solution with 3 folders (Forms, Notices, Reports). In the Notice folder I have about 100 projects. The problem is, they are ordered by the creation date; while I would prefer that they were ordered by name. I have seen that this does…
avgbody
  • 1,382
  • 3
  • 15
  • 31
2
votes
4 answers

What is the major authority (ies) for big C++ projects?

For many years, I have been re-reading John Lakos's classic Large-Scale C++ Software Design. Not only it was the first guidebook of this kind, but it also revolutionized how to develop a project in C++, in an efficient fashion to this day! Do you…
vehomzzz
  • 42,832
  • 72
  • 186
  • 216
2
votes
3 answers

Haskell coding via Emacs/Vim in Linux : organising files into projects

I have two questions regarding coding Haskell in Emacs/VIM in Linux : If one wanted to organise a haskell code base into multiple projects (where files of a given project are stored in a particular folder) then can emacs and vim handle this? The…
artella
  • 5,068
  • 4
  • 27
  • 35
2
votes
4 answers

visual c# 2010 communicating between two projects

I am trying to create a windows form project, and use speech recognition for the Kinect with the Kinect to Windows SDK. I have the form application project (p1) and the Kinect speech project (p2) which is a command prompt. I made it a command…
pjrader1
  • 491
  • 7
  • 22
1
vote
1 answer

Moving a Git repository from a Visual Studio solution

I am only a very beginner user of git and have a C# Visual Studio solution (sln) with 5 projects in it. I already understand that I need to have also 5 different git 'projects' for that. Currently these Git projects are stored in a directory in my…
Michel Keijzers
  • 15,025
  • 28
  • 93
  • 119
1
vote
2 answers

Visual Studio 2005: Debug C# code from a different project?

I have a desktop application I'm developing with Visual Studio where I need to update a small part of the app on a more frequent basis. To avoid the inconvenience of deploying a new installer every time, I split the more frequently updated support…
jasonh
  • 29,297
  • 11
  • 59
  • 61
1
vote
2 answers

Escaping SQL queries - support for different Database platforms in .Net

Is there a .Net project/dll, that supports escaping of user supplied input to database queries for various database systems? I would like our entire team to standardize and use one module to perform escaping of user supplied input that will then be…
Raj Rao
  • 8,872
  • 12
  • 69
  • 83
1
vote
2 answers

PHP framework that can be included in other projects

I have a little specific concern, I hope you can help me, I have to develop an application in PHP that doesn't need to be linked to the exclusive use of its installation and could be used or "included" in other projects of PHP, I mean, to develop a…
1
vote
1 answer

How can we migrate to using VS2005's Database Projects?

At my company, our current method of updating the database is to connect using the Server Explorer in VS2005, then modify the stored procedures by opening them and editing. The devs here seem to enjoy that "write and save it like it's code"…
CodexArcanum
  • 3,944
  • 3
  • 35
  • 40