home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / BP7QA.ZIP / BPQA.TXT
Encoding:
Text File  |  1992-11-04  |  12.2 KB  |  298 lines

  1.  
  2.                        Borland Pascal with Objects 7.0
  3.                              Questions & Answers
  4.  
  5.  
  6. I. General Questions
  7.  
  8.    1. What are the new features of Borland Pascal with Objects
  9.       7.0?
  10.  
  11.       Borland Pascal with Objects 7.0 includes all of the
  12.       features necessary for high productivity application
  13.       development for DOS and Windows.  
  14.       The major new features are:
  15.  
  16.       o  Support for DOS, DOS Protected Mode (DPMI) and Windows
  17.          programming
  18.       o  Ability to create DOS Dynamic Link Libraries (DLLs) that
  19.          are binary compatible with Windows
  20.       o  High capacity DOS and Windows IDEs
  21.       o  Improved IDEs with color syntax highlighting and
  22.          undo/redo
  23.       o  DOS and Windows ObjectBrowsers for navigating source
  24.          code
  25.       o  New compiler optimizations and language features
  26.       o  Extended DOS and Windows application frameworks
  27.       o  Over 3,800 pages of documentation with many new
  28.          tutorials
  29.       o  Over 4 megabytes of on-line help including the Windows
  30.          API
  31.  
  32.  
  33.    2. What are the new features of Turbo Pascal 7.0?
  34.  
  35.       Turbo Pascal 7.0 includes features that make it the best
  36.       way to learn object-oriented programming.  The major new
  37.       features of Turbo Pascal 7.0 are:
  38.  
  39.       o  High capacity DOS Integrated Development Environment
  40.          (IDE)
  41.       o  Improved IDE with color syntax highlighting and
  42.          undo/redo
  43.       o  ObjectBrowser for navigating source code
  44.       o  Additional Turbo Vision objects
  45.       o  1,500 pages of documentation with several new tutorials
  46.       o  1 megabyte of on-line help with copy-and-paste examples
  47.  
  48.  
  49.    3. What's the difference between Borland Pascal with Objects
  50.       7.0 and Turbo Pascal 7.0?
  51.  
  52.       Borland Pascal with Objects 7.0 includes features aimed at
  53.       professional DOS and Windows programmers including the
  54.       ability to create DOS Protected Mode (DPMI) applications,
  55.       DOS Dynamic Link Libraries (DLLs), as well as a more
  56.       complete set of professional tools including Turbo
  57.       Debugger, Turbo Profiler, Turbo Assembler.
  58.  
  59.       Turbo Pascal 7.0 is a subset of Borland Pascal with Objects
  60.       and includes the ability to create DOS real mode programs. 
  61.       It includes the high capacity IDE, ObjectBrowser and
  62.       extended Turbo Vision application framework, but does not
  63.       support DOS Protected Mode (DPMI) or Windows development.
  64.  
  65.  
  66.    4. Who uses Pascal?
  67.  
  68.       Borland has shipped over 2,000,000 units of Pascal.  The
  69.       largest segment of Pascal customers is professional
  70.       programmers, who make up 40% of the market.  Pascal is
  71.       widely used for internal corporate application development,
  72.       by consultants and VARs in vertical markets such as
  73.       health-care and construction and by commercial "shrink
  74.       wrap" software developers.  Borland Pascal with Objects 7.0
  75.       is targeted directly to professional programmers who want
  76.       high productivity development for DOS and Windows.
  77.  
  78.       Pascal is also the most popular language for learning
  79.       structured and object-oriented programming.  Turbo Pascal
  80.       7.0 is targeted at new programmers who want the fastest way
  81.       to learn object-oriented programming.
  82.  
  83.  
  84.    5. Are there commercial applications written in Pascal?
  85.  
  86.       There are many commercial "shrink wrap" software products
  87.       written in Pascal.  These products include leading CAD
  88.       packages such as Autodesk's Generic Cadd, Fast CAD, Turbo
  89.       CAD, Claris' Filemaker Pro for Windows, leading tax
  90.       preparation software such as Tax Cut, Turbo Tax, Parson's
  91.       Personal Tax Edge, financial packages such as Money   
  92.       Counts, communications packages such as QModem, Tapcis,
  93.       Ozcis and many others.
  94.  
  95.  
  96.    6. Does Borland use Pascal to develop any of its products?
  97.  
  98.       Borland has a major commercial application under
  99.       development using the new Borland Pascal with Objects 7.0. 
  100.       Borland has not yet announced the name of the application
  101.       being developed in Pascal.
  102.  
  103.       In addition, the DOS IDE for Borland Pascal with Objects
  104.       7.0 is written entirely in Pascal using the Turbo Vision
  105.       application framework.
  106.  
  107.  
  108.    7. Why has the product name changed?
  109.  
  110.       We've called the new professional Pascal programming system
  111.       "Borland Pascal with Objects" to reflect the professional
  112.       positioning of the product and provide greater consistency
  113.       with the C++ product line. Borland continues to offer Turbo
  114.       Pascal 7.0 and Turbo Pascal for Windows 1.5 for entry level
  115.       programmers who do not need all of the advanced
  116.       capabilities that professionals require.
  117.  
  118.  
  119.    8. What are the benefits of creating DPMI applications?
  120.  
  121.       By using Borland Pascal with Objects 7.0 you can create DOS
  122.       Protected Mode (DPMI) applications that break through the
  123.       640K barrier and access up to 16 megabytes of memory for
  124.       code and data.  This gives you higher capacity for dealing
  125.       with larger amounts of data for more efficient processing.
  126.  
  127.  
  128.    9. How do you create DPMI applications?
  129.  
  130.       You can simply select the Compile Target menu choice to DOS
  131.       protected mode and recompile existing programs.  The
  132.       compiler will create an EXE with a real-mode stub that
  133.       automatically loads the DPMI server and runtime manager and
  134.       then switches to protected mode and runs your program.
  135.  
  136.  
  137.    10.What DPMI technology do you use?  Is there a royalty
  138.       charge?
  139.  
  140.       The DOS extender is fully compatible with the DPMI
  141.       specification and is based entirely on Borland technology
  142.       and was used in the latest version of Borland's Paradox 4.0
  143.       database.  No royalty payments or runtime charges are
  144.       required to distribute protected-mode applications written
  145.       with Borland Pascal with Objects 7.0.
  146.  
  147.  
  148.    11.What is the benefit of DOS DLLs?  How do you use them?
  149.  
  150.       By creating programs as Dynamic Link Libraries (DLLs) you
  151.       are able to share the same source code and binary file
  152.       between both DOS and Windows programs.  For example, a
  153.       typical business application might be constructed with a
  154.       DOS Turbo Vision user interface and a Dynamic Link Library
  155.       that does "back end" computation and data processing.  The
  156.       back end DLL can be shared with a Windows version of the
  157.       program that uses an ObjectWindows user interface.  The
  158.       source code to the DLL does not require any changes to work
  159.       in Windows and, in fact, does not even need to be
  160.       recompiled to work in Windows.
  161.  
  162.       In the same way, you can compile C or C++ code as a Dynamic
  163.       Link Library using Borland C++ or any other compiler and
  164.       link that code into Windows or DOS applications written
  165.       with Borland Pascal with Objects.  No other language offers
  166.       the ability to create and link to
  167.       DOS and Windows DLLs.
  168.  
  169.  
  170.    12.What are the new optimizations in Borland Pascal with
  171.       Objects 7.0?
  172.  
  173.       Several new compiler optimizations have been added so that
  174.       existing programs can be recompiled for faster performance. 
  175.       These include 32 bit LongInt math operations, redundant
  176.       pointer load suppression, optimized sets, constant
  177.       parameters and faster string and file I/O routines.
  178.  
  179.  
  180.    13.Does Borland Pascal with Objects 7.0 include visual
  181.       resource editing?
  182.  
  183.       Yes, Borland Pascal with Objects 7.0 includes Borland's
  184.       Resource Workshop, a fast, powerful way to visually created
  185.       user interface elements including menus, dialogs, bitmaps,
  186.       cursors, icons and so on. There are also third party visual
  187.       resource editing tools available for use with Turbo Vision,
  188.       including Blaise's Turbo Vision Development Toolkit.
  189.  
  190.  
  191.    14.Do developers need to buy the Microsoft Windows Software
  192.       Development Kit (SDK) to use Borland Pascal with Objects
  193.       7.0?
  194.  
  195.       No, Borland Pascal with Objects includes everything you
  196.       need to develop DOS and Windows applications.  It is fully
  197.       compatible with Windows 3.0 and 3.1.  It includes:
  198.       o  Windows Integrated Development Environment
  199.       o  Borland Pascal with Objects command line compiler
  200.       o  Windows 3.1 interface files
  201.       o  ObjectWindows application framework
  202.       o  Resource Workshop
  203.       o  WinSight
  204.       o  WinSpector
  205.       o  Resource Compiler
  206.       o  Help Compiler
  207.       o  Turbo Help hypertext system
  208.       o  Sample programs
  209.       o  Complete Windows tutorials
  210.  
  211.  
  212.    15.Does Borland Pascal with Objects 7.0 include help on new
  213.       Windows 3.1 API functions?
  214.       The on-line Turbo Help system has been completely expanded
  215.       to provide more detailed descriptions of Windows API
  216.       functions as well as new entries for all new Windows 3.1
  217.       features.  There are over 4 megabytes of on-line help.  In
  218.       addition, we are making available a complete printed
  219.       reference 3 volume set of all Windows API calls for $39.95.
  220.       This three volume set includes Pascal definitions of all
  221.       API calls and data structures.
  222.  
  223.  
  224.    16.Is the Runtime Library Source Code included?
  225.  
  226.       As a special bonus to purchasers of Borland Pascal with
  227.       Objects 7.0, we will include in all upgrades a retail
  228.       purchases the Application Frameworks and Runtime Library
  229.       Source Code.  This includes the complete source code to the
  230.       Turbo Vision and ObjectWindows application frameworks and
  231.       is a $195 value.
  232.  
  233.  
  234.    17.Is there a CASE tool for Pascal?  What is Protogen?
  235.  
  236.       Since there are many professional programmers who are new
  237.       to Windows development, Borland will be making available a
  238.       version of the Protogen CASE tool that generates Pascal
  239.       source code.  Protogen allows developers to draw their user
  240.       interface in Windows and then automatically generate much
  241.       of the standard Windows code that is required.  This makes
  242.       it much easier to get started in Windows and
  243.       object-oriented programming.  Protogen will be made
  244.       available for the special price of $49.95 to purchasers of
  245.       Borland Pascal with Objects 7.0.
  246.  
  247.  
  248.    18.Does Borland Pascal with Objects work with the new Paradox
  249.       Engine?
  250.  
  251.       Yes Borland Pascal with Objects works with the latest
  252.       version of the Paradox Engine 3.0.  Paradox Engine 3.0
  253.       includes support for real mode, DOS protected mode (DPMI)
  254.       and Windows application development in Pascal.  It also
  255.       includes a complete object-oriented database framework for
  256.       Pascal programmers as well as faster and more memory    
  257.       efficient performance.  Paradox Engine 3.0 is available
  258.       separately.
  259.  
  260.  
  261.    19.What is the minimum hardware configurations for Borland
  262.       Pascal with Objects 7.0 and Turbo Pascal 7.0?
  263.  
  264.       Borland Pascal with Objects 7.0 requires an 80286 or higher
  265.       processor, 2 megabytes of memory, a hard disk.  For Windows
  266.       development you must also have Windows 3.0 or later,
  267.       graphics (EGA, Hercules, VGA or higher resolution) and a
  268.       mouse.
  269.  
  270.       Turbo Pascal 7.0 requires 720K of disk space and 512K of
  271.       memory.  A hard disk and 80286 or higher processor is
  272.       required to use the high-capacity IDE.
  273.  
  274.  
  275.    20.How do the new products affect the existing product line?
  276.  
  277.       Borland Pascal with Objects 7.0 and Turbo Pascal 7.0
  278.       replace the existing Turbo Pascal Professional 6.0 and
  279.       Turbo Pascal 6.0 products. Turbo Pascal for Windows 1.5
  280.       remains on the market as an entry level object-oriented
  281.       programming system for Windows.
  282.  
  283.  
  284.    21.What is the pricing and availability?
  285.  
  286.       Borland Pascal with Objects 7.0 has a suggested retail
  287.       price of $495.00.  Upgrades from any previous version of
  288.       Turbo Pascal for DOS or Windows to Borland Pascal with
  289.       Objects 7.0 are $149.95. As a special bonus, Borland Pascal
  290.       with Objects 7.0 includes the Application Frameworks and
  291.       Runtime Library source code, a $195 value.
  292.  
  293.       Turbo Pascal 7.0 has a suggested retail price of $149.95.
  294.       Upgrades from any previous version of Turbo Pascal for DOS
  295.       or Windows to Turbo Pascal 7.0 is $89.95.
  296.  
  297.       Both products will ship November 2, 1992.
  298.