Dave Booker
2005-10-26 18:36:11 UTC
Every time I compile a solution I want it to run "editbin /LARGEADDRESSAWARE"
on the resulting .exe.
I have tried putting editbin in the project properties "Post-build Event
Command Line", but no matter how I try it won't work. Even if I hardcode the
path to editbin (which is not very helpful since the solution is compiled on
different computers with difference install paths) it fails without
explanation.
I suspect there are some environment or other settings that would enable
this to work without hardcoded paths. Any hints?
on the resulting .exe.
I have tried putting editbin in the project properties "Post-build Event
Command Line", but no matter how I try it won't work. Even if I hardcode the
path to editbin (which is not very helpful since the solution is compiled on
different computers with difference install paths) it fails without
explanation.
I suspect there are some environment or other settings that would enable
this to work without hardcoded paths. Any hints?