PureBasic 4.30 final released!

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Thunder93
Addict
Addict
Posts: 1788
Joined: Tue Mar 21, 2006 12:31 am
Location: Canada

Post by Thunder93 »

Superb Job with PB 4.30 .. Fred, Freak and the rest of the team (including all the beta testers who have participated)..

Thank you, and have a happy Merry Christmas and a happy new years...

And one more thing ... please do try to take it easy over the holidays, you all really do deserve it!


Regards,
Thunder93
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Post by luis »

Thank you for this.

Happy holidays.
User avatar
Azul
Enthusiast
Enthusiast
Posts: 109
Joined: Fri Dec 29, 2006 9:50 pm
Location: Finland

Post by Azul »

Thank you :)

Happy holidays!
LCD
Enthusiast
Enthusiast
Posts: 206
Joined: Sun Jun 01, 2003 10:55 pm
Location: Austria, Vienna
Contact:

Post by LCD »

Want to thank you too. PureBasic it constantly growing. I just demonstrated it on JHCon in Czech Republic last weekend (It is a 8 Bit party, but we also work on PC's and Macs too), and I believe, there will be more purchases soon.
My PC
Ryzen 9 5950, 64 GB RAM, nVidia RTX A4000, Win 10
Ryzen 7 1700, 32 GB RAM, nVidia RTX A2000, Win 10
User avatar
GeBonet
Enthusiast
Enthusiast
Posts: 135
Joined: Fri Apr 04, 2008 6:20 pm
Location: Belgium

Post by GeBonet »

Very, very Great news, thank you very much and merry Christmas to all of the PB teams and users Image
WilliamL
Addict
Addict
Posts: 1252
Joined: Mon Aug 04, 2008 10:56 pm
Location: Seattle, USA

Post by WilliamL »

I'm with you aaron, this is a major update that makes native programming possible on the Mac. It even prints!
Now we just need to get Purebasic listed onto a few of the Mac websites for software and I'm betting that we'll see a nice influx of people into the community. Woo woo!
This (update) was what I wanted from Santa!
MacBook Pro-M1 (2021), Sequoia 15.4, PB 6.20
Violet
Enthusiast
Enthusiast
Posts: 106
Joined: Sun Dec 23, 2007 6:30 pm

Post by Violet »

Yeah! Finally! But still I have problems getting the 3D Engine to work under Ubuntu... ah, I'll see which packages are missing (there is always something missing :) ).
best regards,

Violet
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Yay! Thank you for another excellent update. :)
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Damn! i have no time just now to try it, why didn't you wait a few more days?

Thanks a lot! :D
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Micko
Enthusiast
Enthusiast
Posts: 244
Joined: Thu May 24, 2007 7:36 pm
Location: Senegal
Contact:

Post by Micko »

Fantastic XMas present
thanks PB team
:D
User avatar
bobobo
Enthusiast
Enthusiast
Posts: 206
Joined: Mon Jun 09, 2003 8:30 am

Post by bobobo »

Code: Select all

ExamineDesktops() 
z=DesktopHeight(0)/4 
CreateImage(1,z,z) 
StartDrawing(ImageOutput(1)) 
  Box(0,0,ImageWidth(1),ImageHeight(1),16777215) 
  Circle(ImageWidth(1)/2,ImageHeight(1)/2,ImageHeight(1)/2,RGB(255,255,0)) 
  Ellipse(ImageWidth(1)/2,ImageWidth(1)*0.5,ImageWidth(1)*0.4,ImageWidth(1)*0.40,0) 
  Ellipse(ImageWidth(1)/2,ImageWidth(1)*0.3,ImageWidth(1)*0.4,ImageWidth(1)*0.30,65535) 
  Ellipse(ImageWidth(1)*0.3,ImageHeight(1)/4+20,ImageWidth(1)*0.10,ImageWidth(1)*0.15,0) 
  Ellipse(ImageWidth(1)*0.3,ImageHeight(1)/4+30,ImageWidth(1)*0.10,ImageWidth(1)*0.12,65535) 
  Ellipse(ImageWidth(1)*0.7,ImageHeight(1)/4+20,ImageWidth(1)*0.10,ImageWidth(1)*0.15,0) 
  Ellipse(ImageWidth(1)*0.7,ImageHeight(1)/4+30,ImageWidth(1)*0.10,ImageWidth(1)*0.12,65535) 
StopDrawing() 
OpenWindow(0,0,0,ImageWidth(1),ImageHeight(1),"",2148007937) 
ImageGadget(0,0,0,0,0,ImageID(1)) 
SetWindowColor(0,16777215):SetWindowLong_(WindowID(0),-20,524288) 
SetLayeredWindowAttributes_(WindowID(0),16777215,0,1) 
WX = WindowX(0) : WY = WindowY(0): StickyWindow(0,1) 
Repeat 
  EventID = WaitWindowEvent(50) 
  Angle.f + 0.01: SX.f = Cos(Angle) * 200: SY.f = Abs(Sin(Angle) * 80 )
  ResizeWindow(0,WX + SX,WY + SY,-65535,-65535) 
Until EventID = 16
adapted from here
Last edited by bobobo on Fri Dec 19, 2008 9:39 am, edited 2 times in total.
사십 둘 .
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

*applauds the PureBasic team*
User avatar
idle
Always Here
Always Here
Posts: 5834
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Post by idle »

That's great hope you guys have a well deserved break.
Windows 11, Manjaro, Raspberry Pi OS
Image
JCV
Enthusiast
Enthusiast
Posts: 580
Joined: Fri Jun 30, 2006 4:30 pm
Location: Philippines

Post by JCV »

Wow! Nice Christmas present! Thanks PB Team! 8)

[Registered PB User since 2006]
[PureBasic 6.20][SpiderBasic 2.2]
[RP4 x64][Win 11 x64][Ubuntu x64]
Coolman
Enthusiast
Enthusiast
Posts: 103
Joined: Sat Sep 03, 2005 4:07 pm

Post by Coolman »

Great job, cheer 8)
*** Excuse my bad English, I uses has translating program ***
Post Reply