|
이렇게만 올려주시면
form의 포함 관계를 정확히 파악할 수 없습니다.
그래서 답변을 정확히 드릴 수도 없고요.
일단,
TForm4와의 연관관계를 보셔야 할 듯 싶습니다.
정확한 것은 아닙니다.
김대원 님이 쓰신 글 :
: [BCC32 Error] Form_Pet_List_F.h(86): E2303 Type name expected
: Full parser context
: Form_Show_Info_F.cpp(4): #include Form_Show_Info_F.h
: Form_Show_Info_F.h(9): #include TPet_Manage_C.h
: TPet_Manage_C.h(5): #include Form_Pet_List_F.h
: Form_Pet_List_F.h(14): class TForm4
:
:
: [BCC32 Error] Form_Pet_List_F.h(86): E2139 Declaration missing ;
: Full parser context
: Form_Show_Info_F.cpp(4): #include Form_Show_Info_F.h
: Form_Show_Info_F.h(9): #include TPet_Manage_C.h
: TPet_Manage_C.h(5): #include Form_Pet_List_F.h
: Form_Pet_List_F.h(14): class TForm4
:
:
: 이 오류인데요,
: 동시선언된것같기도하는데..ㅠㅠ
: 죄송한데 어떤 부분에서 잘 못했는지도 알 수 있을까요 ㅠㅠ
|