<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Comments for The Turbo Editions FAQ</title>
<link rel="alternate" type="text/plain" href="http://www.turboexplorer.com/article/33659" title="The Turbo Editions FAQ" />
<link rel="self" type="application/atom+xml" href="http://www.turboexplorer.com/article/33659/feed" title="Comments for The Turbo Editions FAQ" />
<id>http://www.turboexplorer.com/article/33659</id>
<updated>2008-05-12T15:27:31-07:00</updated>
<entry>
<title>Installing Delphi and TC++ to the same PC</title>
<author>
<name>Levent Sasmazel</name>
<uri>http://threads.turboexplorer.com/threads/threads.exe/userall?commentid=40861</uri>
</author>
<id>http://threads.turboexplorer.com/threads/threads.exe/view?commentid=40861</id>
<updated>2008-02-21T20:00:11-08:00</updated>
<published>2008-02-21T20:00:11-08:00</published>
<summary>Installing Delphi and TC++ to the same PC</summary>
<content>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;&quot;Another version of this product is already installed. Installation of this version cannot continue. ....... &quot;Is there any way to install Delphi and TC++ to the same PC?Thanks,Levent</content>
</entry>
<entry>
<title>re: Installation Issue</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.turboexplorer.com/threads/threads.exe/userall?commentid=40816</uri>
</author>
<id>http://threads.turboexplorer.com/threads/threads.exe/view?commentid=40816</id>
<updated>2008-01-26T19:02:39-08:00</updated>
<published>2008-01-26T19:02:39-08:00</published>
<summary>re: Installation Issue</summary>
<content>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.</content>
</entry>
<entry>
<title>The Turbo Editions FAQ</title>
<author>
<name>tormod skaret</name>
<uri>http://threads.turboexplorer.com/threads/threads.exe/userall?commentid=40754</uri>
</author>
<id>http://threads.turboexplorer.com/threads/threads.exe/view?commentid=40754</id>
<updated>2007-12-23T14:28:29-08:00</updated>
<published>2007-12-23T14:28:29-08:00</published>
<summary>The Turbo Editions FAQ</summary>
<content>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?</content>
</entry>
<entry>
<title>Installation Issue</title>
<author>
<name>Craven Weasel</name>
<uri>http://threads.turboexplorer.com/threads/threads.exe/userall?commentid=40730</uri>
</author>
<id>http://threads.turboexplorer.com/threads/threads.exe/view?commentid=40730</id>
<updated>2007-12-14T21:21:09-08:00</updated>
<published>2007-12-14T21:21:09-08:00</published>
<summary>Installation Issue</summary>
<content>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? </content>
</entry>
<entry>
<title>Installation</title>
<author>
<name>Frank Dybowski</name>
<uri>http://threads.turboexplorer.com/threads/threads.exe/userall?commentid=40682</uri>
</author>
<id>http://threads.turboexplorer.com/threads/threads.exe/view?commentid=40682</id>
<updated>2007-11-28T06:48:16-08:00</updated>
<published>2007-11-28T06:48:16-08:00</published>
<summary>Installation</summary>
<content>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</content>
</entry>
<entry>
<title>The Turbo Editions FAQ</title>
<author>
<name>dave cirona</name>
<uri>http://threads.turboexplorer.com/threads/threads.exe/userall?commentid=40666</uri>
</author>
<id>http://threads.turboexplorer.com/threads/threads.exe/view?commentid=40666</id>
<updated>2007-11-15T15:28:37-08:00</updated>
<published>2007-11-15T15:28:37-08:00</published>
<summary>The Turbo Editions FAQ</summary>
<content>I want to do a silent and hidden install for the hotfix patch. is this possible?</content>
</entry>
<entry>
<title>re: The Turbo Editions FAQ</title>
<author>
<name>FRANCISCO OLMEDA</name>
<uri>http://threads.turboexplorer.com/threads/threads.exe/userall?commentid=40657</uri>
</author>
<id>http://threads.turboexplorer.com/threads/threads.exe/view?commentid=40657</id>
<updated>2007-11-12T23:21:10-08:00</updated>
<published>2007-11-12T23:21:10-08:00</published>
<summary>re: The Turbo Editions FAQ</summary>
<content>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.</content>
</entry>
<entry>
<title>re: The Turbo Editions FAQ</title>
<author>
<name>FRANCISCO OLMEDA</name>
<uri>http://threads.turboexplorer.com/threads/threads.exe/userall?commentid=40656</uri>
</author>
<id>http://threads.turboexplorer.com/threads/threads.exe/view?commentid=40656</id>
<updated>2007-11-12T23:17:38-08:00</updated>
<published>2007-11-12T23:17:38-08:00</published>
<summary>re: The Turbo Editions FAQ</summary>
<content>In build project options:In linker option disable RTTIIn packages options disable runtime packagesCompile and you will get a stand alone executable</content>
</entry>
<entry>
<title>re: iostream.h error</title>
<author>
<name>Jeffrey Schrader</name>
<uri>http://threads.turboexplorer.com/threads/threads.exe/userall?commentid=40649</uri>
</author>
<id>http://threads.turboexplorer.com/threads/threads.exe/view?commentid=40649</id>
<updated>2007-11-10T20:18:58-08:00</updated>
<published>2007-11-10T20:18:58-08:00</published>
<summary>re: iostream.h error</summary>
<content>I'm having the exact same problem, except I'm just putting in &lt;iostream&gt;. Does anyone have any idea what's happening?</content>
</entry>
<entry>
<title>The Turbo Editions FAQ</title>
<author>
<name>kiki patel</name>
<uri>http://threads.turboexplorer.com/threads/threads.exe/userall?commentid=40626</uri>
</author>
<id>http://threads.turboexplorer.com/threads/threads.exe/view?commentid=40626</id>
<updated>2007-10-31T19:48:58-07:00</updated>
<published>2007-10-31T19:48:58-07:00</published>
<summary>The Turbo Editions FAQ</summary>
<content>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)</content>
</entry>
</feed>
