|
TEvent로 도움말을 찾아보면 SyncObjs로 나오네요.
즉, SyncObjs.hpp
#include <SyncObjs.hpp>
권기환 님이 쓰신 글 :
: #include <vcl.h>
: #pragma hdrstop
:
: bool GetCorrespondenceOp(double criteria[4],bool check[2]){
: TEvent a;
: }
:
:
: [C++ Error] interface.cpp(7): E2451 Undefined symbol 'TEvent'
:
: 컴파일시 에러 발생하였습니다.
:
: 어떤 헤드 파일을 포함시키야 컴파일러가 TEvent를 인식할 수 있나요?
:
: #include <vcl.h>외 다른 파일이 필요한가요?
:
|