To all those using the current development version of tvplanit: Due to occasional, but severe installation issues I reorganized the source code and package files (r4883):
- The main package laz_visualplanit.lpk is now in the source folder
- The zeos package laz_visualplanit_zeos.lpk is now in the folder source/addons/zeos
- The sqlite3 package laz_visualplanit_sqlite3.lpk is in source/addons/sqlite3
- The folder packages does no longer exist.
At first you must compile laz_visualplanit, then those of the addons which you need. Finally rebuild the IDE.
Just grabbed the svn version. Got the following compilation errors:
Compile package laz_visualplanit 1.0.4: Exit code 1, Errors: 3, Warnings: 1
vpdayview.pas(312,15) Warning: An inherited method is hidden by "SetColor(TGraphicsColor);"
vpbasepainter.pas(68,3) Error: Identifier not found "OffsetRect"
vpbasepainter.pas(70,3) Error: Identifier not found "OffsetRect"
vpbasepainter.pas(72,3) Error: Identifier not found "OffsetRect"
JD