|
조재영 님이 쓰신 글 :
: 안녕하세요~
:
: WinShoe 7.X 버전 사용중인데..
: 항상 그런건 아니고 새로 프로젝터를 만들어서 WinShoeClient 랑 WinShoeListener 를
: 삽입하고 컴파일할때 에러가 납니다.
:
: [C++ Error]MySSLWinshoe.hpp(1617): E2040 Declaration terminated incorrectly.
: [C++ Error]MySSLWinshoe.hpp(1618): E2040 Declaration terminated incorrectly.
: [C++ Error]MySSLWinshoe.hpp(1619): E2040 Declaration terminated incorrectly.
:
: / 헤드내용
: static const Shortint SEEK_CUR = 0x1;
: static const Shortint SEEK_END = 0x2;
: static const Shortint SEEK_SET = 0x0;
:
: 왜 그럴까요...
: 불쌍한 중생을 구해주세요... 흑흑흑
:
#include "serverwinshoe.hpp"
#include "Winshoes.hpp"
와 다른 헤드파일 include와의 순서문제 였습니다.
-.-;;;;
|