![]() |
|
||||||||
경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지 |
|
NiceGrid.zip
736.8KB
감사합니다. 그런데 엄청난 에러가 나네요, 컴파일시 에러 엄청나네요.
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::~TCustomOutline()' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::TCustomOutline(Classes::TComponent *)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetOutlineStyle(Outline::TOutlineStyle)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetOutlineOptions(System::Set<Outline::TOutlineOption, 0, 2>)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::GetPicture(int)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetPicture(int, Graphics::TBitmap *)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::GetFullPath()' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::HasChildren()' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::getFirstChild()' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::GetNextChild(int)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Insert(int, const System::AnsiString)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::GetLastChild()' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Add(int, const System::AnsiString)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::AddChild(int, const System::AnsiString)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Get(int)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Clear()' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::SetExpandedState(bool)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetSelectedItem(int)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Click()' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::GetSelectedItem()' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Expand(int)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Loaded()' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external 'Outline::TCustomOutline::' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::DefineProperties(Classes::TFiler *)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::DrawCell(int, int, const Types::TRect&, System::Set<Grids::Grids__3, 0, 2>)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__tpdsc__ Outline::TCustomOutline' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetItemHeight(int)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::StoreBitmap(int)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp [Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetStyle(Outline::TOutlineType)' referenced from C:\BCB6\LIB\BCBSMP.LIB|.\cdiroutl.cpp 설치시 에러가 나서 제가 주석 처리 했습니다....
상관 없습니까 ? constructor TNiceGrid.Create(AOwner: TComponent); begin inherited Create(AOwner); Width := 200; Height := 200; inherited Color := clWindow; BevelOuter := bvNone; BorderStyle := bsSingle; TabStop := True; TabOrder := 0; ParentColor := False; // ParentBackground := False; ParentFont := False; 관련 글 리스트
|
Copyright © 1999-2015, borlandforum.com. All right reserved. |
감사합니다.