The project-files tag has no wiki summary.
-1
votes
2answers
55 views
How to make the Qt project file (.pro) platform dependent?
Is there a way to include different libraries depending on the operating system with Qt-Creator?
In other words, is there an equivalent for the following lines in the .pro file:
#ifdef Q_WS_WIN
...
0
votes
1answer
47 views
QtCreator tricky project
I have a project in Qt Creator which has several shared library projects and the main project which also contains the main function. What I want is to add a new project which shouldn't be a shared ...
0
votes
1answer
70 views
How to add Externall Libraries on QT Project C++
I've been struggling on searching for descent documentations on how to add two external libraries to my QT Project. Here are the paths of my external libraries.
E:\QT ...
15
votes
4answers
538 views
What are the advantages of using more then 1 code file for a project? (C++) [closed]
What are the advantages of using multiple source (.cpp) and header (.h) files in a single project?
Is it just a preferential thing or are there true benefits?
1
vote
1answer
205 views
Remove flags (-fpermissive) from Makefile (Qt)
I have Googled everywhere, and have not managed to figure out how to remove the -fpermissive flag from my Qt-generated Makefiles. The -fpermissive flag is defaultly there, even if I do QMAKE_CXXFLAGS ...
1
vote
1answer
181 views
QT Creator fails to parse a very easy project
I created a very simple project in QT creator, *.pro file is just following:
HEADERS += inc\1.h
SOURCES += src\1.cpp
Here is the source code:
// 1.h
const int C = 1;
// 1.cpp
#include "1.h"
int ...
0
votes
1answer
22 views
Re-create Rapidweaver project from published files
I have been tasked with maintaining a site that someone else created with Rapidweaver. Unfortunately, I only have the files that were published to the website. The Rapidweaver project files are gone. ...
0
votes
1answer
51 views
Learning about MsBuild project files for Compiling Ansi C90
The following main wants to be compiled via msbuild
#include <stdio.h>
int main (int argc, char *argv[])
{
char Buffer[2000];
printf("TEST");
gets(Buffer);
}
A Batch file calls ...
1
vote
1answer
198 views
Parsing Visual Studio Project File as XML
Using a dynamic xml parser, I'm trying to load a VS Project file as an XElement. Here is a slimmed down version of the project file:
<?xml version="1.0" encoding="utf-8"?>
<Project ...
3
votes
2answers
800 views
QT - Specify DLL path in pro. file
So as the question title says, i'm specifically wondering how to include the path to a .dll file in the actually project file. I know it's the better practice to include the dll file with the project ...
-3
votes
3answers
115 views
Create Own Application Project File
Are there any guides for saving data from a C# application to its own external project file such as embedding images, etc. to be loaded later? Thanks.
0
votes
2answers
189 views
C# - Creating and managing application specific project files
One of the specifications for an application I'm developing is that it must work with project files.
My problem comes into how I'm going to fulfill this requirement because, since I'm working toward ...
-1
votes
1answer
102 views
Xcode: Product name or codename for project file name(.xcodeproj)? [closed]
I'm now changing project file name of Xcode because my product name(app name) was changed.
And I got some problem due to changing project file name.(*This is not the question for this time. I also ...
3
votes
3answers
245 views
Using conditionals in project's main unit - IDE destroys code
I'm building a windows service application which has a configuration to compile it as a basic windows application. The main project file for the exe includes conditionals which determine whether the ...
2
votes
1answer
1k views
Generating xCode project for iOS using GYP
I have been trying to generate an Xcode project for an iOS app using GYP. I am able to generate the myapp.xcodeproj project file but the settings are for Mac OS X projects instead of the desired iOS ...
4
votes
3answers
392 views
Would anyone recommend re-creating NEW projects and re-adding source, and why?
We have a large SQL driven software system which has been around since Delphi 1. It uses the same original project files in all of its various projects. We've recently begun upgrading to Delphi XE2, ...
1
vote
1answer
350 views
how to make a Visual Studio project file to copy indirect references?
As the screenshot shows, ClassLibrary1 relies on ClassLibrary2 and ClassLibrary2 relies on ClassLibrary3. And "Copy Local" is set to be "True".
But when I compile ClassLibrary1, ClassLibrary3 won't ...
0
votes
1answer
37 views
What is the best way to determine how a missing reference in a Visual Studio project can be found?
I'm using Visual Studio 2008 and I'm trying to get a project that I didn't create to build.
In the references folder of this project there are four DLLs with the exclamation icon whose Path ...
0
votes
2answers
48 views
What determines the order of compliation or execution of source file in Delphi Prism?
Having written my Delphi Prism program enough to compile and run on Window and Linux (mono) without compilation errors, I am finding out that my constructors and load events are firing at different ...
2
votes
1answer
245 views
Project doesn't display “Import Project” referenced files (System.Data.SQLite solution)
I have some trouble with loading a System.Data.SQLite source solution. The System.Data.SQLite.2010 project seems to be empty, it is, indeed, does not contain references to files. However project file ...
0
votes
1answer
558 views
Is there a way to run Qt Creator from command line supplying a .pro file to open (or how do we deal with multiple Qt installations)?
I have multiple installations of Qt4 on my Windows XP SP2 machine and have installed Qt Creator 2.1 today. However, running the project (.pro) files spawns the oldest version of Qt Designer installed ...
1
vote
0answers
101 views
How to do Revision Control for Project Files? [duplicate]
Possible Duplicate:
Merging Xcode project files
I've been using Mercurial for my revision control needs with a small team working on a side project and we seem to be running into a lot of ...
1
vote
1answer
287 views
Configuration Names in a project file question?
Hello can some please explain to me what are the differences between this configuration names in a project, are there difference in the build output?. Unfortunately I am only familliar with the Debug ...
1
vote
1answer
926 views
Opening solution always results in check out of unit test project file
I use VS2010 with solutions in .net 4.0. Most of the solutions have unit test projects in them. The solutions are under source control (TFS 2010).
But every time I open a solution, VS2010 checked out ...
5
votes
3answers
181 views
Good structuring of JavaScript in a project?
So, I'm fairly done with the JS in my website now. It involves jQuery (and as such a .ready init)
The page has two parts, the upper is mainly Google Maps and the lower is input forms.
All of this is ...
9
votes
3answers
448 views
How to organise, test, document and package a Clojure project
I've been learning some Clojure, and I currently have a single .clj file which I edit in a text editor and which I execute on the command line.
Where can I find a guide on the practical aspects of ...
2
votes
1answer
132 views
What are some methods for keeping track of Xcode projects in source control?
In the early stages of a project when lots of files are being added and the project is being worked on by more than one person concurrently, Xcode project files tend to come into conflict often under ...
24
votes
3answers
8k views
Why does Visual Studio check out the .vspscc file when I add a file to a project
If I add a new file to a project under TFS source control, it will check out the project file and the corresponding .vspscc file for that project file. The project file itself changes (to include the ...
4
votes
5answers
304 views
Project files under version control?
I work on a large project where all the source files are stored in a version control except the project files. This was the lead developer's decision. His reasoning was:
Its to time consuming to ...
2
votes
2answers
244 views
What is the easiest way to reference libraries in Qt projects?
I have two Qt4 Gui Application projects and one shared library project, all referenced under a .pro file with the "subdirs" template. So, it's like:
exampleapp.pro
app1.pro
app2.pro
sharedlib.pro
...
1
vote
2answers
16k views
fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'AMD64'
I am using VS 2003 .Net on 32 bit XP OS. I have also installed "Microsoft Platform SDK" on my machine. Can I build vc++ application (binaries) targeted for 64 bit OS?
I am using following project ...
3
votes
2answers
3k views
Visual Studio 2008 project file does not load because of an unexpected encoding change
In our team we have a database project in visual Studio 2008 which is under source control by Team Foundation Server. Every two weeks or so, after one co-worker checks in, the project file won't load ...
1
vote
2answers
157 views
VSS - Solution file between multiple users
we have a solution with multiple projects that is being developed by a team of developers. Project paths in the solution file checked in initially contains the path that are specific to that ...
2
votes
5answers
12k views
How to install OpenCV 2.0 on win32
I need to install OpenCV on Win32. I do not have it installed currently. I downloaded OpenCV-2.0.0a-win32.exe and ran it. What the heck do I do now? There are no .lib's and whatnot.
I found some ...
5
votes
1answer
850 views
Storing source files outside project file directory in Visual Studio C++ 2009
Visual Studio projects assumes all files belonging to the project are situated in the same directory as the project file, or one underneath it.
For a particular project (in the non-Visual Studio ...
3
votes
4answers
120 views
Project files into RCS or not?
In our company we have a discussion whether to put project files into our RCS. What do you think? Consider an Eclipse project file for a C project that contain source and make files and other things. ...
2
votes
0answers
79 views
What did I lose when I upgraded?
I upgraded my work box from Vista64 to Win7-64 by doing a format and reinstall.
I kept backups of the project done in MS Visual Studio 2008 (Team).
But now it won't compile. I am getting errors ...
0
votes
3answers
183 views
Header file-name as argument
Objective:
I have a list of header files (about 50 of them),
And each header-file has few arrays with constant elements.
I need to write a program to count the elements of the array. And create some ...
0
votes
1answer
973 views
Is there any special category for external files in project file of Qt Creator?
I'd like to keep in my project some external files, let's say .txt ones.
Is there any special category for external files in project file (.pro) of Qt Creator?
1
vote
2answers
940 views
A Dashcode project without a Dashcode project package
Dashcode keeps source files in a ".dcproj" project file, which is really a package to OS X, which in turn is actually nothing more than a directory structure. I'd like to continue to use Dashcode but ...
0
votes
2answers
118 views
Multiple IDE project files
We are currently working in a team where we use both Visual Studio and Code::Blocks, is there a way to replicate changes between those project files? So if one adds a file to the project file it will ...
0
votes
3answers
846 views
What is the format of a Borland 5.0 project file?
I have an old Borland project which I would like to port to VS2008. Is there any way to dump, in a human readable format, the source file, compile options and dependency information from a .ide file? ...


