c++ - compiling cpp with CL.exe from Visual Studio Express under Win 8.1x64 -


i downloaded latest visual studio able use command line compiler cl.exe. when do:

"<full path cl.exe>" /i"<full path include folder>" "<full path .cpp>" /fe"<full path output .exe>" 

i error saying mspdb110.dll missing. did add folder system path, , don't problem if run command console "as administrator".

i see other posts suggesting use "developer command prompt" (and run administrator).

is there no work around use regular command prompt build program specifying necessary options cl.exe directly? 1 thing, not able "drag , drop" .cpp console window, automatically getting full path there.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -