Sticky or Subforum Specifically for *confirmed* user libs

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

Sticky or Subforum Specifically for *confirmed* user libs

Post by localmotion34 »

Is it possible to have a subforum (or even just a sticky) dedicated to user libraries and which ones are *confirmed to work with* or compiled for a given version of PB?

Like have a PB 4.5x topic within the forum, and post *just the link to the lib or post* with a statement of confirmation that the library does indeed work with the indicated version. I am absolutely not complaining about new additions and improvements to PB, but migrating from version to version is getting very difficult with keeping track of what libraries are broken or not.

Code: Select all

!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: Sticky or Subforum Specifically for *confirmed* user lib

Post by netmaestro »

I think it's a great idea, but imho the definition of a *confirmed* userlib suitable for entry in the sticky area would be one that includes sourcecode. To me, this is the factor that makes a lib worth using in my work, for regardless of whether the author chooses (or is able) to maintain it, with source I can go forward myself if need be. Consider the excellent contributions of el choni and GPI. They're both mia for a long time now, but they both shared the source to their work- which is why japbe and tailbite are still going strong today instead of being a distant (and frustrating) memory. Source is what it's all about.
BERESHEIT
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: Sticky or Subforum Specifically for *confirmed* user lib

Post by Trond »

I am absolutely not complaining about new additions and improvements to PB, but migrating from version to version is getting very difficult with keeping track of what libraries are broken or not.
In principle it is very simple: all userlibs must be recompiled for new PB versions. Sometimes they will work regardless, but it's pure luck.
Post Reply