728x90
반응형
#include <windows.h>
#pragma comment(lib, "user32.lib")
int main()
{
MessageBox(0, "test", "111",MB_OK);
return 0;
}
728x90
'기술자료 > Win32 MFC WinCE' 카테고리의 다른 글
MFC OLE DB Microsoft Access 2007 accdb 파일을 못 찾는 ( 못 여는 ) 문제 (0) | 2015.06.17 |
---|---|
Visual Studio 2013 컴파일러 경로 설정 vs2013 vs2010 (0) | 2015.06.12 |
Visual Studio 2010 환경변수 설정하기 (4) | 2015.04.27 |
Visual Studio Random Stack Address option off ( 랜덤 스택 옵션 , 랜덤 변수 주소 옵션 끄기 ASLR ) (9) | 2015.02.03 |
PEViewer.exe PE Format 실행파일 (0) | 2014.08.20 |
WinSock 교육 자료 (0) | 2013.11.12 |
24bit Bitmap 이미지 - 소녀시대 윤아 (0) | 2012.10.18 |
[SB]Ogre자료 (0) | 2009.11.02 |