C++Builder Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
C++빌더 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
메신저 프로젝트
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

C++빌더 Q&A
C++Builder Programming Q&A
[11902] Re:Re:Re:Re:함수호출에서 문제가....
ball... [] 932 읽음    2001-10-18 21:26
프로잭트에 포함이 안돼있어서 프로잭트에 MethodSource.h

파일을 넣어줬거든여 그래도 똑같은 에러가.....

제가 더 자세하게 소스 보여드릴께여

이것이  MethodSource.h 입니다

#include <vcl.h>
#include <stdio.h>

#include "MainSource.h"
#include "WordDetailViewSource.h"
#include "WordInputSource.h"
#include "TotalFindSource.h"
#include "WordModifySource.h"


typedef struct Dept
{
    AnsiString  DeptName;
    int         DeptCode;
}TDept;

typedef TDept*  SS_PDept;


void Main_CategoryTreeCreat()
{
    SS_PDept        NDept;
    TTreeNodes*     pltems;

    NDept = new TDept;
    pltems = MainFullTreeView->Items;
    NDept->DeptName = "공병훈";
    NDept->DeptCode = 100;
    pltems->AddObject(NULL,NDept->DeptName,NDept);
 
}

이걸 MainSource.cpp에서 다음 함수에서 호출합니다

#include "MethodSource.h" 이렇게 해주고 물론 프로잭트에서도 추가된상태입니다

void __fastcall TMainForm::FormShow(TObject *Sender)
{
    Main_CategoryTreeCreat();
}
//---------------------------------------------------------------------------

그런데

[C++ Error] MethodSource.h(26): E2451 Undefined symbol 'MainFullTreeView' 이렇게 에러가 나거든여

정의 되어저 있지 않다고 그래서 제코딩상에 문제가 잇는지 하고 .........


+ -

관련 글 리스트
11888 함수호출에서 문제가.... ball... 896 2001/10/18
11891     Re:함수호출에서 문제가.... 만해 1000 2001/10/18
11900         Re:Re:함수호출에서 문제가.... ball... 931 2001/10/18
11901             Re:Re:Re:함수호출에서 문제가.... 로렌조 945 2001/10/18
11902                 Re:Re:Re:Re:함수호출에서 문제가.... ball... 932 2001/10/18
11906                     Re:Re:Re:Re:Re:함수호출에서 문제가.... 로렌조 925 2001/10/18
11909                         Re:Re:Re:Re:Re:Re:함수호출에서 문제가.... ball... 909 2001/10/19
11911                             Re:Re:Re:Re:Re:Re:Re:함수호출에서 문제가.... 로렌조 951 2001/10/19
11925                                 Re:Re:Re:Re:Re:Re:Re:Re:해결됐네여 ball... 938 2001/10/19
11936                                     Re:Re:Re:Re:Re:Re:Re:Re:Re:해결됐네여 로렌조 895 2001/10/20
11904                     Re:Re:Re:Re:Re:함수호출에서 문제가.... 화이트 888 2001/10/18
11905                         그건말이 안돼는거 같은데여.......... ball... 887 2001/10/18
11907                             Re:그건말이 안돼는거 같은데여.......... 화이트 911 2001/10/18
11908                                 Re:Re:그건말이 안돼는거 같은데여.......... ball... 925 2001/10/19
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.