<?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[Problem mit Enviroment Library Path]]></title><description><![CDATA[<p>Hallo Zusammen,</p>
<p>habe mir die tms &quot;advanced toolbar menus&quot; installiert, und bekomme beim compilieren immer die Fehlermeldung, dass die Header File nicht gefunden wurde.</p>
<p>------------------------Installationsanweisung-----------------------------------</p>
<p>C++Builder 5,6</p>
<p>- Unzip into a seperate directory and add this directory to the environment library path<br />
- From the IDE file menu, choose File, Open<br />
- Browse for TMSMenusCx.dpk<br />
- From the package file editor, press Install</p>
<p>-----------------------------------------------------------------------------------</p>
<p>Zuerst habe ich vergessen, den Ordner in den &quot;env. library path&quot; zuzufügen, habe es dann aber nach der Installation gemacht. Trotzdem die Fehlermeldung wie oben beschrieben.</p>
<p>Unter &quot;Tools -&gt; Enviroment Options -&gt; Library&quot; - Library Path steht nun folgendes drin:</p>
<p>(BCB)\\Lib;(BCB)\Bin;(BCB)\\Imports;(BCB)\Projects\Bpl;(BCB)\\Projects\\Lib;c:\\dokumente und einstellungen\\nirvana\\desktop\\alcinoe31028\\demo\\albutton;D:\Borland\CBuilder6\Externe Packages\AdvToolBarsC6</p>
<p>Hoffe ihr habt einen Tipp für mich</p>
<p>Liebe Grüße<br />
Todd</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/180278/problem-mit-enviroment-library-path</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 16:01:06 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/180278.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Apr 2007 18:26:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit Enviroment Library Path on Mon, 30 Apr 2007 18:26:07 GMT]]></title><description><![CDATA[<p>Hallo Zusammen,</p>
<p>habe mir die tms &quot;advanced toolbar menus&quot; installiert, und bekomme beim compilieren immer die Fehlermeldung, dass die Header File nicht gefunden wurde.</p>
<p>------------------------Installationsanweisung-----------------------------------</p>
<p>C++Builder 5,6</p>
<p>- Unzip into a seperate directory and add this directory to the environment library path<br />
- From the IDE file menu, choose File, Open<br />
- Browse for TMSMenusCx.dpk<br />
- From the package file editor, press Install</p>
<p>-----------------------------------------------------------------------------------</p>
<p>Zuerst habe ich vergessen, den Ordner in den &quot;env. library path&quot; zuzufügen, habe es dann aber nach der Installation gemacht. Trotzdem die Fehlermeldung wie oben beschrieben.</p>
<p>Unter &quot;Tools -&gt; Enviroment Options -&gt; Library&quot; - Library Path steht nun folgendes drin:</p>
<p>(BCB)\\Lib;(BCB)\Bin;(BCB)\\Imports;(BCB)\Projects\Bpl;(BCB)\\Projects\\Lib;c:\\dokumente und einstellungen\\nirvana\\desktop\\alcinoe31028\\demo\\albutton;D:\Borland\CBuilder6\Externe Packages\AdvToolBarsC6</p>
<p>Hoffe ihr habt einen Tipp für mich</p>
<p>Liebe Grüße<br />
Todd</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1276557</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1276557</guid><dc:creator><![CDATA[Todd]]></dc:creator><pubDate>Mon, 30 Apr 2007 18:26:07 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Enviroment Library Path on Mon, 30 Apr 2007 18:28:40 GMT]]></title><description><![CDATA[<p>...Nachtrag...</p>
<p>das $ vor D:\... steht nicht drin. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/26a0.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--warning"
      title=":warning:"
      alt="⚠"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1276560</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1276560</guid><dc:creator><![CDATA[Todd]]></dc:creator><pubDate>Mon, 30 Apr 2007 18:28:40 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Enviroment Library Path on Mon, 30 Apr 2007 18:52:57 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Der Pfad des neuen Packages muß nicht nur in den Library-Path, sondern auch in den Include-Path. Deshalb bekommst du einen Compilerfehler und keinen Linkerfehler.</p>
<p>Und bei bestehenden Projekten bei denen du das Package nachträglich installierts must du auch noch die Pfadangaben in die Projektoptionen eintragen, nicht nur in die Umgebungsvariablen.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1276575</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1276575</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 30 Apr 2007 18:52:57 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Enviroment Library Path on Mon, 30 Apr 2007 20:36:59 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>habe die TMS-Komponenten auch im Einsatz. Zusätzlich zu akari's Einwand mit den Pfadangaben muß ich noch sagen, das ggfs. noch LIB's ins Projekt aufgenommen werden müssen, bzw.</p>
<pre><code class="language-cpp">pragma link
</code></pre>
<p>Statements. So z.B. bei den neueren Menu-Komponenten die</p>
<pre><code class="language-cpp">gdiplus.lib
</code></pre>
<p>mfg</p>
<p>Frank</p>
<p>[EDIT] Siehe dazu auch die</p>
<blockquote>
<p>Tips&amp;Tricks</p>
</blockquote>
<p>auf der TMS-WebSite</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1276617</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1276617</guid><dc:creator><![CDATA[FrankBach]]></dc:creator><pubDate>Mon, 30 Apr 2007 20:36:59 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Enviroment Library Path on Wed, 02 May 2007 07:41:38 GMT]]></title><description><![CDATA[<p>Danke für eure Hilfe!</p>
<p>Ist der Include Path unter &quot;Project&quot; -&gt; &quot;Options&quot; -&gt; &quot;Directories/Conditionals&quot; - &quot;Include Path&quot; zu finden?</p>
<p>Dann müsste ich das doch für jedes Projekt einzeln anlegen, oder?</p>
<p>Vielen Dank<br />
Todd</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1277308</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1277308</guid><dc:creator><![CDATA[Todd]]></dc:creator><pubDate>Wed, 02 May 2007 07:41:38 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Enviroment Library Path on Wed, 02 May 2007 07:48:40 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Nein. Bei neuen Projekten werden automatisch die Werte aus Enviroment übernommen. Nur bei bereits bestehenden Projekten die das neue Package nutzen sollen müßen die Projektoptionen angepasst werden.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1277312</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1277312</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 02 May 2007 07:48:40 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Enviroment Library Path on Wed, 02 May 2007 11:18:21 GMT]]></title><description><![CDATA[<p>Da bin ich schon wieder und bin am Rande der Verzweiflung...</p>
<p>Habe mein Projekt kompiliert und dabei unter &quot;Projekt&quot; -&gt; &quot;Options&quot; -&gt; &quot;Linker&quot;</p>
<p>&quot;Use dynamic RTL&quot; auf Disabled gesetzt, also Häckchen weg und unter dem Reiter</p>
<p>&quot;Packages&quot; -&gt; &quot;Runtime Packages&quot; &quot;Build with Runtime Packages&quot; auf Disabled gesetzt, also wieder Häckchen weg gemacht.</p>
<p>Jetzt bekomme ich jedoch massig Fehlermeldungen:</p>
<p>Build<br />
[Linker Error] Unresolved external 'GdiplusStartup' referenced from D:\BORLAND\CBUILDER6\PROJECTS\LIB\TMSMENUSC6.LIB|AdvGDIP.pas<br />
[Linker Error] Unresolved external 'GdiplusShutdown' referenced from D:\BORLAND\CBUILDER6\PROJECTS\LIB\TMSMENUSC6.LIB|AdvGDIP.pas<br />
[Linker Error] Unresolved external 'GdipAlloc' referenced from D:\BORLAND\CBUILDER6\PROJECTS\LIB\TMSMENUSC6.LIB|AdvGDIP.pas<br />
[Linker Error] Unresolved external 'GdipFree' referenced from D:\BORLAND\CBUILDER6\PROJECTS\LIB\TMSMENUSC6.LIB|AdvGDIP.pas<br />
[Linker Error] Unresolved external 'GdipDeleteGraphics' referenced from D:\BORLAND\CBUILDER6\PROJECTS\LIB\TMSMENUSC6.LIB|AdvGDIP.pas<br />
[Linker Error] Unresolved external 'GdipCreateFromHDC' referenced from D:\BORLAND\CBUILDER6\PROJECTS\LIB\TMSMENUSC6.LIB|AdvGDIP.pas</p>
<p>Das ist nur ein kleiner Auszug daraus.<br />
Vielleicht habe ich ja beim Setzen der Pfade einen Fehler gemacht?</p>
<p>Vielen Dank<br />
Todd</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1277465</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1277465</guid><dc:creator><![CDATA[Todd]]></dc:creator><pubDate>Wed, 02 May 2007 11:18:21 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Enviroment Library Path on Wed, 02 May 2007 11:25:24 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Zu dem Package gehören eine oder mehrere Dateien mit der Erweiterung &quot;lib&quot;. Du must zusätzlich zu dem Eintragen der Library-Pfade noch diese Dateien in das Projekt mit aufnehmen, über <em>Projekt/Dem Projekt hinzufügen</em></p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1277473</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1277473</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 02 May 2007 11:25:24 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Enviroment Library Path on Wed, 02 May 2007 11:41:47 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>das habe ich auch schon in meinem Post vom 30.04. angesprochen....</p>
<p>Hier nochmal als Auszug aus &quot;Tips/Tricks&quot; der TMS-WebSite <a href="http://www.tmssoftware.com" rel="nofollow">www.tmssoftware.com</a></p>
<blockquote>
<p>TAdvToolBar, TAdvGlowButton, TAdvOfficePager</p>
<p>1. Using TAdvToolBar, TAdvGlowButton, TAdvOfficePager with C++Builder.</p>
<p>To use TAdvToolBar, TAdvGlowButton, TAdvOfficePager with C++Builder, it is required to add the following line to the .CPP file where the component is used:</p>
<p>#pragma link &quot;gdiplus.lib&quot;</p>
<p>otherwise errors similar to:</p>
<p>Linker Error] Unresolved external 'GdiplusStartup' referenced from C:\PROGRAM FILES\....|AdvGDIP.pas</p>
<p>can appear.</p>
</blockquote>
<p>Also entwered den</p>
<pre><code class="language-cpp">#pragma link &quot;gdiplus.lib&quot;
</code></pre>
<p>setzen, oder die gdiplus.lib dem Projekt hinzufügen....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1277480</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1277480</guid><dc:creator><![CDATA[FrankBach]]></dc:creator><pubDate>Wed, 02 May 2007 11:41:47 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Enviroment Library Path on Wed, 02 May 2007 14:53:27 GMT]]></title><description><![CDATA[<p>Oki,</p>
<p>habs kapiert. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /><br />
Jetzt läuft alles wunderbar!</p>
<p>Danke für eure Hilfe</p>
<p>Liebe Grüße<br />
Todd</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1277620</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1277620</guid><dc:creator><![CDATA[Todd]]></dc:creator><pubDate>Wed, 02 May 2007 14:53:27 GMT</pubDate></item></channel></rss>