I have an application. I will compile it using vs2008 command system. To run this application, you need to set some specific environment variables, for example SYSTEM_MODULE_PATH. My application loads system modules from there. Without this variable, it will not work. Therefore, when I look at it, I want to set this variable so that my application runs correctly.
Now my question is: where to set this variable?
profiling visual-studio-2008 profiler
Shiplu mokaddim
source share