<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'C++Builder: How to remove dependency on CC3260.DLL?' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'C++Builder: How to remove dependency on CC3260.DLL?' posted on the 'C++ Builder' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2009 Programmers Heaven</copyright>
    <pubDate>Fri, 20 Nov 2009 20:42:37 -0700</pubDate>
    <lastBuildDate>Fri, 20 Nov 2009 20:42:37 -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>C++Builder: How to remove dependency on CC3260.DLL?</title>
      <link>http://www.programmersheaven.com/mb/bcbuilder/389309/389309/c++builder-how-to-remove-dependency-on-cc3260dll/</link>
      <description>Hi, programmers.&lt;br /&gt;
&lt;br /&gt;
I've got really a bcb-beginner's question, but I can't figure it out myself: An application built using C++ Builder 6 always attempts to load the 'CC3260.DLL' library - i.e. I need to ship this dll with my app (or restrict running the app only to machines where bcb is installed).&lt;br /&gt;
I unchecked the option "Build with runtime packages", but it didn't help.&lt;br /&gt;
Please, tell me whether there is a way to create "independent" (no Borland libraries needed) applications with Borland C++ Builder and how to achieve it.&lt;br /&gt;
&lt;br /&gt;
Thanks a lot.&lt;br /&gt;
&lt;br /&gt;
PS: My program makes use of NO Borland libraries at all (it even works without the TForm class), I only #include stdio.h and windows.h, so I cannot understand why cc3260.dll is needed (honestly, I don't know anything about cc3260.dll, like what it's for etc.).</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/bcbuilder/389309/389309/c++builder-how-to-remove-dependency-on-cc3260dll/</guid>
      <pubDate>Thu, 16 Apr 2009 05:21:08 -0700</pubDate>
      <category>C++ Builder</category>
    </item>
    <item>
      <title>Re: C++Builder: How to remove dependency on CC3260.DLL?</title>
      <link>http://www.programmersheaven.com/mb/bcbuilder/389309/389322/re-c++builder-how-to-remove-dependency-on-cc3260dll/#389322</link>
      <description>For me it always helps to change 3 things in project options to make it work on computers without C++Builder installed.&lt;br /&gt;
&lt;br /&gt;
1. In Compiler tab - click the button 'Release'&lt;br /&gt;
2. In Linker tab - uncheck Use Dynamic RTL&lt;br /&gt;
3. In Packages tab - uncheck Build with runtime packages (this you already did)</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/bcbuilder/389309/389322/re-c++builder-how-to-remove-dependency-on-cc3260dll/#389322</guid>
      <pubDate>Thu, 16 Apr 2009 07:32:37 -0700</pubDate>
      <category>C++ Builder</category>
    </item>
    <item>
      <title>Re: C++Builder: How to remove dependency on CC3260.DLL?</title>
      <link>http://www.programmersheaven.com/mb/bcbuilder/389309/389327/re-c++builder-how-to-remove-dependency-on-cc3260dll/#389327</link>
      <description>Thank you, this is what I needed (esp. step 2).</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/bcbuilder/389309/389327/re-c++builder-how-to-remove-dependency-on-cc3260dll/#389327</guid>
      <pubDate>Thu, 16 Apr 2009 08:33:39 -0700</pubDate>
      <category>C++ Builder</category>
    </item>
  </channel>
</rss>