home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 4611 / fw16d.ins / INCLUDE / README.TXT < prev    next >
Text File  |  1994-06-09  |  1KB  |  40 lines

  1. //----------------------------------------------------------------------------//
  2. // Very important: If you get a Memory OverBooked message when compiling,
  3. // try to increase your DOS free Memory and also you may comment some
  4. // of the following CH headers files that you don't use. As a example,
  5. // try to remove:
  6. //
  7. // This problem does not appears if you use Clipper 5.2, so try to work
  8. // with Clipper 5.2 which is really superb!
  9. // 
  10. //
  11. //        * Dbf.ch     -->  Write  // Dbf.ch
  12. //        * DDE.ch     -->    "    // DDE.ch
  13. //        * DLL.ch     -->    "    // DLL.ch
  14. //        * Objects.ch -->    "    // Objects.ch
  15. //        * Video.ch   -->    "    // Video.ch
  16. //
  17. // Also, we propose you this config.sys which is _really_ excelent:
  18. //
  19. //  DEVICE=C:\DOS\HIMEM.SYS
  20. //  DEVICE=C:\WINDOWS\EMM386.exe RAM 1024 FRAME=E000
  21. //  REM /I=B000-B7FF     <<--- PLACE IT AT THE END OF THE ABOVE, ONLY FOR NON-WINDOWS USERS <g>
  22. //  DEVICEHIGH=C:\DOS\RAMDRIVE.SYS /E 2024
  23. //  DOS=HIGH,UMB
  24. //  COUNTRY=034,,C:\DOS\COUNTRY.SYS
  25. //  FILES=50
  26. //  BUFFERS=25
  27. //
  28. //  And this autoexec.bat:
  29. //
  30. //  LH C:\DOS\SMARTDRV.EXE
  31. //  @ECHO OFF
  32. //  PROMPT $p$g
  33. //  PATH C:\WINDOWS;C:\DOS;C:\CLIPPER5\BIN
  34. //  SET TEMP=D:                     <<--- USE A RAM DRIVE!
  35. //  SET CLIPPER=F50
  36. //  LH KEYB SP,,C:\DOS\KEYBOARD.SYS
  37. //  LH MOUSE
  38. //
  39. //----------------------------------------------------------------------------//
  40.