﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <description><![CDATA[Comments for The Turbo Editions FAQ]]></description>
    <title><![CDATA[Comments for The Turbo Editions FAQ]]></title>
    <link>http://dn.codegear.com/article/33659</link>
    <!-- source: http://dn.codegear.com/article/33659/feed-->
    <dc:date>2008-05-16T20:46:22-07:00</dc:date>
    <item>
      <description><![CDATA[Hi,I installed Delphi 2005 and I am trying to install Turbo C++ to the same PC and getting the following error message from installer;"Another version of this product is already installed. Installation of this version cannot continue. ....... "Is there any way to install Delphi and TC++ to the same PC?Thanks,Levent]]></description>
      <title><![CDATA[Installing Delphi and TC++ to the same PC]]></title>
      <managingEditor>
	 (Levent Sasmazel)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=40861</guid>
      <dc:date>2008-02-21T20:00:11-08:00</dc:date>
      <pubDate>2008-02-21T20:00:11-08:00</pubDate>
      <source url="http://dn.codegear.com/article/33659/feed">Comments for The Turbo Editions FAQ</source>
    </item>
    <item>
      <description><![CDATA[after installation, just run the .net framework 1.1 from the disc directly and it should be okay. if it still fails, download the .net framework 1.1 from microsoft's website and install that.]]></description>
      <title><![CDATA[re: Installation Issue]]></title>
      <managingEditor>
	 (Craven Weasel)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=40816</guid>
      <dc:date>2008-01-26T19:02:39-08:00</dc:date>
      <pubDate>2008-01-26T19:02:39-08:00</pubDate>
      <source url="http://dn.codegear.com/article/33659/feed">Comments for The Turbo Editions FAQ</source>
    </item>
    <item>
      <description><![CDATA[try to read registry under vista, running the application:procedure TForm1.Button1Click(Sender: TObject);var  i : integer;begin   with TRegistry.create do  try   rootkey:=HKEY_LOCAL_MACHINE;   if keyexists('HARDWARE') then begin    if openkey('HARDWARE',false)then begin     if keyexists('DEVICEMAP') then begin      if openkey('DEVICEMAP',false)then begin       if keyexists('SERIALCOMM') then begin        if openkey('SERIALCOMM',false)then begin         GetValueNames(Form1.ComboBox1.items);         for i:=0 to Form1.ComboBox1.items.count-1 do          begin           Form1.ComboBox1.items[i]:=ReadString(Form1.ComboBox1.items[i]);          end;         end        end;       end;      end;     end;   end;  finally free;  end;end;It is not detecting 'HARDWARE', the routine works well in XP, the registry looks the same. WHY? The SOLUTION?]]></description>
      <title><![CDATA[The Turbo Editions FAQ]]></title>
      <managingEditor>
	 (tormod skaret)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=40754</guid>
      <dc:date>2007-12-23T14:28:29-08:00</dc:date>
      <pubDate>2007-12-23T14:28:29-08:00</pubDate>
      <source url="http://dn.codegear.com/article/33659/feed">Comments for The Turbo Editions FAQ</source>
    </item>
    <item>
      <description><![CDATA[I tried installing the prerequisite .NET Framework v1.1 on my Windows Vista Basic PC. Towards the end of the installation, I get the error message which saysApplication has generated an exception that could not be handled.Process id = 0xfac (4012)Thread id = 0x68c (1676)...What should I do? ]]></description>
      <title><![CDATA[Installation Issue]]></title>
      <managingEditor>
	 (Craven Weasel)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=40730</guid>
      <dc:date>2007-12-14T21:21:09-08:00</dc:date>
      <pubDate>2007-12-14T21:21:09-08:00</pubDate>
      <source url="http://dn.codegear.com/article/33659/feed">Comments for The Turbo Editions FAQ</source>
    </item>
    <item>
      <description><![CDATA[How can I get a working link to an archive containing all other components I need before I can install TurboC++?http://ussvs-bes1.borland.com/WebDownload/outcome_pages/turbo_cplusplus_verify_email_kdown.htmldoesn't work]]></description>
      <title><![CDATA[Installation]]></title>
      <managingEditor>
	 (Frank Dybowski)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=40682</guid>
      <dc:date>2007-11-28T06:48:16-08:00</dc:date>
      <pubDate>2007-11-28T06:48:16-08:00</pubDate>
      <source url="http://dn.codegear.com/article/33659/feed">Comments for The Turbo Editions FAQ</source>
    </item>
    <item>
      <description><![CDATA[I want to do a silent and hidden install for the hotfix patch. is this possible?]]></description>
      <title><![CDATA[The Turbo Editions FAQ]]></title>
      <managingEditor>
	 (dave cirona)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=40666</guid>
      <dc:date>2007-11-15T15:28:37-08:00</dc:date>
      <pubDate>2007-11-15T15:28:37-08:00</pubDate>
      <source url="http://dn.codegear.com/article/33659/feed">Comments for The Turbo Editions FAQ</source>
    </item>
    <item>
      <description><![CDATA[To the explorer edition,CodeGear sends you a file to install in your personal folder in windows when you donwload the software.After installation you install this file and when you boot the IDE it ask for a key that you must request in the Turbos web site.]]></description>
      <title><![CDATA[re: The Turbo Editions FAQ]]></title>
      <managingEditor>
	 (FRANCISCO OLMEDA)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=40657</guid>
      <dc:date>2007-11-12T23:21:10-08:00</dc:date>
      <pubDate>2007-11-12T23:21:10-08:00</pubDate>
      <source url="http://dn.codegear.com/article/33659/feed">Comments for The Turbo Editions FAQ</source>
    </item>
    <item>
      <description><![CDATA[In build project options:In linker option disable RTTIIn packages options disable runtime packagesCompile and you will get a stand alone executable]]></description>
      <title><![CDATA[re: The Turbo Editions FAQ]]></title>
      <managingEditor>
	 (FRANCISCO OLMEDA)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=40656</guid>
      <dc:date>2007-11-12T23:17:38-08:00</dc:date>
      <pubDate>2007-11-12T23:17:38-08:00</pubDate>
      <source url="http://dn.codegear.com/article/33659/feed">Comments for The Turbo Editions FAQ</source>
    </item>
    <item>
      <description><![CDATA[I'm having the exact same problem, except I'm just putting in &lt;iostream&gt;. Does anyone have any idea what's happening?]]></description>
      <title><![CDATA[re: iostream.h error]]></title>
      <managingEditor>
	 (Jeffrey Schrader)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=40649</guid>
      <dc:date>2007-11-10T20:18:58-08:00</dc:date>
      <pubDate>2007-11-10T20:18:58-08:00</pubDate>
      <source url="http://dn.codegear.com/article/33659/feed">Comments for The Turbo Editions FAQ</source>
    </item>
    <item>
      <description><![CDATA[hello People I am Wondering where i can get the licesnse for this as i have installed turbo C++ and it says it needs a Serial key and Activation key i look but cant seem to find it if someone could inlighten me i would aprrectiate (links or something)]]></description>
      <title><![CDATA[The Turbo Editions FAQ]]></title>
      <managingEditor>
	 (kiki patel)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=40626</guid>
      <dc:date>2007-10-31T19:48:58-07:00</dc:date>
      <pubDate>2007-10-31T19:48:58-07:00</pubDate>
      <source url="http://dn.codegear.com/article/33659/feed">Comments for The Turbo Editions FAQ</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>