PDA

View Full Version : *Sigh* Ok, one more...


Philster
09-08-2003, 11:20 AM
I changed the Project/Settings/Distribution folder to a drive during testing. For build, of course I'd like it set to %SrcDir%. It won't let me change it back... it says it doesn't exist?

Lorne
09-08-2003, 12:02 PM
You've got it backwards. %SrcDir% gets set to the folder where the application is run from. When you build the project and then run it from the output folder, %SrcDir% is set to that folder. Until then, it doesn't really mean anything, which is why you're getting that error.

You'll need to set the distribution folder to a folder on your system using a regular full path.

It's really not advisable to change the distribution folder to a drive in the first place, btw.

Philster
09-08-2003, 12:56 PM
Not advisable.... I see why /ubbthreads/images/icons/smile.gif So it will reset to the default when it's built?