App path

  • Thread starter Thread starter JJ
  • Start date Start date
J

JJ

Hi,

I am using Application.startup path in debug mode and of
course its looking down into the debug directory instead
of Project directory. What command can I use to have it
looking in the project directory during debug mode? Or
better yet how do u guys handle path setup for apps? What
happens if I go into release mode, does the app.startup
then point into the release directoy? I need it in debug
mode to point to the project directory. How can I do this?

Thanks,
JJ
 
Asside from using compiler symbols, the only suggestion I have is to do what
I always do. Just copy whatever resource you are looking for into the build
directory. It is kind of cheesy I suppose, but it more accurately simulates
the deployed version. oh, and it is also very easy :)
 
Back
Top