E
elShazo
Question: Program was originally developed in directory "/home/dude/
desktop/program" with subdirectores. I want the program and the files
it needs to run (images, settings files, etc.) from a new source. I
have changed the code to refer to just the subdirectories (i.e. /
images/terrain) instead of the fully qualified path (/home/dude/
desktop/program/images/terrain). Some of the images load and some do
not. The code appears to be correct, I just changed all fully
qualified paths to the /subdir. I also tried changing to a different
fully qualified path and had the same results (after copying the
needed files to the correct new location).
Program is being developed in Fedora Core 6, using C++ and Qt3.
Any ideas?
desktop/program" with subdirectores. I want the program and the files
it needs to run (images, settings files, etc.) from a new source. I
have changed the code to refer to just the subdirectories (i.e. /
images/terrain) instead of the fully qualified path (/home/dude/
desktop/program/images/terrain). Some of the images load and some do
not. The code appears to be correct, I just changed all fully
qualified paths to the /subdir. I also tried changing to a different
fully qualified path and had the same results (after copying the
needed files to the correct new location).
Program is being developed in Fedora Core 6, using C++ and Qt3.
Any ideas?