검색결과 리스트
글
Programming/C
2012/03/15 19:14
LNK 1168 : ... .exe
전에 실행시킨 프로그램이 아직 남아있다.
작업관리자(ctrl + alt + del ) 들어가서 프로그램 종료를 시키고 난 뒤에 실행하면 아무 문제 없다.
작업관리자(ctrl + alt + del ) 들어가서 프로그램 종료를 시키고 난 뒤에 실행하면 아무 문제 없다.
'Programming > C' 카테고리의 다른 글
| LNK 1168 : ... .exe (0) | 2012/03/15 |
|---|---|
| Warning C4800-'int' forcing value to bool 'true' or 'false'… (0) | 2012/03/07 |
| [MFC] CFileDialog::GetFileExt() (0) | 2012/03/05 |
| error c2059: ...'{' (0) | 2011/12/30 |
| error LNK1104: cannot open file "Debug/***.exe' (0) | 2011/09/25 |
| Visual Studio 2010 단축키 (0) | 2011/09/12 |
설정
트랙백
댓글
글
Programming/C
2012/03/07 04:37
Warning C4800-'int' forcing value to bool 'true' or 'false'…
a= b; –> a=(b != 0); 이런 식으로 바꿈.
'Programming > C' 카테고리의 다른 글
| LNK 1168 : ... .exe (0) | 2012/03/15 |
|---|---|
| Warning C4800-'int' forcing value to bool 'true' or 'false'… (0) | 2012/03/07 |
| [MFC] CFileDialog::GetFileExt() (0) | 2012/03/05 |
| error c2059: ...'{' (0) | 2011/12/30 |
| error LNK1104: cannot open file "Debug/***.exe' (0) | 2011/09/25 |
| Visual Studio 2010 단축키 (0) | 2011/09/12 |
설정
트랙백
댓글
글
Programming/C
2012/03/05 19:40
[MFC] CFileDialog::GetFileExt()
대화 상자에 입력된 파일의 확장자(Extension)를 얻기 위해 이 함수를 호출.
'Programming > C' 카테고리의 다른 글
| LNK 1168 : ... .exe (0) | 2012/03/15 |
|---|---|
| Warning C4800-'int' forcing value to bool 'true' or 'false'… (0) | 2012/03/07 |
| [MFC] CFileDialog::GetFileExt() (0) | 2012/03/05 |
| error c2059: ...'{' (0) | 2011/12/30 |
| error LNK1104: cannot open file "Debug/***.exe' (0) | 2011/09/25 |
| Visual Studio 2010 단축키 (0) | 2011/09/12 |
