Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (103 - 105 of 301)

Ticket Resolution Summary Owner Reporter
#128 fixed "lib" WPI package doesn't install on systems with no XWorkplace installed Dmitry A. Kuminov
Description

If you try to install the lib package on a system that doesn't have XWorkplace installed, it will fail as described here.

#130 fixed Clicking HTTP links doesn't start the browser Dmitry A. Kuminov
Description

A user reports that he is unable to start the browser by clicking on HTTP links in Qt applications although it has correctly set up the path to the broser executable in HINI_USER_PROFILE\WPURLDEFAULTSETTINGS.

#131 fixed Suppress hardware errors if AUTOFAIL is missing from CONFIG.SYS Dmitry A. Kuminov
Description

There's already been some discussion about whether we should issue DosError?(FERR_DISABLEHARDERR) or not upon Qt initialization. Back then, I decided that we should not. Now I think that we may satisfy all parties by doing this call if there is no explicit AUTOFAIL setting in CONFIG.SYS which will:

  1. Disable these annoying error notification dialogs on systems where it is implicitly on by default (i.e. no AUTOFAIL setting in CONFIG.SYS, which is equivalent to AUTOFAIL=NO). This is the case for old Warp installations.
  2. Won't change the behavior on modern eCS systems which put AUTOFAIL=YES in CONFIG.SYS by default.
  3. Let people that want these notifications have them by explicitly putting AUTOFAIL=NO to CONFIG.SYS.

This thread contains some recent discussion on this topic.

Note: See TracQuery for help on using queries.