Command Line...

  • Thread starter Thread starter Beebs
  • Start date Start date
B

Beebs

For DPI aware apps, Microsoft says do this:

Put res2exe.exe and hidpi.res in Visual Studio .NET 2003's command
line path.

However, I'm completely clueless as to how to do this...can someone
help me out here?
 
Hi Beebs,

This just means the Visual Studio Path or on the Path environment variable
so it can be found easily. A good place to put it is \Microsoft Visual Studio
..NET 2003\common7\tools.

By default VS.NET install does not add the above path to the env variable,
instead when you run vsvars32.bat (Visual Studio Command Prompt) it adds the
above dir to the path.

After opening a VS.NET command prompt, type echo %path%.

Regards
Simon.
 
Back
Top