Back After A Year

For everything that's not in any way related to PureBasic. General chat etc...
localmotion34
Enthusiast
Enthusiast
Posts: 665
Joined: Fri Sep 12, 2003 10:40 pm
Location: Tallahassee, Florida

Back After A Year

Post by localmotion34 »

Just getting back to PB after a not so good year, and I have a few questions:

Was there any userlib functionality broken between 4.4-4.5, and/or 4.5-4.6?

It's a little weird getting back into all this, but what are the major things that are broken between 4.4 and 4.6? Thanks for your help guys, and its good to be back!

Code: Select all

!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw
User avatar
idle
Always Here
Always Here
Posts: 5915
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Back After A Year

Post by idle »

welcome back!

I don't know if any of the user libs were broken but then I haven't been using any lately.
Windows 11, Manjaro, Raspberry Pi OS
Image
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Re: Back After A Year

Post by c4s »

Don't you know? Userlibs are always broken on new releases! :wink: ...No seriously, this is true.
The only libs I'm using are from Gnozal because I know that he's going to update them.
localmotion34 wrote:It's a little weird getting back into all this, but what are the major things that are broken between 4.4 and 4.6?
What do you mean by that? Just take a look on the changelog and you'll see there are new features, fixes and stuff. You could also take a look at the PureBasic blog for more information. Unfortunately there are no new posts lately. I loved that indepth look on PureBasic's development... :cry:
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Re: Back After A Year

Post by djes »

c4s wrote:Don't you know? Userlibs are always broken on new releases! :wink: ...No seriously, this is true.
The only libs I'm using are from Gnozal because I know that he's going to update them.
So true. It's why free software is always better.
Post Reply