Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 301)

Ticket Resolution Summary Owner Reporter
#110 fixed Upgrade to GCC 4 Dmitry A. Kuminov
Description

We should move to GCC 4 ASAP (thanks to Paul for providing the builds) because GCC 3.3.5 is waaaay to old out of life (GCC 4 includes tons of very nice fixes).

#111 fixed Stop using Open32 registry in QSettings Dmitry A. Kuminov
Description

It has shown that the Windows registry implementation in the Open32 Reg* API that we use for the QSettings storage has one severe bug: under certain conditions (I suspect an application crash while a handle to a registry path is open) it corrupts the registry database so that any further attempt to write to that path or to just delete it returns Error 87 (invalid function). Even worse, this problem is persistent -- after rebooting OS/2, the database is still broken and gives the same error.

The only way to fix the broken database I know of is to restore C:\OS2\SYSTEM\SYSTEM.DAT and C:\OS2\SYSTEM\USER.DAT from the backup. It's obvious that the backup isn't always available which makes the further use of Qt applications on the broken OS/2 system impossible. This situation must be avoided.

#112 fixed Do not use EXEPACK tool on static libraries Dmitry A. Kuminov
Description

Currently, a static library target is fed to EXEPACK as well as the EXE and DLL target. LxLite? we use for EXEPACK just nicely refuses to proceed, but this needs to be fixed anyway.

Note: See TracQuery for help on using queries.