home *** CD-ROM | disk | FTP | other *** search
- WINDOWS FOR C
-
-
- ORGANIZATION OF READ.AAA
-
- 1. Compiler-Specific Information
- 2. General Information
- 3. New Features
- 4. Documentation Corrections
- 5. Bugs, Errors, and Corrections
- 6. Problems and Solutions
-
-
- 1. COMPILER-SPECIFIC INFORMATION
-
- COMPATIBILITY WITH VERSION 2.0 MICROSOFT COMPILERS
-
- The libraries supplied are incompatible with version 2.x of the
- Microsoft compiler. This is because of the different manner that
- global variables and functions are referenced. Version 4.0
- of the compiler prefix an _ to all function and global variable names.
-
- COMPATIBILITY WITH VERSION 3.0 MICROSOFT COMPILERS
-
- The libraries supplied were compiled using v4.0 of the Microsoft
- compiler. This version of the compiler will produce references to
- Microsoft internal functions that are not present in the Microsoft v3.0
- standard C library. Therefore, these libraries are incompatible with
- Microsoft C Compiler v3.0. If you have version 3.0 of the Microsoft
- compiler, we suggest you upgrade to the latest release or call us for a
- set of libraries that are compatible.
-
- WFC LIBRARIES WILL WORK WITH EITHER BYTE ALIGNMENT OR WORD ALIGNMENT
-
- Microsoft provides the option of compiling programs with either byte or
- word alignment. Alignmnent affects the way in which memory is
- allocated for data structures. In previous versions of WFC, one of our
- data structures needed to be modified to work properly under byte
- alignment. This is no longer the case. WFC will work as supplied
- whichever type of alignment is specified for the compiler.
-
- CONFLICT BETWEEN CL.BAT and CL.EXE
-
- We provide a batch file (cl.bat) that will compile and link programs
- using the Windows for C system. Microsoft supplies a program (cl.exe)
- that compiles and links general C source programs. The conflict in
- names prevents you from running cl.bat. We suggest you rename the
- cl.bat file.
-
- RUNNING OUT OF COMPILER SPACE
-
- When using WFC with the Microsoft compiler, you may be able to create
- files that are too large to be optimized. Microsoft provides a
- large-model version of C3.EXE named C3L.EXE. The default version on
- C3.exe was compiled using the small model. See the readme.doc file on
- disk 2 of the Microsoft distribution package for more information.
-
- WINDOW LIBRARIES
-
- The object code libraries for Windows for C are on the accompanying
- Library Diskette. See READ.AAA on that diskette for information on the
- libraries.
-
-
-
- 2. GENERAL INFORMATION
-
- DEMO PROGRAMS
-
- All demonstration programs are provided in source form and must be
- compiled and linked before they can be run. You can adapt CL.BAT on
- this diskette to perform this task. The demo programs can be found in
- the sub-directory \demos on this diskette.
-
- MICROSOFT WINDOWS AND TOPVIEW COMPATIBILITY
-
- Windows for C (and Windows for Data) are fully compatible with
- Microsoft Windows and IBM's TopView. Programs that use Windows for C
- for screen output and keyboard input can operate within a window in MS
- Windows and TopView and run in the background.
-
- All of your programs built using VCS Windows will automatically run
- under TopView and MS Windows. You do not need to buy Microsoft's or
- IBM's Programmer's Toolkits or incorporate any special code in your
- programs. Compatibility is handled automatically by Windows for C,
- which detects the presence of MS Windows or TopView and adjusts its
- screen handling to conform to their requirements.
-
- Exactly the same functions of Windows for C are used to interface
- Microsoft Windows and TopView. The material in Chapter 9 about TopView
- compatibility is completely applicable to MS Windows.
-
- The Program Interface File (PIF) format is exactly the same in TopView
- and MS Windows; thus the demonstration programs for which PIF files are
- provided on the system diskette can be run under either TopView or MS
- Windows. PIF files are found in the sub-directory \demos on this
- diskette.
-
- FUNCTIONS NOT RETURNING INTEGERS HAVE EXTERN DECLARATIONS
-
- Library functions that do not return integers have been given
- appropriate extern declarations in wfc_xtrn.h. You do not need to
- declare them within functions that you build. This will assist in
- preventing errors in the large and program models.
-
- If you do not like this feature, you can remove the declarations in
- wfc_xtrn.h.
-
-
-
- 3. NEW FEATURES
-
- CHANGES FROM VERSION 4.0
-
- Major changes are listed below:
-
- * Renaming of system header files, libraries and functions
- * New naming system introduced
- ** Many functions have been renamed
- ** Memory file structures have been renamed
- * Revised memory handling in memory files
- ** Replacement of def_fr()
- ** Added functions and capabilities
- * System structure changes
- * Revised WINDOW structure
- * VCS Debugging and Error Handling System
- * Mouse support
- * Simplified access to system error and informational messages
- * Template Definition function
- * Improved compatibility with re-entrant applications
- * Added options for placing the window name in a border
- * New macro for determining if a window is set on the screen
- * First-character selection of menu items
- * Deleted NULL #define in header files
-
- For more detailed information on these and other changes, refer to the
- section on "Important Information for Previous Users", pg vii.
-
- Because of the many changes in the system data structures, you must
- recompile all of your previous code to use the present version of
- Windows for C.
-
- 4. DOCUMENTATION CORRECTIONS
-
- ATTRIBUTE CHANGED FOR ACTIVE MENU ITEMS
-
- The attribute for the active choice field in menu2() has been changed
- from LREVERSE to LCHOICEA. On monochrome displays, no change will be
- seen. For color displays, the active choice field will appear
- different.
-
- COMPUTER.H FILE IN MANUAL IS OUTDATED
-
- The file computer.h in the Tables and Listing section of the manual is
- outdated. Please refer to the computer.h file on this diskette for the
- updated version.
-
-
-
- 5. BUGS, ERRORS, AND CORRECTIONS
-
- The bug fixes made in this version are listed in file HISTORY.DOC.
-
-
- 6. PROBLEMS AND SOLUTIONS
-
- MAXIMUM NUMBER OF FILES THAT CAN BE OPENED BY THE SYSTEM
-
- We had a report from a user that he needed to change the maximum number
- of files that could be opened on the system because our include files
- were nested so deeply. If you find this necessary, modify your
- config.sys file and change the value assigned to FILES. You will then
- have to reboot. If FILES is not present in config.sys, it defaults to
- 8. We set ours to 10 and have never had any problems.
-
- COMPATIBILITY WITH COMPUTERS WITH MONOCHROME MONITORS THAT DISPLAY
- SHADES OF GRAY
-
- Some IBM PC compatibles have a monochrome monitor that will duplicate
- the function of the IBM PC MONOCHROME card and the COLOR/GRAPHICS card.
- This enables the monitor to work in either the MONOCHROME mode or COLOR
- mode. When in the "COLOR" mode, the colors are mapped to various
- shades of gray. For systems like this, the monochrome video attribute
- UNDERLINE is not supported. The computer maps this video attribute to
- a shade of grey. Compaq computers (and possibly other brands as well)
- have this problem.
-
- TOPVIEW COMPATIBILITY AND INCOMPATIBILITY PROBLEMS
-
- Incompatibility with the EGA
-
- Version 4.1 of Windows for C is compatible with TopView, IBM's
- multi-tasking operating programs. However, according to IBM, at one
- time there was an incompatiblity between TopView and the IBM Enhanced
- Graphics Adapter when using the Enhanced Color Display in the Enhanced
- Color Mode (Hi-Res). This incompatibility is independent of Windows
- for C. This incompatibility exists when the dip-switches on the EGA
- board are set in the following manner:
-
- SW1 - off
- SW2 - on
- SW3 - on
- SW4 - off
-
- To solve this incompatibility, you must change the switch settings to
- configure the EGA for use with an Enhanced Color Display in the Normal
- Color Mode.
-
- SW1 - on
- SW2 - on
- SW3 - on
- SW4 - off
-
- Refer to the Installation Instructions for the EGA for more information
- on the switch settings.
-
- We do not know at this time if this problem has been fixed within
- TopView.
-
- Demo_wn.c and dem_menu.c are supplied with TopView PIF files. After
- you have compiled and linked these demo programs, they can be run under
- TopView. Both the executable file and the PIF file must be accessible
- on the same drive.
-
- Incompatibility with Some Compatibles
-
- Checking for TopView availability causes Windows for C to be
- incompatible with some IBM PC compatible computers. This
- incompatibility problem can be corrected within WFC. See Chapter 9 of
- the reference manual.
-
- The following IBM PC compatible computers are known to have this
- problem:
-
- Seequa Chameleon
- Lee Data 3279 - Combination 3279 terminal and PC
-
- If you discover any other machines with this problem, please let us
- know.