home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / source / readme.txt < prev   
Encoding:
Text File  |  1995-10-11  |  2.0 KB  |  42 lines

  1. Source code for Visual Basic 4 Unleashed
  2. ----------------------------------------
  3.  
  4. A Note about 16-bit vs. 32-bit and the CD
  5. .........................................
  6.  
  7.         The source code on this CD was written with Visual Basic 4.0.  In
  8. most cases the authors have used the 32 bit version of Visual Basic rather
  9. than the 16-bit version to develop these applications.
  10.         As a result, there may be slight incompatibilities in the 16-bit
  11. versions of the applications.  Almost certainly, there will error messages
  12. which are generated if you load the project files into the 16-bit version
  13. of Visual Basic.  There are two types of error messages which can be ignored.
  14.         The first message is that VB is unable to load a control.  In most
  15. cases the controls are not necessary for the program to run.  You may allow
  16. Visual Basic to continue loading the project.
  17.         The other type of error is a warning message that DAO must be updated
  18. to the 16-bit version of DAO in the project file.  You can ignore this error
  19. message as well.
  20.         Whereever possible, there is a 16-bit EXE of the source code.  There
  21. is not a 32-bit compiled version of the code on this CD.  You will need
  22. to compile the source code yourself if you want a 32-bit compiled version.
  23.  
  24. A special note about paths, changes, and readmes
  25. ................................................
  26.  
  27.         As we were working on putting some of the source code on the CD we
  28. noticed some places for enhancements to the code.  Unfortunately we were
  29. unable to update the book itself to reflect these enhancements.  However,
  30. you will find readme.txt or readme.wri files in several of the chapter
  31. directories which discuss potential problems, as well, as enhancements, and
  32. any settings that must be present for the code to run.
  33.  
  34.  
  35.         I would like to thank all of the authors for there assistance at
  36. the last minute.  Their cooperation is much appreciated by myself and
  37. everyone at Sams.
  38.  
  39.         Robert L. Bogue
  40.         October 11, 1995
  41.         
  42.