home *** CD-ROM | disk | FTP | other *** search
/ On Hand / On_Hand_From_Softbank_1994_Release_2_Disc_1_1994.iso / 00146 / s / trial / ~doc1028.tmp next >
Text File  |  1993-10-01  |  11KB  |  289 lines

  1.  
  2.  
  3.                       Welcome to PowerBASIC 3.0!
  4.                       ==========================
  5.  
  6.     Thanks for taking the PowerBASIC 3.0 test drive!  We're pleased
  7.     you decided to take a closer look.  This is the compiler awarded
  8.     EDITOR'S CHOICE from PC Magazine in September 1993, as well as
  9.     the READER'S CHOICE 1992 award from BASIC PRO.
  10.  
  11.     This special evaluation version will introduce you to most of the
  12.     unique new features of PowerBASIC.  Use it to create, compile,
  13.     execute, and debug programs and see the difference for yourself!
  14.  
  15.     If you've never used PowerBASIC, you're in for a surprise, if you
  16.     have, you'll discover a level of functionality: Built-in Assembler;
  17.     Unsigned byte/word/dword variables; Currency variables with user
  18.     defined precision; Bit operations along with implied bit arrays;
  19.     Code pointers; Unions; and much more.  PowerBASIC 3.0 is simply
  20.     the most robust development language available.
  21.  
  22.     Of the many new features in PowerBASIC 3.0, there are a few that we
  23.     just can't resist pointing out.  Features that will truly enhance
  24.     your programming efforts:
  25.  
  26.     TSRs!
  27.       Yes, you can actually create a TSR instantly.  Never before has
  28.       it been so easy to create a POPUP!  With PowerBASIC 3.0, it takes
  29.       just five lines of code to create a working TSR.  Better yet, a
  30.       600K TSR can "pop down" to occupy just 4K of memory when not in
  31.       use.  Your POPUP programs will use EMS, XMS, even virtual memory
  32.       on disk.  You can use any stimulus to activate a TSR, even a
  33.       message from a foreground program.  And with PowerBASIC 3.0, two
  34.       way communication between multiple TSRs is no longer a dream,
  35.       it's reality.
  36.  
  37.     Built-in Assembler!
  38.       For the first time, you can write Assembler code and intermix it
  39.       line by line with your PowerBASIC code!  Reference PowerBASIC
  40.       variables, labels, and procedures directly by name, and even debug
  41.       at the CPU register level in the expanded environment.  Opcodes
  42.       like  MOV AX, abcd%  are now supported directly.  Of course, you
  43.       can still link industry-standard .OBJ's as well as libraries, if
  44.       that is your preference.
  45.  
  46.     Memory like an elephant!
  47.       Memory problems are a thing of the past!  Use EMS, XMS, even
  48.       virtual memory on disk, to ensure you can compile any size real
  49.       mode program.  And with PowerBASIC's new standalone debugger, you
  50.       can debug those larger programs as well.
  51.  
  52.     New Data Types!
  53.       Unsigned integers (byte/word/dword), fixed length strings, even
  54.       both user-defined TYPES and UNIONS.  These complement our 64-bit
  55.       integers, extended floats, currency variables with user-defined
  56.       precision, BCD floats, and flex strings.
  57.  
  58.     Communications Options!
  59.       Full support for COM1, COM2, COM3, COM4, even using any of the
  60.       non-standard IRQ lines.  Communication speeds up to 115200 Baud.
  61.       Control DTR after the port is closed.  Even mask eroors, or flush
  62.       data when one occurs.  With PowerBASIC, communications are now
  63.       under control of the programmer, not the other way around!
  64.  
  65.     The only way to really show you everything would be to give you
  66.     our Reference Guide.  (PowerBASIC comes with a Reference Guide and
  67.     a Programmer's Guide -- close to 1000 pages of documentation).  In
  68.     it, you'll find more new features like:  Unlimited Dynamic String
  69.     Space, Huge Arrays (greater than 64K), Absolute Arrays (specific
  70.     memory location), Bit operations (shift, rotate, test, set, reset,
  71.     toggle), Smart Linking of OBJ's, UNITS, and PB Libraries, Optional
  72.     variable declaration, Conditional compilation ($IF/$ELSE/$ENDIF),
  73.     ARRAY SORT/SCAN/INSERT/DELETE, and Local multi-level error trapping.
  74.     We've even added EXIT FAR to allow multi-level exit from nested
  75.     SUBS and FUNCTIONS (beats the LOMGJMP in C any day).
  76.  
  77.  
  78.     TRYPB3 Package
  79.     ==============
  80.     The TRYPB3 package is provided to allow you to evaluate the
  81.     PowerBASIC 3.0 Compiler and Development Environment.  The package
  82.     consists of the following four files:
  83.  
  84.     README       - This file.
  85.  
  86.     100WAYS.TXT  - "100 Ways PowerBASIC 3.0 Beats QuickBasic".
  87.                    A slightly irreverent view of PowerBASIC's unique
  88.                    features as compared to competing compilers.
  89.  
  90.     ARTICLE.TXT  - A reprint of the PowerBASIC 3.0 review which
  91.                    appeared in the March, 1993 issue of Basic Code
  92.                    Cache (formerly known as QB News).
  93.  
  94.     TRYPB3.EXE   - PowerBASIC 3.0 Evaluation Compiler.  All language
  95.                    features are fully functional, but the ability to
  96.                    Load, Block Read, or Include a source file must be
  97.                    restricted.  There is no limit to the size of source
  98.                    text, but it must be typed each time you wish to use
  99.                    it.  Source files may be saved for later use with
  100.                    the full version of PowerBASIC 3.0.
  101.  
  102.     TRYPB3.HLP   - The PowerBASIC 3.0 Help File.  Context-sensitive
  103.                    help is available at any time by pressing F1.
  104.                    Control-F1 allows automatic lookup of the word
  105.                    at the current cursor position.
  106.  
  107.     The TRYPB3 package may be freely distributed as long as it is not
  108.     altered in any way.
  109.  
  110.  
  111.     How to order PowerBASIC
  112.     =======================
  113.     It's easy to move up to the full power of PowerBASIC!  The complete
  114.     package consists of the PB3 Integerated Debugging Environment, a
  115.     separate command line compiler, the PBD standalone debugger, as well
  116.     as numerous utility and example programs.  It includes a Programmer's
  117.     Guide and a Reference Guide -- close to 1000 pages of documentation!
  118.  
  119.     The suggested retail price of PowerBASIC 3.0 is $149 plus $6 shipping
  120.     in North America; $22 internationally.
  121.  
  122.     You can upgrade by phone, fax, or mail, but do it today!
  123.  
  124.  
  125.                 PowerBASIC, Inc.
  126.                 235 Oak St. Suite 21
  127.                 Brentwood, CA  94513
  128.                   1-800-780-7707 (voice - US)
  129.                   1-510-516-7700 (voice - Intl)
  130.                   1-510-634-0439 (fax)
  131.  
  132.  
  133.     Third-Party Tools - Commercial
  134.     ==============================
  135.  
  136.     AnSoft, Inc
  137.     8254 Stone Trail Court                 
  138.     Laurel, MD  20723                      
  139.     (301) 470 2335 Voc/Fax                 
  140.     Printer Graphics Library "PGL Toolkit" 
  141.  
  142.     CDP Consultants
  143.     Fred Lepow           CIS ID# 70340,140
  144.     1700 Circo Del Cielo Drive
  145.     El Cajon, CA 92020
  146.     619-440-6482 Voc
  147.     800-876-0098 Phone/Fax
  148.     Index Mgr -PB Sing User Ver $ 99.00
  149.     Index Mgr -PB Netwrk Ver    $250.00
  150.  
  151.     Creative Software
  152.     Dave Navarro
  153.     1325 Glenwood Drive
  154.     Petaluma, CA 94954
  155.     707-778-1591
  156.     PBTools Professional  $129.00
  157.  
  158.     Crescent Software
  159.     Ethan Winer           CIS ID# 72241,63
  160.     11 Bailey Avenue
  161.     Ridgeway, CT  06877
  162.     203-438-5300 Voc, 203-431-4626 Fax
  163.     800-352-2742 (Orders ONLY)
  164.     Graph Pak Professional $179.00
  165.  
  166.     DigiTek Data Systems
  167.     1350 Birchcrest Blvd
  168.     Port Charlotte, FL  33952
  169.     (813) 629-9313 Voc
  170.     (813) 629-9145 BBS
  171.     GAP Source library
  172.  
  173.     EllTech                                
  174.     Tony Elliott        CIS ID# 76220,2575
  175.     4374 Shallowford Ind. Pkwy. Suite-B
  176.     Marietta, GA 30066                     
  177.     800-553-1327 Voc                       
  178.     404-928-8960 Voc                       
  179.     404-924-2807 Fax                       
  180.     E-Tree Plus - B+Tree ISAM  $199
  181.     Compression Plus library   $149
  182.     PB Toolkit, Printer Plus library, and GUI library
  183.  
  184.     GeoComp Corporation               
  185.     Aileen Lim                        
  186.     66 Commonwealth Ave               
  187.     Concorde, MA  01742
  188.     (508) 369 8504 Voc                
  189.     Printer Graphics Library "GeoGraf"
  190.  
  191.     Ted Gruber Software
  192.     P.O. Box 13408
  193.     Las Vegas, NV  89112               
  194.     (702) 735-1980                     
  195.     Graphics Gaming library "FastGraph"
  196.  
  197.     Information Management Systems, Inc.
  198.     Alan C. Earnshaw    CIS ID# 72520,2264
  199.     1165 North Industrial Dr.
  200.     Orem, Utah  84057
  201.     801-226-6390 Voc, 8:00am-4:00pm Mtn
  202.     The Full Power ToolBox $129.95
  203.     BASICally Speaking PowerBASIC Newsletter $24/year
  204.  
  205.     NoGate Consulting
  206.     P.O. Box 88115
  207.     Grand Rapids, MI 49518-0115
  208.     616-455-6270 Voc
  209.     Compression ToolKit Edition for PowerBASIC
  210.     Arc,Zip,Pak & Unpak utilities $75.00
  211.  
  212.     Novell
  213.     P.O. Box 9802 #917
  214.     Austin, Texas 78766-9990
  215.     512-794-1796 Voc, 512-345-7478 Fax
  216.     Btrieve File Indexing System
  217.  
  218.     Ocelot Computer Services, Inc.
  219.     Suite 1104
  220.     Royal Trust Tower
  221.     Edmonton Center
  222.     Edmonton Alberta  CANADA T5J 2Z2
  223.     403-421-4187 Voc, 403-497-7342 Fax
  224.     SQL Database Management System
  225.  
  226.     TeraTech
  227.     Michael Smith                         
  228.     100 Park Avenue Suite 360             
  229.     Rockville, MD  20850                  
  230.     (301) 424 3906 Voc                    
  231.     (301) 762 8184 BBS                    
  232.     ProBas Library, Financial Library,
  233.     ProMath extended mathematics library,
  234.     Spell Checker, & more
  235.  
  236.     TNT Software
  237.     Bruce Tonkin
  238.     34069 Hainesville Road
  239.     Round Lake, IL  60073
  240.     (708) 223-0832
  241.     Creator Lite Single-User Database  $59.95
  242.     Creator Multi-User Database/Report Writer $99.00
  243.     My Word! Word Processor $29.00 with source $58.00
  244.  
  245.  
  246.     Third-Party Tools - Shareware
  247.     =============================
  248.  
  249.     Howard Ballinger   CIS ID# 71121,776   
  250.     2097 7th Street                        
  251.     Oakland, CA 94607
  252.     APLIB\ADD POWER Toolkit                
  253.     Menu, Entry, Screen & System Functions 
  254.     PC ASM Tools for PowerBASIC $20.00     
  255.  
  256.     DavisWARE Software CIS ID# 74250,1062  
  257.     3 Williams Blvd -1C                    
  258.     Lake Grove, NY  11755                  
  259.     BBS: (516) 737-4637
  260.     BBS systems/Libraries/Toolkits
  261.  
  262.     Charles Robertson  CIS ID# 70130,330
  263.     Unique Software                        
  264.     PO Box 26613                           
  265.     Fort Worth, TX 76126-0613              
  266.     PBFmt PowerBasic source code formatter 
  267.     Registered Version $19.95
  268.  
  269.     Bruce Nopper        CIS ID# 73300,2444
  270.     Shadetree Software
  271.     P.O. Box 642
  272.     North Amherst, MA 01059
  273.     PBINL-Assembler Routines for PB
  274.  
  275.     Tom Hanlin
  276.     PBWiz
  277.     3544 E. Southern Avenue #104
  278.     Mesa, AZ 85205
  279.     Libraries for EMS/XMS, SVGA modes.
  280.  
  281.     Software Magic
  282.     Larry Perry
  283.     408 Lake Vista East
  284.     POB 293361
  285.     Lewisville, TX 75029
  286.     214-317-1793
  287.     Graphics, Icons, Characters
  288.     Registered Version $29.95 + Shipping
  289.