Click to See Complete Forum and Search --> : Simple organization question


diehardii
July 29th, 2003, 05:54 PM
Hi, I am relatively new to c++ and .net, and I have just built my first dll and a program to use it. Unfortunately, after building my solution I have to navigate to the individual release directories, and copy both files and move them to another folder. I know there is some way to move files as a post build step, but I can't seem to figure out how to do it. I tried to write a macro to move the files, but it doesn't seem to work. If anyone has any ideas, I would greatly appreciate it. Thanks and have a good day.

~Steve

MooNull
August 4th, 2003, 05:47 PM
With your project open in VS, go under the build menu and click configuration manager. Create a "new" place for VS to put built files.

- Moo