|
From: <an...@us...> - 2012-03-29 08:19:47
|
Revision: 1524
http://graphics32.svn.sourceforge.net/graphics32/?rev=1524&view=rev
Author: angusj
Date: 2012-03-29 08:19:40 +0000 (Thu, 29 Mar 2012)
Log Message:
-----------
Removed references to D5 and added references DXE1 and DXE2. Other minor changes.
Modified Paths:
--------------
trunk/Documentation/Source/Installation.htm
Modified: trunk/Documentation/Source/Installation.htm
===================================================================
--- trunk/Documentation/Source/Installation.htm 2012-03-29 05:01:47 UTC (rev 1523)
+++ trunk/Documentation/Source/Installation.htm 2012-03-29 08:19:40 UTC (rev 1524)
@@ -4,18 +4,12 @@
<link rel="stylesheet" href="../Styles/Default.css">
</head>
<body bgcolor="#FFFFFF">
-<p class="Body">Graphics32 supports Delphi 6, 7, 2005 (Win32), 2006 (Delphi Win32 and C++), 2007 (Delphi Win32), 2009 (Delphi Win32), and C++ Builder 6.</p>
-<p class="Body"><strong>Note:</strong><em> For Delphi 2007 and up function inlining is automatically used to improve performance
- in certain situations. If you want to avoid this, please comment out the <span class="Comment">{$DEFINE USEINLINING}</span> line
- in <strong>GR32.inc</strong>.</em></p>
-<p class="Body"><b>Note: </b><em>Because some properties of range bars and gauge bars
- have been changed, you can obtain some error messages while opening your previous
- Graphics32 projects. Just ignore these messages and Delphi will fix DFM files
-automatically.</em></p>
+<p class="Body">Graphics32 supports Delphi 7, Delphi 2005 (Win32), 2006 (Delphi Win32 and C++), 2007 (Delphi Win32), 2009 (Delphi Win32), C++ Builder 6, Delphi XE and Delphi XE2.</p>
+<p class="Body"><strong>Note 1:</strong><em> For Delphi 2007 and up, function inlining is automatically used to improve performance. If this is undesirable, the <span class="Comment">{$DEFINE USEINLINING}</span> compiler define statement can be commented out in <strong>GR32.inc</strong>.</em></p>
+<p class="Body"><b>Note 2: </b><em>Because some properties of range bars and gauge bars have been changed, you will encounter a few error messages when opening projects compiled with earlier versions of Graphics32. These messages can safely be ignored since the Delphi compiler will automatically remove references to missing component properties in the DFM files.</em></p>
<p class="Body"> </p>
-<p class="Body">As of version 1.6 until version 1.8 there was also CLX support in Graphics32. That means you could use it either with CLX on
- Windows using Delphi or on x86 Linux using the Kylix Delphi environment. The Kylix support was stopped due to abandoned development of this IDE.</p>
-<p class="Body">Since version 1.9 Free Pascal / Lazarus is supported for platform independent development. So far it has been tested in Win32 and OSX 10.4. It is likely to run on other platforms as well, but especially 64 bit support is still to be tested.</p>
+
+<p class="Body">As of version 1.9, Free Pascal / Lazarus is supported for platform independent development. So far this has been tested in Win32 and in OSX 10.4, but Graphics32 is likely to run on other platforms too. Graphics32 now also uses 64 bit processors instructions in time critical code when the operating system of the target application runs 64bit processes.</p>
<p class="Body"> </p>
<h2>Installation procedure for RAD Studio / Delphi:</h2>
<ul>
@@ -23,7 +17,7 @@
<li>Add the location of main installation directory to <span class="Menu"><u><br>
T</u>ools</span>
| <span class="Menu">Environment <u>O</u>ptions</span> | <span class="Menu">Library</span>
- | <span class="Menu">Li<u>b</u>rary Path</span> for Delphi 6 and 7, BCB 6 <strong>or</strong> <br>
+ | <span class="Menu">Li<u>b</u>rary Path</span> for Delphi 7 and BCB 6 <strong>or</strong> <br>
<span class="Menu"><u>T</u>ools</span> | <span class="Menu"><u>O</u>ptions</span> | <span class="Menu">Environment Options</span> |<span class="Menu"> Delphi Options </span> | <span class="Menu">Library - Win32</span> | <span class="Menu">Li<u>b</u>rary Path</span> for Delphi 2005 or higher <br>
<br>
</li>
@@ -32,20 +26,21 @@
of <u>t</u>ype</span> to <font face="Courier New, Courier, mono">Delphi package
source</font>, locate and open one of the following design-time package that fit your IDE:<br>
<br>
+ <font face="Courier New, Courier, mono">GR32_DSGN_RSXE2</font> for Embarcadero RAD Studio XE2 / Delphi XE2,<br>
+ <font face="Courier New, Courier, mono">GR32_DSGN_RSXE1</font> for Embarcadero RAD Studio XE1 / Delphi XE1,<br>
<font face="Courier New, Courier, mono">GR32_DSGN_RS2010</font> for Embarcadero RAD Studio 2010 / Delphi 2010,<br>
<font face="Courier New, Courier, mono">GR32_DSGN_RS2009</font> for CodeGear RAD Studio 2009 / Delphi 2009,<br>
<font face="Courier New, Courier, mono">GR32_DSGN_RS2007</font> for CodeGear RAD Studio 2007 / Delphi 2007,<br>
<font face="Courier New, Courier, mono">GR32_DSGN_RS2006</font> for Borland Developer Studio 2006,<br>
<font face="Courier New, Courier, mono">GR32_DSGN_D2005</font> for Delphi 2005,<br>
<font face="Courier New, Courier, mono">GR32_DSGN_D7</font> for Delphi 7,<br>
- <font face="Courier New, Courier, mono">GR32_DSGN_D6</font> for Delphi 6,<font face="Courier New, Courier, mono"><br>
GR32_DSGN_CB6</font> for C++ Builder 6 <br>
<br>
</li>
<li>A package editor window will appear. Click <span class="Menu">Compile</span>,
then click <span class="Menu">Install</span>;</li>
<li>If compiler asks whether you want to save changes, usually it is a good
- idea to choose No.</li>
+ idea to choose <b>No</b>.</li>
</ul>
<p class="Body"> </p>
<h2>Installation procedure for Lazarus:</h2>
@@ -62,7 +57,7 @@
<li>Lazarus will ask to compile itself in order to make use of the library.
Choose Yes to be able to use the library from the IDE. It will take several
minutes until the IDE is compiled completely.</li>
- <li>After an automatic restart you are able to use GR32 in Lazarus</li>
+ <li>After an automatic restart you are able to use GR32 in Lazarus.</li>
</ul>
</body>
</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|