home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / zkuste / Delphi / navody / tt / objvm.exe / Readme.txt < prev    next >
Text File  |  1999-05-29  |  2KB  |  68 lines

  1. ObjVM 1.01 Readme file
  2.  
  3. 1. What is it ?
  4.  
  5.   This is component library for developing your own macro languages.
  6. It works with my Compiler 1.01e library and provides an objective virtual
  7. machine. It includes sample "objective" language. For example
  8. of language statements see SAMPLE\sample.txt. It Runs under
  9. Delphi 2.0 and 3.0
  10.  
  11. 2. How to install component library
  12.  
  13.   2.1 Installing VCL library
  14.  
  15.   - Ensure, you have RxLibrary 2.40 (http://rx.demo.ru ) or higher
  16.   - and Compiler VCL 1.01e ( http://attend.to/belugin )
  17.   - Copy all files from UNITS subfolder to your 3rd party components
  18.     folder
  19.   - See UNITS\RC\English or Russian for your national resources
  20.     and place RES file in folder with other units
  21.   - Register component library:
  22.      In Delphi 2:
  23.        Select in main menu:
  24.          "Component" - "Install" - "Add" - "Browse"
  25.           and select file RegObjVM.Pas
  26.          - Press OK button two times
  27.      In Delphi 3:
  28.        Select "File"-"Open" browse for RegVM.dpk in your 3rd party
  29.        component folder.
  30.        Press Install
  31.  
  32.      In Delphi 4:
  33.        Select "File"-"Open" browse for RegVM4.dpk in your 3rd party
  34.        component folder.
  35.        Press Install
  36.  
  37.   2.3 Running example
  38.  
  39.   - Open project1.dpr in your Delphi IDE from SAMPLE subfolder
  40.   - Run project
  41.   - press Load button
  42.   - select Sample.txt file from open dialog
  43.   - press Compile and Run
  44.  
  45. 3. Troubles
  46.  
  47.    - No docs now.
  48.    - Some errors with runtime error handling
  49.  
  50. 4. Remarks
  51.  
  52.    - Sorry for my terrible english
  53.    - help is generated by F1Help from unit comments
  54.         (http://www.geocities.com/SiliconValley/Vista/5524/)
  55.  
  56.                 Good By,
  57.  
  58.                             Max Belugin, 23.06.98
  59.  
  60.                             mailto: belugin@mail.ru
  61.                             http://come.to/belugin
  62.  
  63.                             Updated by:
  64.  
  65.                             Lagounoff Alexey Anatolievich
  66.                             mailto: alexs@n10.ft.stavropol.ru
  67.                             FidoNet:2:5064/13.50
  68.