[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 5.04 alive, but...



>How can I test in the most elegant
>way, which system version the machine is running on? (I
>mean besides picking a changed tool and testing the
>version number).
 
The official way, following the lead of IR, the Control Panel, and I think a
document somewhere, is to check for QDVersion => 0x307
 
function System6: boolean;
begin
        System6 := QDVersion&$0FFF>=$0307;
end;
 
 

--
  --Jay, jay.krell@cornell.edu