(btw, next tuesday, in one week and one day, it has been exactly 5 months since I quit smoking) YEEYYY
PureBasic 5.10 beta 5
Re: PureBasic 5.10 beta 5
Awesome. Thanks 
(btw, next tuesday, in one week and one day, it has been exactly 5 months since I quit smoking) YEEYYY
(btw, next tuesday, in one week and one day, it has been exactly 5 months since I quit smoking) YEEYYY
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Re: PureBasic 5.10 beta 5
Mac OS: UnpackMemory() not found!
Re: PureBasic 5.10 beta 5
Please don't use this thread for coding questions, and read the changelog thanks.
- RichAlgeni
- Addict

- Posts: 935
- Joined: Wed Sep 22, 2010 1:50 am
- Location: Bradenton, FL
Re: PureBasic 5.10 beta 5
Are we close??? The suspense is killing me!
Re: PureBasic 5.10 beta 5
The release comes before GeoTrail is quit smoking one yearRichAlgeni wrote:Are we close??? The suspense is killing me!
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.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Re: PureBasic 5.10 beta 5
He he he 1 year is a while off. 5 months in 2 days 
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Re: PureBasic 5.10 beta 5
Haven't the OSVersion function been updated?
When I run this code, it returns unknown version
When I run this code, it returns unknown version
Code: Select all
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!
Re: PureBasic 5.10 beta 5
I think you have windows 8?
Use this and don't smoke!
Use this and don't smoke!
Code: Select all
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.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

- netmaestro
- PureBasic Bullfrog

- Posts: 8452
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Re: PureBasic 5.10 beta 5
Code: Select all
Case #PB_OS_Windows_Future
Debug "Windows BLEW (attire build) ;-)"BERESHEIT
Re: PureBasic 5.10 beta 5
Duh didnt think about that #PB_OS_Windows_8 hehe
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!

