RichAlgeni wrote:Are we close??? The suspense is killing me!
The release comes before GeoTrail is quit smoking one year
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Select OSVersion()
Case #PB_OS_Windows_NT3_51
Debug "Windows NT 3.51"
Case #PB_OS_Windows_95
Debug "Windows 95"
Case #PB_OS_Windows_NT_4
Debug "Windows NT 4"
Case #PB_OS_Windows_98
Debug "Windows 98"
Case #PB_OS_Windows_ME
Debug "Windows ME"
Case #PB_OS_Windows_2000
Debug "Windows 2000"
Case #PB_OS_Windows_XP
Debug "Windows XP"
Case #PB_OS_Windows_Server_2003
Debug "Windows Server 2000"
Case #PB_OS_Windows_Vista
Debug "Windows Vista"
Case #PB_OS_Windows_Server_2008
Debug "Windows Server 2008"
Case #PB_OS_Windows_7
Debug "Windows 7"
Case #PB_OS_Windows_Future
Debug "Windows 8"
Default
Debug "Unknown version"
EndSelect
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Select OSVersion()
Case #PB_OS_Windows_NT3_51
Debug "Windows NT 3.51"
Case #PB_OS_Windows_95
Debug "Windows 95"
Case #PB_OS_Windows_NT_4
Debug "Windows NT 4"
Case #PB_OS_Windows_98
Debug "Windows 98"
Case #PB_OS_Windows_ME
Debug "Windows ME"
Case #PB_OS_Windows_2000
Debug "Windows 2000"
Case #PB_OS_Windows_XP
Debug "Windows XP"
Case #PB_OS_Windows_Server_2003
Debug "Windows Server 2000"
Case #PB_OS_Windows_Vista
Debug "Windows Vista"
Case #PB_OS_Windows_Server_2008
Debug "Windows Server 2008"
Case #PB_OS_Windows_7
Debug "Windows 7"
Case #PB_OS_Windows_8
Debug "Windows 8"
Case #PB_OS_Windows_Future
Debug "Windows BLUE ;-)"
Default
Debug "Unknown version"
EndSelect
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.