Questions tagged [search-path]
124 questions
0
votes
1 answer
iOS source build setting 'search path'
I am trying to use this project in my iOS app. In the instructions, it says:
Switch to the Build Settings page, go down to the Search Paths section. (if you have trouble finding it, type "header search" in the search field)
Add the absolute path to…

byteSlayer
- 1,806
- 5
- 18
- 36
0
votes
0 answers
setup/install project assembly redirection to relative directory
I have developed a small installer (target: net 3.5 client profile) and I have two issues.
Because this is done with .Net 3.5 Framework and one of my target systems is XP, I have to check if .Net 3.5 Framework is installed or not before I can run…

Sam Saarian
- 992
- 10
- 13
0
votes
1 answer
Why doesn't my lib search path work with gcc and MinGW
I am trying to compile a sample using gcc under MinGW in windows 7
Why does this work:
$ gcc -m32 -o cube.exe cube.o shader.o matrix.o window.o
/c/dev/mixed/SDKs/Extracted/OpenGLESEmulatorv1.3.0/examples/OpenGLES_20/cube/libEGL.lib
But this…

Farnk
- 244
- 3
- 12
-2
votes
2 answers
Saving the search path in Matlab is not working
I want to permanently add a folder to Matlab's search path. I follow the steps on this page: Set path - Add with subfolders...
Then I click save to save the path for future sessions (that is, to include the folder that I just added).
However, upon…

Karlo
- 1,630
- 4
- 33
- 57