1999.4.23 조경민
소켓 서포트 안하고 서포트하기
stdafx.h 헤더파일에
#include <afxsock.h> // MFC socket extensions
추가
App 파일 initInstance에
if (!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
return FALSE;
}
함수 추가
소켓 서포트 안하고 서포트하기
stdafx.h 헤더파일에
#include <afxsock.h> // MFC socket extensions
추가
App 파일 initInstance에
if (!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
return FALSE;
}
함수 추가
'KB > MFC/Win32' 카테고리의 다른 글
8255, RS232 , IO 포트 , 시리얼 포트 제어 정리 (0) | 2004.03.19 |
---|---|
Flash SWF 파일 추출하기 (0) | 2004.03.19 |
DLL을 사용하자 (0) | 2004.03.19 |
다이얼로그 베이스 DB프로그램 짜기 (0) | 2004.03.19 |
CWinThread 간단 사용 (0) | 2004.03.19 |