From: Steven M. <sr...@us...> - 2005-03-21 02:50:38
|
Update of /cvsroot/instantobjects/Source/ObjectFoundry In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18165 Modified Files: OF_readme.txt Log Message: Updated to reflect changed compiler define 'MM7+' and minor changes to the text. Index: OF_readme.txt =================================================================== RCS file: /cvsroot/instantobjects/Source/ObjectFoundry/OF_readme.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OF_readme.txt 18 Feb 2005 04:42:33 -0000 1.2 --- OF_readme.txt 21 Mar 2005 02:50:29 -0000 1.3 *************** *** 1,8 **** ObjectFoundry (for IO V2) Readme ! by Carlo Wolter/Steven Mitchell - 18 Feb 2005 This file contains instructions and information for the Object Foundry (OF) integration between IO version 2 and ! ModelMaker(c) versions 7 and 8. ModelMaker (MM) is an UML designer integrated with Delphi. --- 1,10 ---- ObjectFoundry (for IO V2) Readme ! by Carlo Wolter/Steven Mitchell - 21 Mar 2005 + Introduction + ------------ This file contains instructions and information for the Object Foundry (OF) integration between IO version 2 and ! ModelMaker(c). ModelMaker (MM) is an UML designer integrated with Delphi. *************** *** 18,21 **** --- 20,25 ---- in MM. + Compiling + --------- This DLL can be compiled using the project in this directory. *************** *** 24,32 **** $(ProgramFiles)\ModelMakerTools\ModelMaker\x.x\Experts is in the project options search path ! (ie Project/Directories-Conditionals/SearchPath). This is required because in the MM experts directory there is a single file that is needed: MMToolsApi.PAS ! Also ensure that 'MM7' is defined in 'Conditional defines'. Note: The MMToolsApi.PAS file is protected by copyright of --- 28,39 ---- $(ProgramFiles)\ModelMakerTools\ModelMaker\x.x\Experts is in the project options search path ! (ie Project/Options/Directories-Conditionals/SearchPath). This is required because in the MM experts directory there is a single file that is needed: MMToolsApi.PAS ! Also ensure that 'MM7+' is defined in the project options ! Conditional defines ! (ie Project/Options/Directories-Conditionals/Conditional defines) ! when using version 7 or higher of MM. Note: The MMToolsApi.PAS file is protected by copyright of *************** *** 35,39 **** finding it. ! To operate correctly this version of OF expects and generates the IO Metadata identifier tag in the class metadata info as follows: --- 42,48 ---- finding it. ! Notes on Usage ! -------------- ! To operate correctly, this version of OF expects and generates the IO Metadata identifier tag in the class metadata info as follows: *************** *** 50,53 **** --- 59,64 ---- metadata identifier tag. + Feedback + -------- Please report any problems to the IO news groups at "news.instantobjects.org". |