Announcement

Collapse
No announcement yet.

*Sigh* Ok, one more...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • *Sigh* Ok, one more...

    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?

  • #2
    Re: *Sigh* Ok, one more...

    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.
    --[[ Indigo Rose Software Developer ]]

    Comment


    • #3
      Re: *Sigh* Ok, one more...

      Not advisable.... I see why [img]/ubbthreads/images/icons/smile.gif[/img] So it will reset to the default when it's built?

      Comment

      Working...
      X