tofutim
tofutim

Reputation: 23384

How can I get to nmake in Visual Studio 2012?

I have installed the Professional version - but with the new Windows 8 start menu I can't find the VS2012 Command Prompt for the life of me. Any thoughts on where this might be? I'm trying to compile a C++ library for WinRT.

Upvotes: 4

Views: 6531

Answers (2)

LZH
LZH

Reputation: 785

at the "Start" screen, you can type "visual studio command prompt" but you must remember to select "Apps" while searching for it.

hopes this help.

Upvotes: 4

bryanch
bryanch

Reputation: 39

Try use the command prompt by executing "\VC\vcvarsall.bat"" x86_arm

Upvotes: 0

Related Questions