<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Others can't use my Borland C++ Builder EXE.  Any suggestions?' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Others can't use my Borland C++ Builder EXE.  Any suggestions?' posted on the 'Windows programming' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Fri, 24 May 2013 19:40:29 -0700</pubDate>
    <lastBuildDate>Fri, 24 May 2013 19:40:29 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Others can't use my Borland C++ Builder EXE.  Any suggestions?</title>
      <link>http://www.programmersheaven.com/mb/windows/38352/38352/others-cant-use-my-borland-c++-builder-exe--any-suggestions/</link>
      <description>I compiled an EXE in Borland C++ Builder and sent it to my friend for him to try out but he told me it gave him some error (he's missing a DLL?).  I solved this problem somehow before but couldn't do it this time.  I looked everywhere in options.  I clicked the Full Release button and all sorts of other things but each time I sent it he responded that he couldn't run it.  Argh!  And yes, I know I'm overlooking something very simple but it's just killing me.  &lt;img src="http://www.programmersheaven.com/images/Community/twink.gif" width="15" height="15" alt="" /&gt;  I think it has to do with linking external DLLs in the EXE?? but I think I tried that too.  Any help would be really appreciated.  Thanks!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/windows/38352/38352/others-cant-use-my-borland-c++-builder-exe--any-suggestions/</guid>
      <pubDate>Sun, 29 Oct 2000 01:02:07 -0700</pubDate>
      <category>Windows programming</category>
    </item>
    <item>
      <title>Re: Others can't use my Borland C++ Builder EXE.  Any suggestions?</title>
      <link>http://www.programmersheaven.com/mb/windows/38352/38360/re-others-cant-use-my-borland-c++-builder-exe--any-suggestions/#38360</link>
      <description>Your problem is that C++Builder applications requires that you have these files included your app path:&amp;lt;br&amp;gt;&lt;br /&gt;
vcl35.bpl&amp;lt;br&amp;gt;&lt;br /&gt;
vcldb35.bpl&amp;lt;br&amp;gt;&lt;br /&gt;
abd I think this to: borlndmm.dll&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
just include these in the zip or install file and your app will work! :)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
: I compiled an EXE in Borland C++ Builder and sent it to my friend for him to try out but he told me it gave him some error (he's missing a DLL?).  I solved this problem somehow before but couldn't do it this time.  I looked everywhere in options.  I clicked the Full Release button and all sorts of other things but each time I sent it he responded that he couldn't run it.  Argh!  And yes, I know I'm overlooking something very simple but it's just killing me.  &lt;img src="http://www.programmersheaven.com/images/Community/twink.gif" width="15" height="15" alt="" /&gt;  I think it has to do with linking external DLLs in the EXE?? but I think I tried that too.  Any help would be really appreciated.  Thanks!&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/windows/38352/38360/re-others-cant-use-my-borland-c++-builder-exe--any-suggestions/#38360</guid>
      <pubDate>Sun, 29 Oct 2000 03:46:45 -0700</pubDate>
      <category>Windows programming</category>
    </item>
    <item>
      <title>Re: Others can't use my Borland C++ Builder EXE.  Any suggestions?</title>
      <link>http://www.programmersheaven.com/mb/windows/38352/38378/re-others-cant-use-my-borland-c++-builder-exe--any-suggestions/#38378</link>
      <description>Greetings&amp;lt;br&amp;gt;&lt;br /&gt;
  I ran into the same problem a while back and found this info on another m/b. It cured the problem for me. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
                 Stoic Joker&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
How can compile my program to just an exe file that doesn't depend on Borland DLL's or BPL's?&amp;lt;br&amp;gt;&lt;br /&gt;
Choose Project-&amp;gt;Settings (Shift-Ctrl-F11)&amp;lt;br&amp;gt;&lt;br /&gt;
On the "Linker" page uncheck "Use dynamic RTL"&amp;lt;br&amp;gt;&lt;br /&gt;
On the "Packages" page uncheck "Build with Runtime packages"&amp;lt;br&amp;gt;&lt;br /&gt;
After that you need to perform a complete Build of your project to make the new settings work.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
: I compiled an EXE in Borland C++ Builder and sent it to my friend for him to try out but he told me it gave him some error (he's missing a DLL?).  I solved this problem somehow before but couldn't do it this time.  I looked everywhere in options.  I clicked the Full Release button and all sorts of other things but each time I sent it he responded that he couldn't run it.  Argh!  And yes, I know I'm overlooking something very simple but it's just killing me.  &lt;img src="http://www.programmersheaven.com/images/Community/twink.gif" width="15" height="15" alt="" /&gt;  I think it has to do with linking external DLLs in the EXE?? but I think I tried that too.  Any help would be really appreciated.  Thanks!&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/windows/38352/38378/re-others-cant-use-my-borland-c++-builder-exe--any-suggestions/#38378</guid>
      <pubDate>Sun, 29 Oct 2000 08:45:00 -0700</pubDate>
      <category>Windows programming</category>
    </item>
    <item>
      <title>Re: Others can't use my Borland C++ Builder EXE.  Any suggestions?</title>
      <link>http://www.programmersheaven.com/mb/windows/38352/38380/re-others-cant-use-my-borland-c++-builder-exe--any-suggestions/#38380</link>
      <description>I had the same problem, since I use Borland C++. The easiest (and legal) thing to do is to statically compile your project. It makes the EXE slightly bigger, but you don't have to include any Borland files in your program zip/setup (which may not be legal), and if you ever upgrade one part of your program and Borland has changed or removed those specific dlls in future releases, you won't have to go back and figure out which dlls you need to add to your zip/setup.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-Seph&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
: I compiled an EXE in Borland C++ Builder and sent it to my friend for him to try out but he told me it gave him some error (he's missing a DLL?).  I solved this problem somehow before but couldn't do it this time.  I looked everywhere in options.  I clicked the Full Release button and all sorts of other things but each time I sent it he responded that he couldn't run it.  Argh!  And yes, I know I'm overlooking something very simple but it's just killing me.  &lt;img src="http://www.programmersheaven.com/images/Community/twink.gif" width="15" height="15" alt="" /&gt;  I think it has to do with linking external DLLs in the EXE?? but I think I tried that too.  Any help would be really appreciated.  Thanks!&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/windows/38352/38380/re-others-cant-use-my-borland-c++-builder-exe--any-suggestions/#38380</guid>
      <pubDate>Sun, 29 Oct 2000 08:49:00 -0700</pubDate>
      <category>Windows programming</category>
    </item>
    <item>
      <title>Wow.  What a variety!  Thanks for the help.  I'll try all of them.</title>
      <link>http://www.programmersheaven.com/mb/windows/38352/38391/wow--what-a-variety--thanks-for-the-help--ill-try-all-of-them/#38391</link>
      <description>The subject covers it.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Thanks.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/windows/38352/38391/wow--what-a-variety--thanks-for-the-help--ill-try-all-of-them/#38391</guid>
      <pubDate>Sun, 29 Oct 2000 10:57:43 -0700</pubDate>
      <category>Windows programming</category>
    </item>
  </channel>
</rss>