October 25th, 2010, 8:48 am
QuoteOriginally posted by: JTBI tried c:\windows\sytem32\dir simple.*So, the file exists there (in system 32).''But when I tryc:\windows\sytem32\ cl /EHsc simple.cpp I get the following error:c1xx:fatal error C10083: Cannot open source file: 'simple.cpp': No such file or directory.Does simple.cpp reside in the directory you are currently in when running said command? Also why do you want to do command line compiling on Windows? Maybe a better idea would be to install MiniGW and do command line gcc compiling at least that's a more transferable skill which you might actually use at some point whereas I don't think you'll ever really need to compile via command line with Visual Studio.
Last edited by
Hansi on October 24th, 2010, 10:00 pm, edited 1 time in total.