Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (241 - 243 of 301)

Ticket Owner Reporter Resolution Summary
#64 Dmitry A. Kuminov wontfix Port qt3support module
Description

There are some platform-dependent parts such as in the Q3Process class which need to be ported to OS/2 (in the simplest case taken from the Qt3 port).

However, this functionality is rarely necessary in mature real life applications and therefore has low priority.

#66 Silvan Scherrer fixed QSysInfo::OS2Ver
Description

if we are bored we may add the above function to detect the right OS2 version.

http://ewiki.ecomstation.nl/HowToDetectVersion has an example how to detect the right ecs version

#72 Dmitry A. Kuminov Dmitry A. Kuminov fixed QProcess cannot start applications of other types directly
Description

An attempt to start a PM application from a console Qt application will just fail because DosExecPgm (used by spawnvpe() we use in QProcess) cannot start applications of different type.

One of the possible solutions is to start such applications indirectly through cmd.exe ("cmd.exe /c app.exe") which knows how to create new sessions of different type.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.