home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / Software / TemaCD / tcvpa / ReadMe.TXT < prev    next >
Text File  |  1999-06-03  |  3KB  |  78 lines

  1. Visual Programming Armoury.
  2. Version 1.23 was built on June 3, 1999.
  3. Copyright (c) 1996-1999 Terminal-Complex Ltd.
  4.  
  5. ***** Brief Overview *****
  6.  
  7. Visual Programming Armoury is an IDE for C++ and Java. It implements a concept of
  8. multidimensional desktop. The ergonomics of VPA helps you maintain large projects.
  9. There are 3 frameworks: C++, Persistence Smith and Java. All of them are compiler-
  10. independent structured processors of source code. C++ framework includes a designer
  11. of event-driven composite GUI and a resource editor. Persistence Smith framework is
  12. built upon the object-relational layer which allows you to interact with business
  13. objects instead of going directly to RDBMS. An extended semantics of C++ provides
  14. full-featured capability to program a back-end's logic: queries and updates are
  15. issued against the object model instead of the storage one. Diagrams of persistent
  16. class helps you design applied object model. Thus a system that uses relational
  17. database is engineered in terms of object-oriented methodology. All of your code
  18. is completely portable between variety of database products. The set of class
  19. libraries formalize GUI up to high-level primitives which query, retrieve, navigate,
  20. edit data, aid input, do printing job. Java framework supports class diagrams and
  21. reverse engineering of source code.
  22.  
  23. ***** System Requirements *****
  24.  
  25. Visual Programming Armoury runs on Windows 95/98/NT on Intel hardware. A 486/DX
  26. or faster processor and at least 16MB of RAM are recommended. You should have 8MB
  27. of free disk space plus 4MB additional temporary disk space available during setup
  28. process before attempting to install the software.
  29.  
  30. To build C++ projects any compiler is suitable. You may customize makefile and rules
  31. of parsing errors and warnings according to the examples supplied. Persistence Smith
  32. framework is shipped with class libraries in Microsoft Visual C++ format. To build
  33. and run Java projects a Java platform must be installed. In spite of absence of C++
  34. or Java compilers you may analyse demo projects, create new ones, explore class
  35. libraries shipped with VPA, execute modeling, write source code and document it.
  36.  
  37. ***** Installation *****
  38.  
  39. After installation set up PATH, INCLUDE, LIB, CLASSPATH environment variables as
  40. shown below and restart the system. INCLUDE and LIB are necessary for C++ and
  41. Persistence Smith. CLASSPATH is necessary for Java framework.
  42.  
  43. For Windows 95/98 alter autoexec.bat:
  44.    SET PATH=%PATH%;c:\tcvpa\bin
  45.    SET INCLUDE=%INCLUDE%;c:\tcvpa\include
  46.    SET LIB=%LIB%;c:\tcvpa\lib
  47.    SET CLASSPATH=%CLASSPATH%;c:\tcvpa\lib\tcUtils.zip
  48.  
  49. For Windows NT alter "Control Panel / System / Environment / User Variables":
  50.    add c:\tcvpa\bin to PATH
  51.    add c:\tcvpa\include to INCLUDE
  52.    add c:\tcvpa\lib to LIB
  53.    add c:\tcvpa\lib\tcUtils.zip to CLASSPATH
  54.  
  55. ***** Licensing and Distribution Rights *****
  56.  
  57. Visual Programming Armoury is a freeware program. This means that you may use
  58. it free of charge. You may also distribute it freely to others so they may try it.
  59.  
  60. ***** Contact Information *****
  61.  
  62. Address
  63.    Terminal-Complex Ltd.
  64.    189620, Oktjabrsky Boulevard 14/33, Pushkin, Saint-Petersburg, Russia.
  65.  
  66. Telephone
  67.    +7 (812) 466-5711
  68.    +7 (812) 466-2858
  69.  
  70. Fax
  71.    +7 (812) 466-5830
  72.  
  73. E-Mail
  74.    polymorph@mail.ru
  75.  
  76. Web Site
  77.    http://www.polymorph.spb.ru
  78.