<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[29 Fehler durch löschen der PageControl und wieder einfügen in die Form]]></title><description><![CDATA[<p>Hi,</p>
<p>ich habe mein Projekt ein wenig verändert. Ich habe meine Pagecontrol durch eine heruntergeladene ersetzt. Natürlich auch den Namen entsprechend angepasst. Das Problem ist nun, das beim Linken 29 Fehler kommen. Die heruntergeladene PageControl-Komponente funktioniert in einem neuen Projekt ohne Probleme. Weiß jemand vielleicht ne Lösung?<br />
Ich poste mal die Fehlermeldungen:</p>
<p>[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::~TCustomOutline()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::TCustomOutline(Classes::TComponent *)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetOutlineStyle(Outline::TOutlineStyle)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetOutlineOptions(System::Set&lt;Outline::TOutlineOption, 0, 2&gt;)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::GetPicture(int)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetPicture(int, Graphics::TBitmap *)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::GetFullPath()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::HasChildren()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::getFirstChild()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::GetNextChild(int)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Insert(int, const System::AnsiString)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::GetLastChild()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Add(int, const System::AnsiString)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::AddChild(int, const System::AnsiString)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Get(int)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Clear()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::SetExpandedState(bool)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetSelectedItem(int)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Click()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::GetSelectedItem()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Expand(int)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Loaded()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external 'Outline::TCustomOutline::' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::DefineProperties(Classes::TFiler *)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::DrawCell(int, int, const Types::TRect&amp;, System::Set&lt;Grids::Grids__3, 0, 2&gt;)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__tpdsc__ Outline::TCustomOutline' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetItemHeight(int)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::StoreBitmap(int)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetStyle(Outline::TOutlineType)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp</p>
<p>cu dwn8</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/84360/29-fehler-durch-löschen-der-pagecontrol-und-wieder-einfügen-in-die-form</link><generator>RSS for Node</generator><lastBuildDate>Thu, 02 Jul 2026 16:31:53 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/84360.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Aug 2004 14:43:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 29 Fehler durch löschen der PageControl und wieder einfügen in die Form on Sun, 29 Aug 2004 14:43:15 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>ich habe mein Projekt ein wenig verändert. Ich habe meine Pagecontrol durch eine heruntergeladene ersetzt. Natürlich auch den Namen entsprechend angepasst. Das Problem ist nun, das beim Linken 29 Fehler kommen. Die heruntergeladene PageControl-Komponente funktioniert in einem neuen Projekt ohne Probleme. Weiß jemand vielleicht ne Lösung?<br />
Ich poste mal die Fehlermeldungen:</p>
<p>[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::~TCustomOutline()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::TCustomOutline(Classes::TComponent *)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetOutlineStyle(Outline::TOutlineStyle)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetOutlineOptions(System::Set&lt;Outline::TOutlineOption, 0, 2&gt;)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::GetPicture(int)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetPicture(int, Graphics::TBitmap *)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::GetFullPath()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::HasChildren()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::getFirstChild()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::GetNextChild(int)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Insert(int, const System::AnsiString)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::GetLastChild()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Add(int, const System::AnsiString)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::AddChild(int, const System::AnsiString)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Get(int)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Clear()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TOutlineNode::SetExpandedState(bool)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetSelectedItem(int)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Click()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::GetSelectedItem()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Expand(int)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::Loaded()' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external 'Outline::TCustomOutline::' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::DefineProperties(Classes::TFiler *)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::DrawCell(int, int, const Types::TRect&amp;, System::Set&lt;Grids::Grids__3, 0, 2&gt;)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__tpdsc__ Outline::TCustomOutline' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetItemHeight(int)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::StoreBitmap(int)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp<br />
[Linker Error] Unresolved external '__fastcall Outline::TCustomOutline::SetStyle(Outline::TOutlineType)' referenced from C:\PROGRAMME\BORLAND\CBUILDER6\LIB\BCBSMP.LIB|.\cdiroutl.cpp</p>
<p>cu dwn8</p>
]]></description><link>https://www.c-plusplus.net/forum/post/594557</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/594557</guid><dc:creator><![CDATA[dwn8]]></dc:creator><pubDate>Sun, 29 Aug 2004 14:43:15 GMT</pubDate></item></channel></rss>