Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FB Version 0.15 released!
#1
First anniversary release. features:
- Unicode strings support. Can compile source from Unicode editor
- Text printer support
- Access to hardware ports IN ,OUT ,WAIT
- OPEN COM
- GfXlib can blend with GDI apps
- Functions returning UDT's
- New headers for third party tools automatically translated by SWIG
- VB style Date-Time-Format extension library
- DOS version supports all old VGA modes and hi-res SVGA
- PUT a part of the PUT buffer
http://www.freebasic.net/forum/viewtopic.php?t=2113
Antoni
Reply
#2
Cool! Vic too lazy to make the rounds himself? :P
Reply
#3
He hired me as the spammer Big Grin
Antoni
Reply
#4
Quote:- Functions returning UDT's

That's awesome news.

Quote:- VB style Date-Time-Format extension library

That's awesomely useful.

Quote:- DOS version supports all old VGA modes and hi-res SVGA

That's great news for MSDOSers and QBers. And for me to recompile my old code into 32 bits Tongue

Quote:- PUT a part of the PUT buffer

Didn't get that, sorry. ?
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#5
The PUT thing allows you to PUT only a small clipped section of an image buffer:

Code:
PUT (0, 0), MySprite, (15, 15)-(29, 29), PSET

is equivalent to:

Code:
GET MySprite, (15, 15)-(29, 29), SomeOtherSprite
PUT (0, 0), SomeOtherSprite
Reply
#6
Damn! I missed 2 updates. Was it that long?
y smiley is 24 bit.
[Image: anya2.jpg]

Genso's Junkyard:
http://rel.betterwebber.com/
Reply
#7
Yep. :lol:
Reply
#8
Wow...No one announced the FB 0.16 testing...
url=http://www.sloganizer.net/en/][Image: style4,TheDarkJay.png][/url]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)