Library Mania

Everything else that doesn't fall into one of the other PB categories.
User avatar
geoff
Enthusiast
Enthusiast
Posts: 128
Joined: Sun Apr 27, 2003 12:01 am
Location: Cornwall UK
Contact:

Post by geoff »

I agree, maintenance and support is vital.

I use MVCOM with several apps because PB does not yet have serial port commands built in. But at every new PB version I cross my fingers that all is still working.
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

I have to agree as well. Those are great points, Max. However, you must remember that those points apply to all languages other then ASM ....
nhokem
User
User
Posts: 60
Joined: Fri Mar 19, 2004 10:30 pm
Contact:

Post by nhokem »

I don't mind all the libraries coming out lately because not everyone will have the skills or resources (or time) to code them themselves. I do prefer those with included source, but I'm also a strong believer in any coder protecting his/her code as desired (and I mean original code, not derivative code).

Having said that, however, I do try to avoid using 3rd party libs in my apps at work (at home, no problem), especially after the original PBZip broke and I had to write my own wrapper for zip'g, but it sure was a lot faster putting together my original app with PBZip (and yes, it was necessary to use zip since the output files for the printer software needed to be zip'd...although renamed with a different extension).
Cid
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

Once upon a time.. I was using a lib, which caused serious, tremendous errors in my application, but yet.. It took a while to figure out it was a bug in the lib, why, simply because they didnt release the sources, so I had to use the .lib, pitty.. waste of time, thats why I dont rely on them anymore. But that point is true, anyone is valid to do as he wants...

Well sorry I'm not making much sense, its my sleepy english of today.
But my 2 devaluated cents: Don't rely on other's libraries, at least try to avoid this as much as possible, even if its going to take you longer, just avoid.
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

you are right, dagcrack.

however, of course pbosl and other open source libs arent that bad because its opensource :)


i think a nice include folder would be nice in purebasic..! where we can put our code then have them directly available in purebasic. then we dont have to put a include file besides every project we have. its pretty annoying sometimes :/
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

thefool wrote:you are right, dagcrack.

however, of course pbosl and other open source libs arent that bad because its opensource :)


i think a nice include folder would be nice in purebasic..! where we can put our code then have them directly available in purebasic. then we dont have to put a include file besides every project we have. its pretty annoying sometimes :/
WOW! :shock:

Brilliant IDEA !!!
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

And let us change the default (user) includes filepath in the IDE.
I so miss this, as I got several includes that are used in multiple projects. :)
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

just a little thing i thought about the other day :) ill post in the feature requests
Post Reply