home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / tvrw31d.zip / README < prev    next >
Text File  |  1996-03-04  |  17KB  |  513 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                    /▒▒▒▒▒▒▒▒  /▒▒   /▒▒  /▒▒▒▒▒▒▒  /▒▒   /▒▒
  10.                   │/__/▒▒__/ │//▒▒ /▒▒/ │ ▒▒__/▒▒ │ ▒▒  │ ▒▒
  11.                      │ ▒▒     │ ▒▒ │▒▒  │ ▒▒▒▒▒▒▒ │ ▒▒/▒▒ ▒▒
  12.                      │ ▒▒     │//▒▒▒▒/  │ ▒▒/▒▒_/ │ ▒▒▒▒▒▒▒▒
  13.                      │ ▒▒      │//▒▒/   │ ▒▒/ ▒▒▒ │ ▒▒▒_/▒▒▒
  14.                      │/_/       │/_/    │/_/│/__/ │/__/│/__/  DEMO v3.0
  15.  
  16.  
  17.                                  README file.
  18.  
  19.                         Turbo Vision Resource WorkShop
  20.                    Copyright (c) 1994-96 by Balázs Scheidler
  21.  
  22.  
  23.  
  24. --------------------------------------------------------------------------------
  25. TVRW readme file
  26. --------------------------------------------------------------------------------
  27.  
  28.                               Table of contents                          Page
  29.                               -----------------                          ----
  30.  
  31. Introduction.............................................................  1
  32.  
  33. Features.................................................................  2
  34.  
  35. How to get help..........................................................  3
  36.  
  37. Minimum system requirements..............................................  3
  38.  
  39. Installation.............................................................  3
  40.  
  41. Your rights..............................................................  4
  42.  
  43. Registration information.................................................  6
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. --------------------------------------------------------------------------------
  82. TVRW readme file
  83. --------------------------------------------------------------------------------
  84.  
  85. --------------------------------------------------------------------------------
  86. TVRW readme file                                                       Page 1
  87. --------------------------------------------------------------------------------
  88.                              Introduction
  89.  
  90.  Thank you for taking  the time to evaluate Turbo Vision Resource WorkShop. You
  91.  will find  a  great help  for creating your Turbo Vision applications. It is a
  92.  marvellous utility that helps  you managing Turbo Vision resource files. Turbo
  93.  Vision Resource WorkShop  allows  you to  create, delete and edit Turbo Vision
  94.  resources and much more.  It also allows  you to create the source code of all
  95.  of your created objects.
  96.  
  97.  Please keep  in  mind that Turbo Vision Resource WorkShop is being distributed
  98.  as Shareware.  This gives  you  the  opportunity to "try before you buy", just
  99.  as a test drive in  your new car.  But just as the car dealer needs to be paid
  100.  for his efforts so do I!
  101.  
  102.  New features in version 2.0
  103.  ---------------------------
  104.   ■ Undo-Redo feature. TVRW now allows you to undo up to 100 previous
  105.     operations
  106.   ■ Using DPMI server. TVRW is now running in protected mode so it is using all
  107.     of your computer's memory. That's why you should have your DPMI16BI.OVL and
  108.     RTM.EXE somewhere on your path.
  109.   ■ Local constant file. Every resource file has its OWN constant file. This
  110.     allows you to edit multiple projects at the same time.
  111.   ■ Sourcer now generates constant unit which contains all of your constants
  112.     declared in TVRW.
  113.   ■ Most of the bugs are fixed (I hope).
  114.   ■ Resource manager now displays the type of the objects.
  115.   ■ Editors ask if you really want to quit only if the edited object had been
  116.     modified.
  117.   ■ And much more...
  118.  
  119.   New features in 3.0
  120.   -------------------
  121.   ■ C++ codegenerator, many of you asked for a C++ codegenerator, now it is 
  122.     included.
  123.   ■ enhanced constant support
  124.   ■ new file format: *.RWP, but TVRW is still able to open *.RES files, but
  125.     cannot save in RES format.
  126.   ■ Extendable set of controls! You can write your own control library
  127.   ■ New and nicer Status editor
  128.   ■ The editors are no more Modal dialogs, you can easily switch between two
  129.     edited dialog
  130.   ■ enhanced sourcer: there are much more options you can set if you want to
  131.     write source of a dialog
  132.   ■ and much more...
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. --------------------------------------------------------------------------------
  143. TVRW readme file                                                       Page 1
  144. --------------------------------------------------------------------------------
  145.  
  146. --------------------------------------------------------------------------------
  147. TVRW readme file                                                       Page 2
  148. --------------------------------------------------------------------------------
  149.                                 Features
  150.  
  151.  
  152.   ■ Allows you to use Turbo Vision 2.0 new controls
  153.  
  154.     - Inputline validators
  155.     - Multicheckboxes controls
  156.     - Memo controls
  157.   ■ 5 resource types: Dialogs, String tables, Menubars, StatusLines and
  158.     dialog SubViews
  159.   ■ A special function: change the objects's type ID. (You can edit derived
  160.     object types)
  161.   ■ Develop your resources only with your mouse
  162.   ■ You may test resources in a simulated run-time environment
  163.   ■ Generated resource files are compatible with TP 6.0, TP 7.0
  164.   ■ Generated source files compatible with TP 7.0, after a few modification:
  165.     TP 6.0, Borland C++ 4.02 with TV 2.0
  166.   ■ Source code generation: You may generate the following type of sources
  167.       - A program that creates the resource file
  168.       - A skeleton Application, that use the resource file
  169.       - Include file that contains a resource creation (eg. Dialog, Menu,
  170.         StatusLine, Strings, SubView)
  171.       - Constant unit (A unit which declares the constants you used in TVRW)
  172.       - HelpFile skeleton
  173.       - TVRW is now able to generate these source files based on skeleton files
  174.         With this you can easily modify the format TVRW writes its output.
  175.   ■ Constant support: You may use readable constants instead of numbers,
  176.     when you specify command codes, keycodes, and helpcontexts. You can
  177.     extract constants from your source units or programs.
  178.   ■ Powerful Clipboard feature
  179.       - It allows you to move resources from one file to another
  180.       - It can be used as a library of controls. For example: you create a
  181.         control named OkBtn, you put it on the clipboard and afterwards every
  182.         time you need an Ok button, just press Shift+Ins and it is there
  183.   ■ Cut design time by at least half.
  184.   ■ Full On-Line help facility
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203. --------------------------------------------------------------------------------
  204. TVRW readme file                                                       Page 2
  205. --------------------------------------------------------------------------------
  206.  
  207. --------------------------------------------------------------------------------
  208. TVRW readme file                                                       Page 3
  209. --------------------------------------------------------------------------------
  210.                            How to get help
  211.  
  212.  Questions should be directed to:
  213.  
  214.   Balázs Scheidler
  215.   42. Bem Street
  216.   Szekszárd, 7100
  217.   HUNGARY
  218.   e-mail: bazsi@hal2000.vein.hu
  219.           bazsi@vekoll.saturnus.vein.hu
  220.           bazsi@almos.vein.hu
  221.           bzs@magix.saturnus.vein.hu
  222.  
  223.   Technical assistance is available  for both registered and unregistered users
  224.  of Turbo Vision Resource WorkShop.
  225.  
  226.   I've set up a mailing list you may want to join if you are using Turbo Vision
  227. Resource WorkShop. I send articles to this mailing list about program updates
  228. and also special offers. To subscribe to this mailing list, send a message to
  229. listserv@balabit.saturnus.vein.hu containing "subscribe tvrw". The subject line
  230. is ignored. To send a message to the members of the list, send your message to
  231. the address: tvrwlist@balabit.saturnus.vein.hu
  232.  
  233.  
  234.                         Minimum system requirements
  235.  
  236.  
  237.                  Minimum                 Recommended
  238.                  --------------------------------------------------
  239.  Computer        IBM AT 286              IBM AT 386DX 40MHz
  240.  Harddisk          -                     a quick IDE or SCSI drive
  241.  Display         CGA/EGA/VGA/Hercules      -
  242.  Mouse           MS Mouse driver 6.11      -
  243.  Memory          640kB                   4 MB
  244.  DPMI            Shipped with TP 7.0       -
  245.  
  246.                               Installation
  247.  
  248.  
  249.  The DEMO  version  is  archieved and is called TVRWxxD.ZIP, where xx means the
  250.  current  version. Create  a  directory  and  dearchieve  the  program. Add the
  251.  statement  'C:\TVRW'  in  your  PATH  section  of  your AUTOEXEC.BAT file. The
  252.  installation is now complete.
  253.  
  254.  The REGISTERED version has an install program. Just  put the installation disk
  255.  into your disk drive (for example A:), and enter the command:
  256.  
  257.    A:\INSTALL
  258.  
  259.  And answer the following questions.
  260.  
  261.  
  262.  
  263.  
  264.  
  265. --------------------------------------------------------------------------------
  266. TVRW readme file                                                       Page 3
  267. --------------------------------------------------------------------------------
  268.  
  269. --------------------------------------------------------------------------------
  270. TVRW readme file                                                       Page 4
  271. --------------------------------------------------------------------------------
  272.                                Your rights
  273.  
  274.  Turbo Vision  Resource WorkShop  is  copyrighted  material. It is protected by
  275.  Hungarian  and international copyright laws. You  may  not make any changes or 
  276.  modifications  to  Turbo  Vision  Resource WorkShop  or  this  manual. You may 
  277.  not  decompile,  disassemble,  or  otherwise  reverse-engineer the software in 
  278.  any way.
  279.  
  280.  You  may  use  Turbo Vision Resource WorkShop on a thirty (30) day trial basis
  281.  only. If  you use  Turbo Vision Resource WorkShop  past  the 30 day evaluation
  282.  period you are required to purchase it.
  283.  
  284.                                 Warranty
  285.  
  286.  I  (Balázs Scheidler)  do  not warrant  that the  registered  version  of  the
  287.  software will meet  your  requirements  or  that the operation of the software
  288.  will be  uninterrupted  or error free.  The  warranty does not cover any media
  289.  or  documentation  which  has  been  subjected  to damage  or  abuse by you or
  290.  others. In other words there is no warranty either implied or expressed.
  291.  
  292.  I'm not responsible  nor  liable  in anyway for any problems or  damage caused
  293.  by  this  software  that  may  result from using this software. This includes,
  294.  but  is  not limited to,  computer  hardware,   computer  software,  operating
  295.  systems, and  any computer or  computing  accessories. End user agrees to hold
  296.  me (Balázs Scheidler)  harmless  for  any problems arising from the use of the
  297.  software. I  SHALL NOT IN  ANY  CASE  BE  LIABLE  FOR ANY SPECIAL, INCIDENTAL,
  298.  CONSEQUENTIAL,  INDIRECT  OR  OTHER SIMILAR DAMAGES ARISING FROM ANY BREACH OF
  299.  THESE WARRANTIES
  300.  
  301.                            Copying the software
  302.  
  303.  The  DEMO  version  of the  software can  be  copied, distributed, included in
  304.  shareware disks, but the program must be shipped with the following files:
  305.  
  306.      TVRW    .EXE ..................... Main program executable
  307.      TVRWXT  .EXE ..................... The XT version executable
  308.      TVRW    .HLP ..................... Online help file
  309.      README  .    ..................... This document
  310.      REGISTER.FRM ..................... Registration form
  311.      LICENSE .TXT ..................... The license agreement.
  312.  
  313.  
  314.  -> No fee, charge or other compensation may be accepted or requested by anyone 
  315.     without the express written permission of Balázs Scheidler.
  316.  
  317.  -> Public  Domain  Disk Vendors May NOT CHARGE a fee for Turbo Vision Resource
  318.     WorkShop itself. However  you may include Turbo Vision Resource WorkShop on
  319.     a diskette for  which  you charge a nominal distribution fee. The purchaser
  320.     of said diskette must  be  informed in advance that the fee paid to acquire
  321.     the diskette does NOT relieve said
  322.  
  323.  
  324.  
  325.  
  326.  
  327. --------------------------------------------------------------------------------
  328. TVRW readme file                                                       Page 4
  329. --------------------------------------------------------------------------------
  330.  
  331. --------------------------------------------------------------------------------
  332. TVRW readme file                                                       Page 5
  333. --------------------------------------------------------------------------------
  334.  
  335.     purchaser  from paying  the  Registration  Fee  for  Turbo  Vision Resource
  336.     WorkShop if said purchaser uses Turbo Vision Resource WorkShop.
  337.  
  338.  -> Operators of  electronic  bulletin  board  systems (Sysops)  may post Turbo 
  339.     Vision  Resource  WorkShop  for  downloading by their users without written 
  340.     permission  ONLY  AS  LONG  AS  THE ABOVE CONDITIONS ARE MET.  A fee may be 
  341.     charged  for  access  to  the BBS AS LONG AS NO SPECIFIC FEE IS CHARGED FOR 
  342.     DOWNLOADING   Turbo  Vision Resource WorkShop files without first obtaining 
  343.     the express written permission from Balázs Scheidler to charge such a fee.
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387. --------------------------------------------------------------------------------
  388. TVRW readme file                                                       Page 5
  389. --------------------------------------------------------------------------------
  390.  
  391. --------------------------------------------------------------------------------
  392. TVRW readme file                                                       Page 6
  393. --------------------------------------------------------------------------------
  394.                            Registration Information
  395.  
  396.  Thank you for taking  the  time to find out how to register your copy of Turbo
  397.  Vision Resource  WorkShop. Please  use  the  registration form enclosed. It is
  398.  the REGISTER.FRM file.
  399.  
  400.  When you register you will receive the following:
  401.  
  402.  1. The most current version of the program.
  403.  2. The About Box of the program won't be displayed in every two minutes.
  404.  3. You will be able to use all of the functions of the program
  405.  4. Information about my program updates
  406.  5. Printed manual.
  407.  
  408.  The registration fee for Turbo Vision Resource WorkShop is $49 in US Funds, or
  409.  89DEM in German Funds.
  410.  
  411.  Questions or suggestions should be directed to:
  412.  
  413.  Balázs Scheidler
  414.  42. Bem Street
  415.  Szekszárd, 7100
  416.  HUNGARY
  417.  
  418.  Please add $3 for postal charges, and (5.25" $1, 3.5" $2) for diskette prices
  419.  
  420.  To register  your  copy of  Turbo Vision Resource WorkShop, send me the filled
  421.  registration  form,  the signed  license  agreement and pay the  fee for Turbo
  422.  Vision Resource WorkShop by one of the following methods:
  423.  
  424.  -------- HUNGARY --------
  425.  
  426.   !! This section is for Hungarians only !!
  427.  
  428.  Fizesd  be a  regisztrációs  díjat  rózsaszín postautalványon bármelyik posta-
  429.  hivatalban,  és  az igazoló-szelvényt  a  küldd  el a regisztrációs kérelemmel
  430.  együtt a címemre:
  431.  
  432.    Scheidler Balázs
  433.    Szekszárd
  434.    Bem u. 42.
  435.    7100
  436.  
  437.   A regisztrációs díj magyar felhasználók számára: 3900Ft.
  438.  
  439.   Posta költségként adj hozzá 50 Ft-ot
  440.   Lemezköltségként adj hozzá
  441.     5.25" lemez 50 Ft
  442.     3.5"  lemez 80 Ft
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449. --------------------------------------------------------------------------------
  450. TVRW readme file                                                       Page 6
  451. --------------------------------------------------------------------------------
  452.  
  453. --------------------------------------------------------------------------------
  454. TVRW readme file                                                       Page 7
  455. --------------------------------------------------------------------------------
  456.  
  457.  -------- Outside HUNGARY --------
  458.  
  459.   Amount: 49 USD (US dollars) or 69 DEM (deutche mark)
  460.  
  461.   You can send me cheques or you can use direct money transfer
  462.  
  463.   Remit the registration fee to:
  464.  
  465.    OTP Bank
  466.    Branch 840
  467.    7100 Szekszárd, HUNGARY
  468.  
  469.    account no: 1 068715/021-000
  470.  
  471.    Pay to Balázs Scheidler
  472.  
  473.   If you have troubles with direct money transfer,  you can also send cash, but
  474.   it can be risky.
  475.  
  476.   Credit cards
  477.   ------------
  478.  
  479.     Currently I'm unable to accept credit card payment, since Hungary resides in
  480.   the former eastern block, and thus our banking system is not aware of credit
  481.   cards. However things began to change and I'll be ready to accept your payments
  482.   via credit cards in the future, but I can't wait for it.
  483.     So if you want to register please first  contact me via e-mail or snail 
  484.   mail to ask whether creditcard payment is available or not.
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510. --------------------------------------------------------------------------------
  511. TVRW readme file                                                       Page 7
  512. --------------------------------------------------------------------------------
  513.