home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osinwatc.txt < prev    next >
Text File  |  1997-04-21  |  2KB  |  47 lines

  1. OSINWATC - WATCOM C/C++ 10.0 INSTALLATION PROBLEM IN OS/2 WARP
  2. 01/15/96
  3.  
  4. =======================================================================
  5.         WATCOM C/C++ 10.0 Installation Problem in OS/2 Warp
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. The error message, "Desktop is corrupted," is received when you restart 
  14. the system after installing WATCOM C/C++ 10.0 on a system with OS/2 
  15. Warp. The system goes to an OS/2 Window session.
  16.  
  17. RESOLUTION
  18.  
  19. 1. At the command prompt type E CONFIG.SYS and press Enter to edit the
  20.    CONFIG.SYS file.
  21.  
  22. 2. Move all references to the WATCOM directory to the end of the
  23.    LIBPATH, PATH, and DPATH statements. For example, if the LIBPATH
  24.    statement reads:
  25.  
  26.       LIBPATH=C:\WATCOM;C:\OS2\DLL;C:\OS2;
  27.  
  28.    Change it to read: 
  29.  
  30.       LIBPATH=C:\OS2\DLL;C:\OS2;C:\WATCOM;
  31.  
  32. The WATCOM 10.0 SOM DLLs are down-level to those that come with OS/2 
  33. Warp. When they are placed at the beginning of the search paths, they 
  34. are found before the current level that come with OS/2 Warp. The OS/2 
  35. code assumes the Desktop is corrupted. Changing the search path allows 
  36. the correct level of DLL to be found first.
  37.  
  38. ______________________________________________________________________
  39. IBM disclaims all warranties, whether express or implied, including 
  40. without limitation, warranties of fitness and merchantability with 
  41. respect to the information in this document. By furnishing this 
  42. document, IBM grants no licenses to any related patents or copyrights.  
  43. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  44. or brand names referenced in this document are the property of their 
  45. respective owners. Consult your product manuals for complete trademark 
  46. information. 
  47.