I am moving to a 64 bit Windows workstation, and will be developing both 32 and 64 bit applications. I will need to maintain different PATH environment variables when running a 32 vs. 64 bit version of my application.
What is the best way to do this? It seems like it should be possible with all of the registry redirection that goes on.
Thanks, Dave