An Elegant Solution for Paths

  • Thread starter Thread starter Dale Levesque
  • Start date Start date
D

Dale Levesque

I have a application that requires support files to be in a specific
location on the users PC. Is it possible to have the application point to
different locations on my development machine while I'm working, but replace
them with the alternate paths when I compile?

Best regards,


Dale
 
Dale said:
I have a application that requires support files to be in a specific
location on the users PC. Is it possible to have the application point to
different locations on my development machine while I'm working, but replace
them with the alternate paths when I compile?

Best regards,


Dale
yes, use precompile commands. I use them all the time.

Tom
 
Thanks Tom. Sounds like the ticket.


Dale Levesque wrote:
I have a application that requires support files to be in a specific
location on the users PC. Is it possible to have the application point to
different locations on my development machine while I'm working, but replace
them with the alternate paths when I compile?

Best regards,


Dale


yes, use precompile commands. I use them all the time.

Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top