tvplanit: Change version number to 1.07 for new development version. Update readme.txt.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5391 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-11-28 14:32:37 +00:00
parent dedc8046ed
commit 1e28251293
5 changed files with 62 additions and 31 deletions

View File

@ -26,7 +26,7 @@ The Initial Developer of the Original Code is TurboPower Software.
Portions created by TurboPower Software Inc. are Copyright (C) 2002 TurboPower Software Inc. All Rights Reserved. Portions created by TurboPower Software Inc. are Copyright (C) 2002 TurboPower Software Inc. All Rights Reserved.
Contributor(s): "/> Contributor(s): "/>
<Version Major="1" Release="6"/> <Version Major="1" Release="7"/>
<Files Count="71"> <Files Count="71">
<Item1> <Item1>
<Filename Value="source\vpbase.pas"/> <Filename Value="source\vpbase.pas"/>

View File

@ -27,7 +27,7 @@ The Initial Developer of the Original Code is TurboPower Software.
Portions created by TurboPower Software Inc. are Copyright (C) 2002 TurboPower Software Inc. All Rights Reserved. Portions created by TurboPower Software Inc. are Copyright (C) 2002 TurboPower Software Inc. All Rights Reserved.
Contributor(s): "/> Contributor(s): "/>
<Version Major="1" Release="6"/> <Version Major="1" Release="7"/>
<Files Count="6"> <Files Count="6">
<Item1> <Item1>
<Filename Value="source\design\vpreg.pas"/> <Filename Value="source\design\vpreg.pas"/>

View File

@ -18,7 +18,7 @@
Software distributed under the License is distributed on an &quot;AS IS&quot; basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. Software distributed under the License is distributed on an &quot;AS IS&quot; basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
"/> "/>
<Version Major="1" Release="6"/> <Version Major="1" Release="7"/>
<Files Count="1"> <Files Count="1">
<Item1> <Item1>
<Filename Value="source\addons\zeos\vpzeosds.pas"/> <Filename Value="source\addons\zeos\vpzeosds.pas"/>

View File

@ -14,7 +14,7 @@
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\zeos_design"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\zeos_design"/>
</SearchPaths> </SearchPaths>
</CompilerOptions> </CompilerOptions>
<Version Major="1" Release="6"/> <Version Major="1" Release="7"/>
<Files Count="1"> <Files Count="1">
<Item1> <Item1>
<Filename Value="source\addons\zeos\vpregzeos.pas"/> <Filename Value="source\addons\zeos\vpregzeos.pas"/>

View File

@ -10,6 +10,10 @@ Table of contents
4.1 Release 1.03 4.1 Release 1.03
4.2 Release 1.04 4.2 Release 1.04
4.3 Release 1.06 4.3 Release 1.06
4.4 Current development version (1.07)
5. Additional help
5.1 Original TurboPower documentation
5.2 Wiki page
============================================== ==============================================
@ -21,28 +25,23 @@ adding time, task, & contact management capabilities to applications
written in Borland Delphi & C++Builder. Get that Outlook look & feel written in Borland Delphi & C++Builder. Get that Outlook look & feel
without the hassle. without the hassle.
This is a source-only release of TurboPower Visual PlanIt. It includes
designtime packages for Delphi 4 through 7 and C++Builder 4 through 6.
============================================== ==============================================
2. Package names 2. Package names
TurboPower Visual PlanIt package names have the following form: These are the TurboPower Visual PlanIt packages available for the Lazarus
version:
VNNNKKVV.* laz_visualplanit.lpk --- runtime package for the common components
| | | laz_visualplanit_design.lpk --- designtime package
| | +------ VV VCL version (30=Delphi 3, 40=Delphi 4, 70=Delphi 7) laz_visualplanit_zeos.lpk --- runtime package for the zeos datastore
| +-------- K Kind of package (_D=designtime, AD = Advantage DataStore, laz_visualplanit_zeos_design.lpk --- designtime package for the zeos datastore
| IS = DBISAM DataStore, F2 = FlashFiler 2 DataStore)
| The old naming scheme of the original Delphi components is discontinued.
+----------- NNN Product version number (e.g., 403=version 4.03)
For example, the Visual PlanIt designtime package files for Delphi 7 have
the filename V103_D70.*.
============================================== ==============================================
3. Installation 3. Installation
@ -53,19 +52,26 @@ steps:
1. Unzip the release files into a directory (e.g., d:\vplanit). 1. Unzip the release files into a directory (e.g., d:\vplanit).
2. Start Delphi or C++Builder. 2. Start Lazarus
3. Add the source subdirectory (e.g., d:\vplanit\source) to the 3. Go to "Package" / "Load package file .lpk" and select the run-time package
IDE's library path. laz_visualplanit.lpk. Compile.
4. Open & install the designtime package specific to the IDE being 4. Open the designtime package laz_visualplanit_visual.lpk.
used. The IDE should notify you the components have been Click "Use" > "Install". If you want to install the addon package for
installed. zeos components decline to rebuild the IDE and contine with 5,
otherwise go to 7.
5. Make sure the PATH environmental variable contains the directory
in which the compiled packages (i.e., BPL or DPL files) were 5. Open the zeos runtime package laz_visualplanit_zeos.lpi. Compile.
placed.
6. Open the zeos designtime package laz_visualplanit_design.lpi.
Click "Use" > "Install".
7. Confirm to rebuild the IDE.
8. After some time the IDE will restart with the new components installed.
============================================== ==============================================
4. Version history 4. Version history
@ -123,4 +129,29 @@ steps:
- Activate task fields Priority and Category in task editor. - Activate task fields Priority and Category in task editor.
- Holiday support - Holiday support
- Separate design-time and run-time packages - Separate design-time and run-time packages
4.4 Current development version (1.07)
- ...
==============================================
5. Additional help
5.1 Original TurboPower documentation
Get TurboPower's original 300-page pdf file from the official
SourceForge site of the Delphi version
https://sourceforge.net/projects/tpvplanit/files/tpvplanit_docs/
5.2 Wiki page
The wiki site http://wiki.freepascal.org/Turbopower_Visual_PlanIt contains a
short documentation of the Lazarus specific version together with a "Getting
started".