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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top