Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Assembly output?

Status
Not open for further replies.

adamocean

Programmer
Nov 1, 2002
9
CA
Hi, In the properties for the project, you can set a path for the Output of the binaries. By Default it's bin\debug or whatever. I want to use an enviroment varible instead of hardcoding a path, but it doesn't work for me. Any tips?

Thanks!
Adam
 
I wouldn't do this. Visual Studio will likely expect to see the executable in that directory. Trying to change it's behavior qualifies as a Bad Idea.

If you want to have more control over where the executables end up, I would use NAnt and the CSC.exe command-line compiler.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top