From: Nando D. <na...@us...> - 2005-11-04 12:40:43
|
Update of /cvsroot/instantobjects/Docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11071/Docs Modified Files: Changes.txt Install.txt Log Message: docs updated for 2.0 beta 1 Index: Install.txt =================================================================== RCS file: /cvsroot/instantobjects/Docs/Install.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Install.txt 31 Oct 2005 15:10:52 -0000 1.1 --- Install.txt 4 Nov 2005 12:40:31 -0000 1.2 *************** *** 4,8 **** Mozilla Public License 1.1 Edition ! October 2005 release Based on Seleqt InstantObjects. --- 4,8 ---- Mozilla Public License 1.1 Edition ! November 2005 release Based on Seleqt InstantObjects. *************** *** 17,22 **** This file contains detailed info about the first option to install ! InstantObjects, as per the Readme1st.txt file in the root of the ! project. If you inadvertently skipped reading it, it should be a good thing --- 17,22 ---- This file contains detailed info about the first option to install ! InstantObjects, as per the Readme1st.txt file located in the root ! folder of the project. If you inadvertently skipped reading it, it should be a good thing *************** *** 66,69 **** --- 66,76 ---- FPC. Examples: D5, D6, D7, K3, D2005, D2006, etc. + NOTE TO DELPHI 2006 USERS: + We don't provide the .bdsproj files (as we don't provide + .dof and .cfg files for older versions of Delphi), so the + IDE will prompt you to create one of these files the first + time you open a package. At the prompt that asks whether to + make the package a Win32 or a .NET one, please answer Win32. + 4. Build and install the desired catalog and broker package(s): *************** *** 86,93 **** then please contact us. ! Note for Delphi 5 users: dpk files in Delphi 5 have an additional ! suffix "_D5". This is because Delphi 5 does not support the LIBSUFFIX ! compiler directive that InstantObjects uses in newer versions of ! Delphi. ******************************************************************************** --- 93,100 ---- then please contact us. ! NOTE TO DELPHI 5 USERS: ! dpk files in Delphi 5 have an additional suffix "_D5". This is ! because Delphi 5 does not support the LIBSUFFIX compiler directive ! that InstantObjects uses in newer versions of Delphi. ******************************************************************************** Index: Changes.txt =================================================================== RCS file: /cvsroot/instantobjects/Docs/Changes.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Changes.txt 28 Oct 2005 03:47:54 -0000 1.1 --- Changes.txt 4 Nov 2005 12:40:31 -0000 1.2 *************** *** 2,6 **** --------------- ! Version 2.0 Beta 1 (1.9.1.1) (2005-10) - Several other bug fixes and small improvements. --- 2,22 ---- --------------- ! Version 2.0 Beta 1 (1.9.1.1) (2005-11) ! ! - Added support for Delphi 2006/Win32 (experimental). ! ! - Help file updated (Work In Progress). ! ! - Added new BPGs for easier installation (Work In ! Progress). ! ! - Added support for UIB in Delphi 2005. ! ! - Added MSSqlCatalog in Delphi 2005. ! ! - Fixed infinite loop on application shutdown with ! TInstantDBBuilder. ! ! - Fixes for compatibility with Delphi 5 Professional. - Several other bug fixes and small improvements. |