Questions tagged [project-settings]
74 questions
0
votes
1 answer
Porting code which requires default char to be unsigned to a code-base which does not have this requirement
i have gone through the numerous questions regarding signed/unsigned char. I understand there are three distinct char types in C++. Currently i have a large code-base which is compiled with Visual Studio - the "default char unsigned" setting is set…

PeterK
- 6,287
- 5
- 50
- 86
0
votes
0 answers
Why Visual Studio 2013 and Qt5 addin are always updating .vcxproj.user file?
I create simple Qt5 application project in VS2013, this project is accompanied by .vcxproj.user file which contains QTDIR path variable and initialization for
LocalDebuggerEnvironment = PATH=$(QTDIR)\bin%3b$(PATH).
The problem arises when I am…

Evgeny
- 305
- 3
- 16
0
votes
1 answer
Compiling into files whose names are different than the project name in MSVS (2005+)
I was wondering:
If I am using MSVS2005 or later and wish to compile my project into a file (exe, dll, lib, etc) whose name is different than the project name, what should I do? Where is this setting? I couldn't seem to find this setting…

Russel
- 3,609
- 8
- 33
- 32
0
votes
2 answers
How to Update My Project Settings to Support iOS 5.1.1 or Later?
This has to be one of the simplest fixes. There must be something I'm just not seeing/getting.
I am in the process of converting my app to 64-bit so that I can deploy it to the app store. I got the warnings in my project and updated them like Xcode…

videoperson
- 139
- 1
- 12
0
votes
1 answer
Multiple relative parent directories in visual studio project settings
I often find that I have problems getting visual studio to find my headers and I think I might have finally found out why: it seems that visual studio does not understand multiple relative directories in project configurations, e.g:
When that…

Luther
- 1,786
- 3
- 21
- 38
0
votes
1 answer
HTML/Javascript: Enabling folder access from a subdirectory
I have a simple HTML file with some JavaScript that I would like to run locally (as opposed to deploying to a server). It is embedded inside a larger project whose file structure I would like to maintain. For example, the structure is something like…

user1205577
- 2,388
- 9
- 35
- 47
0
votes
1 answer
Is there any way to configure opencv globally?
I configured opencv to a c++ project in visual basic 2012.
Now i want to create a another project.
Should i have to configure opencv to it also? Is there any global way to configure it for all project?..
Please help..Thanks in advance.
0
votes
1 answer
Targeting a static library to Mac and iPhone
I have a few static library projects which are used in a Mac application, I'm working on porting these libs to the iPhone and I would like to use the project to build both the Mac and iPhone versions.
For that purpose I setup an additional target…

Eyal Redler
- 438
- 6
- 18
0
votes
1 answer
How to initialize StringDictionary in my project settings
I've added a StringDictionary to my project settings in VS2010. When I try to add members to it in my program, I get a NullReferenceException. When I try to initialize a value in its Value column in my project settings, it says my entry cannot be…

user2320861
- 1,391
- 2
- 11
- 28
0
votes
1 answer
What do all these backslashes mean in the library search paths in xcode "\\\\\\\"$(SRCROOT)/myprojectname\\\\\\\"?
In the Library Search Paths I have an entry that says the following:
\\\\\\\"$(SRCROOT)/myprojectname\\\\\\\"
What do all those slashes mean?
Thanks

shim
- 9,289
- 12
- 69
- 108
0
votes
1 answer
Visual Studio keeps adding resource.h in the project of a satellite DLL
My C++/CLI application (previously created with VS2008) is in English and has a separate resource DLL for the French version. Both are sharing the same resource.h file
...\MyApp\resource.h
...\MyApp\MyApp.rc (English…

Pierre Fournier
- 153
- 3
- 19
0
votes
1 answer
Visual Studio "Object Filename" project setting
We have a few modules with identical filenames in our project. So I set the Object Filename project setting to:
$(IntDir)\%(Directory)\.
This works fine except that it uses too much of the file's path. The path structure is…

Cowtung
- 1
- 4
0
votes
1 answer
Icons for my app
I saw in apple developer documents that i need to putty icons in the main bundle and than set the CFBundleIcons so it has the name of the file.
But i'm looking in my info.plist and i don't see any CFBundleIcons any where… How do i make it appear? I…

Nimrod Shai
- 1,149
- 13
- 26
-1
votes
1 answer
Visual Studio Project Settings Location
I Have Researched this question on Google and i cant seem to fine a good answer, or perhaps i am just searching the wrong thing
I Know by default any project settings are stored in the User/AppData directory
Is there anyway to make these setting…

user3027738
- 46
- 1
- 10