c·c++/c 프로그래밍

vc++ 2010 에서 cntrl+F5 가 제대로 안먹힐때

바로이순간 2012. 4. 15. 17:25

디버깅하지 않고 실행하기는 cntrl+F5입니다.

만약 이렇게 해도 안된다면 아래의 수정을 하시기 바랍니다.

 

OK….here’s the fix that I used:


In the Configuration Properties>

Linker>System>Subsystem

 ... change setting to “Console (/SUBSYSTEM:CONSOLE)”.

Apply and OK.

 

This seems to clear-up the ctrl-F5 issue.