<?xml version='1.0' encoding="utf-8"?>
      <rss version='2.0'>
      <channel>
      <title>Форум на Исходниках.RU</title>
      <link>https://forum.sources.ru</link>
      <description>Форум на Исходниках.RU</description>
      <generator>Форум на Исходниках.RU</generator>
  	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310592</guid>
        <pubDate>Sat, 11 May 2013 15:55:18 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310592</link>
        <description><![CDATA[test4me: shm<br>
естественно включил... <br>
<br>
<span class="tag-color tag-color-named" data-value="gray" style="color: gray"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2013-05-11T19:56:09+04:00">11.05.13, 15:56</time></span></span><br>
<div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '>Ты поди при создании проекта не указал &quot;Use VCL&quot;, а используешь его.</div></div>]]></description>
        <author>test4me</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310564</guid>
        <pubDate>Sat, 11 May 2013 12:19:06 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310564</link>
        <description><![CDATA[shm: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=329491&view=findpost&p=3310451'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>test4me &#064; <time class="tag-quote__quoted-time" datetime="2013-05-10T17:29:24+00:00">10.05.13, 17:29</time></span><div class='quote '>сам код проще простого.</div></div><br>
Ты поди при создании проекта не указал &quot;Use VCL&quot;, а используешь его.]]></description>
        <author>shm</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310519</guid>
        <pubDate>Sat, 11 May 2013 07:30:06 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310519</link>
        <description><![CDATA[test4me: trainer<br>
<div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '>Библоотеку нужную подключить к проекту надо</div></div><br>
согласен на 100%..может в этом случае точно проблема с библиотекой...как узнать какая библиотека не подключена при такой ошибке<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">[Linker Error] Unresolved external &#39;__fastcall Dialogs::ShowMessage(const System::AnsiString)&#39; referenced from C:\PROGRAM FILES (X86)\BORLAND\CBUILDER6\PROJECTS\PRIMER.OBJ</div><div class="code_line">[Linker Error] Unresolved external &#39;Forms::Application&#39; referenced from C:\PROGRAM FILES (X86)\BORLAND\CBUILDER6\PROJECTS\PRIMER.OBJ</div><div class="code_line">[Linker Error] Unresolved external &#39;__fastcall Forms::TApplication::MessageBox(const char *, const char *, int)&#39; referenced from C:\PROGRAM FILES (X86)\BORLAND\CBUILDER6\LIB\RELEASE\VCLE.LIB|_t_Forms</div></ol></div></div></div></div><script>preloadCodeButtons('1');</script><br>
, тем более что при компиляции апликации все нормально и соединяется и компилируется...что же такое а??? <br>
<br>
<span class="tag-color tag-color-named" data-value="gray" style="color: gray"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2013-05-11T07:39:21+00:00">11.05.13, 07:39</time></span></span><br>
Славян<br>
ведь даже не в юникодах дело...застрял на самой простой вещи...это был просто тест чтобы использовать потом эту dll в чужой программе...неужели так сложно на билдере раньше никогда еще не делал в основном на c#... <br>
<br>
<span class="tag-color tag-color-named" data-value="gray" style="color: gray"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2013-05-11T08:14:17+00:00">11.05.13, 08:14</time></span></span><br>
ураа решение найдено...как и предпологалось...соединил библиотеки..<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">#pragma link &quot;d:\borland\lib\vcl.lib&quot;</div><div class="code_line">#pragma link &quot;d:\borland\lib\rtl.lib&quot;</div></ol></div></div></div></div><br>
примите мою благодарность <br>
спасибо всем кто ответил и хоть както принимал участие&#33;&#33;&#33;<br>
с уважением test4me]]></description>
        <author>test4me</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310508</guid>
        <pubDate>Sat, 11 May 2013 07:04:54 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310508</link>
        <description><![CDATA[trainer: Библоотеку нужную подключить к проекту надо, а не трахаться тут с какой-то &quot;не работой уникода&quot;.<br>
Либо вообще перейти на системную MessageBox <br>
<br>
<span class="tag-color tag-color-named" data-value="gray" style="color: gray"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2013-05-11T07:08:57+00:00">11.05.13, 07:08</time></span></span><br>
И уж тем более не писать глупость вроде такой:<br>
<div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=329491&view=findpost&p=3310502'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>Славян &#064; <time class="tag-quote__quoted-time" datetime="2013-05-11T06:11:12+00:00">11.05.13, 06:11</time></span><div class='quote '>Как бы да. Подразумевалось, что вы напишете:<br>
<br>
    ::ShowMessage( Application-&gt;Handle, WM_SETTEXT, 0, (long)L&quot;тра-ля-ля&quot;);<br>
<br>
и посмотрите на текст кнопки внизу. Если там только буква &#39;т&#39;, то уникод не работает (система(bcb) перевела ShowMessage аки ShowMessageA), иначе - работает. </div></div>]]></description>
        <author>trainer</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310502</guid>
        <pubDate>Sat, 11 May 2013 06:11:12 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310502</link>
        <description><![CDATA[Славян: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=329491&view=findpost&p=3310451'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>test4me &#064; <time class="tag-quote__quoted-time" datetime="2013-05-10T17:29:24+00:00">10.05.13, 17:29</time></span><div class='quote '>не совсем понял.. ShowMessage ведь просто выводит сообщение в окне так?</div></div>Как бы да. Подразумевалось, что вы напишете:<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">::ShowMessage( Application-&#62;Handle, WM_SETTEXT, 0, (long)L&quot;тра-ля-ля&quot;);</div></ol></div></div></div></div>и посмотрите на текст кнопки внизу. Если там только буква &#39;т&#39;, то уникод не работает (система(bcb) перевела <strong class='tag-b'>ShowMessage</strong> аки <strong class='tag-b'>ShowMessageA</strong>), иначе - работает.]]></description>
        <author>Славян</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310451</guid>
        <pubDate>Fri, 10 May 2013 17:29:24 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310451</link>
        <description><![CDATA[test4me: Славян<br>
<br>
<div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '>1. Напишите свой WinAPI-вызов ::ShowMessage, скажем с WM_SETTEXT.</div></div><br>
не совсем понял.. ShowMessage ведь просто выводит сообщение в окне так? <br>
<br>
<span class="tag-color tag-color-named" data-value="gray" style="color: gray"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2013-05-10T17:47:29+00:00">10.05.13, 17:47</time></span></span><br>
сам код проще простого..не использует юникод..<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">//---------------------------------------------------------------------------</div><div class="code_line">&nbsp;</div><div class="code_line">#include &#60;vcl.h&#62;</div><div class="code_line">#include &#60;windows.h&#62;</div><div class="code_line">#pragma hdrstop</div><div class="code_line">//---------------------------------------------------------------------------</div><div class="code_line">// &nbsp; Important note about DLL memory management when your DLL uses the</div><div class="code_line">// &nbsp; static version of the RunTime Library:</div><div class="code_line">//</div><div class="code_line">// &nbsp; If your DLL exports any functions that pass String objects (or structs/</div><div class="code_line">// &nbsp; classes containing nested Strings) as parameter or function results,</div><div class="code_line">// &nbsp; you will need to add the library MEMMGR.LIB to both the DLL project and</div><div class="code_line">// &nbsp; any other projects that use the DLL. &nbsp;You will also need to use MEMMGR.LIB</div><div class="code_line">// &nbsp; if any other projects which use the DLL will be performing new or delete</div><div class="code_line">// &nbsp; operations on any non-TObject-derived classes which are exported from the</div><div class="code_line">// &nbsp; DLL. Adding MEMMGR.LIB to your project will change the DLL and its calling</div><div class="code_line">// &nbsp; EXE&#39;s to use the BORLNDMM.DLL as their memory manager. &nbsp;In these cases,</div><div class="code_line">// &nbsp; the file BORLNDMM.DLL should be deployed along with your DLL.</div><div class="code_line">//</div><div class="code_line">// &nbsp; To avoid using BORLNDMM.DLL, pass string information using &quot;char *&quot; or</div><div class="code_line">// &nbsp; ShortString parameters.</div><div class="code_line">//</div><div class="code_line">// &nbsp; If your DLL uses the dynamic version of the RTL, you do not need to</div><div class="code_line">// &nbsp; explicitly add MEMMGR.LIB as this will be done implicitly for you</div><div class="code_line">//---------------------------------------------------------------------------</div><div class="code_line">&nbsp;</div><div class="code_line">#pragma argsused</div><div class="code_line">int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void* lpReserved)</div><div class="code_line">{</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;//ShowMessage(&quot;&quot;);</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;ShowMessageW(&quot;&quot;);</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;return 1;</div><div class="code_line">}</div><div class="code_line">//---------------------------------------------------------------------------</div><div class="code_line">extern &quot;C&quot; void __export primer()</div><div class="code_line">{</div><div class="code_line">&nbsp;Application-&#62;MessageBoxA(&quot;Test&quot;,&quot;From DLL&quot;,IDOK);</div><div class="code_line">}</div></ol></div></div></div></div> <br>
<br>
<span class="tag-color tag-color-named" data-value="gray" style="color: gray"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2013-05-10T18:13:54+00:00">10.05.13, 18:13</time></span></span><br>
The syntax of the  ShowMessage() function is<br>
void __fastcall ShowMessage(const AnsiString Message);<br>
<br>
A message box created with the  ShowMessage() function uses the name of the project as its caption. The message to display is a string that can be provided by the developer.]]></description>
        <author>test4me</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310448</guid>
        <pubDate>Fri, 10 May 2013 17:18:22 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310448</link>
        <description><![CDATA[Славян: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=329491&view=findpost&p=3310443'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>test4me &#064; <time class="tag-quote__quoted-time" datetime="2013-05-10T17:04:56+00:00">10.05.13, 17:04</time></span><div class='quote '>E2268 Call to undefined function &#39;ShowMessageW&#39;</div></div>Тьфу, ты&#33; ;) Это я думал вы вызываете оную, а это ж диалог вызывает&#33;<br>
Давайте поэтапно&#33; :<br>
1. Напишите свой WinAPI-вызов ::ShowMessage, скажем с WM_SETTEXT.<br>
2. Посмотрите какой текст будет на заголовке окна.<br>
3. Так мы точно узнаем с ANSI или уникодом работает=собирается ваша программа/проект.]]></description>
        <author>Славян</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310443</guid>
        <pubDate>Fri, 10 May 2013 17:04:56 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310443</link>
        <description><![CDATA[test4me: Aibolit<br>
<div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '>Если есть кирилица в пути проекта, то измени на латынь.</div></div><br>
нет там как раз видны пути все на ангельском...C:&#092;PROGRAM FILES (X86)&#092;BORLAND&#092;CBUILDER6&#092;PROJECTS&#092;<br>
Славян<br>
<div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '>ShowMessageW</div></div><br>
E2268 Call to undefined function &#39;ShowMessageW&#39;]]></description>
        <author>test4me</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310432</guid>
        <pubDate>Fri, 10 May 2013 16:41:57 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310432</link>
        <description><![CDATA[Славян: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=329491&view=findpost&p=3310339'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>test4me &#064; <time class="tag-quote__quoted-time" datetime="2013-05-10T09:28:59+00:00">10.05.13, 09:28</time></span><div class='quote '>закоментировал ShowMessage..но остальные 2 ошибки? какаято проблема в объекте при линковке...что может быть?</div></div>Так, так&#33; Поподробнее&#33; Т.е. одна ошибка пропала? Тогда - Ура&#33; И пробуем написать <strong class='tag-b'>ShowMessageW</strong> и смотрим рождает она ошибку или нет. Кстати, MessageBoxW такая же. Так что и с ней испытываем оба варианта. А дальше будем смотреть&#33;]]></description>
        <author>Славян</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310431</guid>
        <pubDate>Fri, 10 May 2013 16:40:53 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310431</link>
        <description><![CDATA[Aibolit: Если есть кирилица в пути проекта, то измени на латынь.<br>пример<br>C:&#092;бла&#092;бла&#092;myproekt<br>измени на<br>C:&#092;bla&#092;bla&#092;myproekt<br><br>Бывает путь до проекта в кириллице не обрабатывает.]]></description>
        <author>Aibolit</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310417</guid>
        <pubDate>Fri, 10 May 2013 16:15:54 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310417</link>
        <description><![CDATA[test4me: доброго времени суток&#33; создал другой проект..на форму кинул кнопку и при нажатии на нее ShowMessage(&quot;&quot;)...все скомпилировалось прекрсно и работает на машине где нет библиотек...но это была апликация...а как создаю dll компилится все если галочка стоит..как убираю вылазит эта ошибка<br>
[Linker Error] Unresolved external &#39;__fastcall Dialogs::ShowMessage(const System::AnsiString)&#39; referenced from C:&#092;PROGRAM FILES (X86)&#092;BORLAND&#092;CBUILDER6&#092;PROJECTS&#092;PRIMER.OBJ<br>
[Linker Error] Unresolved external &#39;Forms::Application&#39; referenced from C:&#092;PROGRAM FILES (X86)&#092;BORLAND&#092;CBUILDER6&#092;PROJECTS&#092;PRIMER.OBJ<br>
[Linker Error] Unresolved external &#39;__fastcall Forms::TApplication::MessageBox(const char *, const char *, int)&#39; referenced from C:&#092;PROGRAM FILES (X86)&#092;BORLAND&#092;CBUILDER6&#092;LIB&#092;RELEASE&#092;VCLE.LIB|_t_Forms <br>
<br>
<span class="tag-color tag-color-named" data-value="gray" style="color: gray"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2013-05-10T16:24:31+00:00">10.05.13, 16:24</time></span></span><br>
<div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <div class='quote '>Возможно, если че на хр-32 и 7-32 точно работает, правда на семерке не без глюков.</div></div> такчто это исключается...чтото происходит при линковке dll..]]></description>
        <author>test4me</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310386</guid>
        <pubDate>Fri, 10 May 2013 14:07:16 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310386</link>
        <description><![CDATA[shm: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=329491&view=findpost&p=3310326'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>test4me &#064; <time class="tag-quote__quoted-time" datetime="2013-05-10T08:29:09+00:00">10.05.13, 08:29</time></span><div class='quote '>но тоже самое..но может проблема в операционной системе?</div></div><br>
Возможно, если че на хр-32 и 7-32 точно работает, правда на семерке не без глюков.]]></description>
        <author>shm</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310339</guid>
        <pubDate>Fri, 10 May 2013 09:28:59 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310339</link>
        <description><![CDATA[test4me: Славян<br>закоментировал ShowMessage..но остальные 2 ошибки? какаято проблема в объекте при линковке...что может быть?]]></description>
        <author>test4me</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310332</guid>
        <pubDate>Fri, 10 May 2013 08:59:44 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310332</link>
        <description><![CDATA[Славян: Возможно опять эта проблема ANSI-Уникод. Попробуйте въявную написать ShowMessage<strong class='tag-b'>W</strong> или ...<strong class='tag-b'>A</strong> и др. такие функции и испытать. Дистрибутив, скорее всего, нормальный. Не в нём дело.]]></description>
        <author>Славян</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310326</guid>
        <pubDate>Fri, 10 May 2013 08:29:09 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310326</link>
        <description><![CDATA[test4me: скачал еще диструбутив..переустановил...но тоже самое..но может проблема в операционной системе? у меня 8-ка х64]]></description>
        <author>test4me</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310300</guid>
        <pubDate>Fri, 10 May 2013 07:15:23 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310300</link>
        <description><![CDATA[test4me: нет тоже нет...тоесть я аналогичное делал...под разными именами аналогичный код после переустановки билдера <br>
<br>
<span class="tag-color tag-color-named" data-value="gray" style="color: gray"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2013-05-10T07:16:42+00:00">10.05.13, 07:16</time></span></span><br>
если есть линк нормального диструбутива...этот устанавливал со старого диска]]></description>
        <author>test4me</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310297</guid>
        <pubDate>Fri, 10 May 2013 07:08:15 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310297</link>
        <description><![CDATA[shm: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=329491&view=findpost&p=3310290'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>shm &#064; <time class="tag-quote__quoted-time" datetime="2013-05-10T06:31:08+00:00">10.05.13, 06:31</time></span><div class='quote '>Другие проект с такими же проблемами компилируются? </div></div>]]></description>
        <author>shm</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310295</guid>
        <pubDate>Fri, 10 May 2013 07:02:57 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310295</link>
        <description><![CDATA[test4me: да тоже самое...2 раза переустановил...может скачать новый дистрибутив? как думаете в чем может быть проблема?]]></description>
        <author>test4me</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310290</guid>
        <pubDate>Fri, 10 May 2013 06:31:08 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310290</link>
        <description><![CDATA[shm: Можно попробовать переустановить Билдер. <br>
<br>
<span class="tag-color tag-color-named" data-value="gray" style="color: gray"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2013-05-10T06:31:45+00:00">10.05.13, 06:31</time></span></span><br>
Другие проект с такими же проблемами компилируются?]]></description>
        <author>shm</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310285</guid>
        <pubDate>Fri, 10 May 2013 05:56:03 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310285</link>
        <description><![CDATA[test4me: доброго времени суток&#33; попробую описать ситуацию...сделал проект где должна получится DLL..подключив ее на компьютере где был билдер работает все нормально, но на другом компьютере выдала ошибку где сообщалось о том что не может найти библиотеку vcl60.bpl...естественно я ее повторно скомпилировал где в опциях снял галочки Link with Dynamic RTL и Build with runtime packages. но при компиляции появились другие ошибки..<a class='tag-url' href='http://forum.sources.ru/index.php?act=Search' target='_blank'><span class="tag-color tag-color-named" data-value="red" style="color: red">поискал</span></a> vcl60.bpl и нашел его в системной папке C:&#092;Windows&#092;SysWOW64..ошибки такие:<br>
[Linker Error] Unresolved external &#39;__fastcall Dialogs::ShowMessage(const System::AnsiString)&#39; referenced from C:&#092;PROGRAM FILES (X86)&#092;BORLAND&#092;CBUILDER6&#092;PROJECTS&#092;PRIMER.OBJ<br>
[Linker Error] Unresolved external &#39;Forms::Application&#39; referenced from C:&#092;PROGRAM FILES (X86)&#092;BORLAND&#092;CBUILDER6&#092;PROJECTS&#092;PRIMER.OBJ<br>
[Linker Error] Unresolved external &#39;__fastcall Forms::TApplication::MessageBox(const char *, const char *, int)&#39; referenced from C:&#092;PROGRAM FILES (X86)&#092;BORLAND&#092;CBUILDER6&#092;LIB&#092;RELEASE&#092;VCLE.LIB|_t_Forms<br>
<br>
в чем ошибка? немогу понять...буду рад любому ответу...нужно срочно<br>
с уважением test4me]]></description>
        <author>test4me</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310260</guid>
        <pubDate>Thu, 09 May 2013 21:13:19 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310260</link>
        <description><![CDATA[shm: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=329491&view=findpost&p=3310177'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>test4me &#064; <time class="tag-quote__quoted-time" datetime="2013-05-09T12:05:17+00:00">09.05.13, 12:05</time></span><div class='quote '>Доброго времени суток..подскажите пожалуста где в билдере находятся все нужные библиотеки... </div></div><br>
К сожалению мне неизвестно какие библиотеки вам нужны. ДА и вообще не совсем ясно, что подразумевается под словом &quot;библиотека&quot; в контексте данной темы. Бинарники компонентов Билдера (*.bpl) лежал в &lt;путь к каталогу Билдера&gt;&#092;bin.]]></description>
        <author>shm</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310177</guid>
        <pubDate>Thu, 09 May 2013 12:05:17 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=3310177</link>
        <description><![CDATA[test4me: shm<br>Доброго времени суток..подскажите пожалуста где в билдере находятся все нужные библиотеки...]]></description>
        <author>test4me</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=2868299</guid>
        <pubDate>Mon, 04 Apr 2011 05:46:42 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=2868299</link>
        <description><![CDATA[Bas: A FAQ уже не читаем?<a class='tag-url' href='http://sources.ru/builder/faq/000.html' target='_blank'>Как мне сделать, чтобы при переносе exe-файла, созданного в C++Builder, на другой компьютер, где C++Builder не установлен, этот файл работал?</a>]]></description>
        <author>Bas</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=2867131</guid>
        <pubDate>Fri, 01 Apr 2011 15:27:53 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=2867131</link>
        <description><![CDATA[shm: Заходишь в вкладку &quot;Linker&quot; снимаешь галочку &quot;use dynamic RTL&quot;. <br>
<br>
<span class="tag-color tag-color-named" data-value="gray" style="color: gray"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2011-04-01T15:32:42+00:00">01.04.11, 15:32</time></span></span><br>
Если уже сделал, то попробуй еще раз. Было у меня такое, что Билдер опции не запоминал... Потом Project-&gt;Build.]]></description>
        <author>shm</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=2867121</guid>
        <pubDate>Fri, 01 Apr 2011 15:23:22 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=2867121</link>
        <description><![CDATA[ivgen: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=329491&view=findpost&p=2867102'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>trainer &#064; <time class="tag-quote__quoted-time" datetime="2011-04-01T15:03:25+00:00">01.04.11, 15:03</time></span><div class='quote '>Меню Build <em class='tag-i'>имя проекта</em></div></div><br>
Не понял. В смысле собрать проект не при помощи &quot;Run&quot;, а нажатием Build &quot;Project1&quot;? Я так и делал]]></description>
        <author>ivgen</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=2867102</guid>
        <pubDate>Fri, 01 Apr 2011 15:03:25 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=2867102</link>
        <description><![CDATA[trainer: Меню Build <em class='tag-i'>имя проекта</em>]]></description>
        <author>trainer</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=2867092</guid>
        <pubDate>Fri, 01 Apr 2011 14:49:13 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=2867092</link>
        <description><![CDATA[ivgen: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=329491&view=findpost&p=2867090'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>Kamenev_D &#064; <time class="tag-quote__quoted-time" datetime="2011-04-01T14:46:06+00:00">01.04.11, 14:46</time></span><div class='quote '>Вкладка Compiler = Нажать Release<br>
Вкладка Packages  = снять галку Build witch.. (В самом низу)</div></div><br>
Все эти настройки у меня уже были. Не запустилось.]]></description>
        <author>ivgen</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=2867090</guid>
        <pubDate>Fri, 01 Apr 2011 14:46:06 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=2867090</link>
        <description><![CDATA[Kamenev_D: Вкладка Compiler = Нажать Release<br>Вкладка Packages  = снять галку Build witch.. (В самом низу)]]></description>
        <author>Kamenev_D</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=2867017</guid>
        <pubDate>Fri, 01 Apr 2011 13:16:02 +0000</pubDate>
        <title>rtl60.bpl не найден</title>
        <link>https://forum.sources.ru/index.php?showtopic=329491&amp;view=findpost&amp;p=2867017</link>
        <description><![CDATA[ivgen: Я написал программу на C++ Builder 6.0. При запуске на компьютере, где Билдер не установлен выдается ошибка:<br><br>&quot;Приложению не удалось запуститься, поскольку rtl60.bpl не был найден. Повторная установка приложения может исправить эту проблему&quot;.<br><br>Проблема в том, что у меня, естественно, в опциях проекта сняты галочки с &quot;Build with runtime packages&quot; и &quot;Use dynamic RTL&quot;. <br><br>Что мне ещё надо поменять, чтобы программа смогла запуститься?<br><br>Заранее всем спасибо.]]></description>
        <author>ivgen</author>
        <category>Borland C++ Builder/Turbo C++ Explorer</category>
      </item>
	
      </channel>
      </rss>
	