home *** CD-ROM | disk | FTP | other *** search
- Source code for Visual Basic 4 Unleashed
- ----------------------------------------
-
- A Note about 16-bit vs. 32-bit and the CD
- .........................................
-
- The source code on this CD was written with Visual Basic 4.0. In
- most cases the authors have used the 32 bit version of Visual Basic rather
- than the 16-bit version to develop these applications.
- As a result, there may be slight incompatibilities in the 16-bit
- versions of the applications. Almost certainly, there will error messages
- which are generated if you load the project files into the 16-bit version
- of Visual Basic. There are two types of error messages which can be ignored.
- The first message is that VB is unable to load a control. In most
- cases the controls are not necessary for the program to run. You may allow
- Visual Basic to continue loading the project.
- The other type of error is a warning message that DAO must be updated
- to the 16-bit version of DAO in the project file. You can ignore this error
- message as well.
- Whereever possible, there is a 16-bit EXE of the source code. There
- is not a 32-bit compiled version of the code on this CD. You will need
- to compile the source code yourself if you want a 32-bit compiled version.
-
- A special note about paths, changes, and readmes
- ................................................
-
- As we were working on putting some of the source code on the CD we
- noticed some places for enhancements to the code. Unfortunately we were
- unable to update the book itself to reflect these enhancements. However,
- you will find readme.txt or readme.wri files in several of the chapter
- directories which discuss potential problems, as well, as enhancements, and
- any settings that must be present for the code to run.
-
-
- I would like to thank all of the authors for there assistance at
- the last minute. Their cooperation is much appreciated by myself and
- everyone at Sams.
-
- Robert L. Bogue
- October 11, 1995
-
-