blueb wrote:bluenzl,
I agree. To get 3.91 to work I had to rip out ALL of my installed userlibs. I've re-inserted only 2 or 3 because of errors.
Overall, I'm not sure what to do with userlibs
that I have not created. There's so much good code provided by some very good coders, that I do
want to install these userlibs, but I really don't want problems running PureBasic. Hmm..... Catch 22
blueb
I really don't have any issues with UserLibs. Except for poorly designed
ones. And well, they make it quickly to the trash can. I haven't had any
real issues with 3.91.. I can only think of 2 right now, but there were
fixes already out before I even asked about the issues.
One being the OnError lib.. boom, Fred put out a new one.
http://www.purebasic.com/beta/
I think what happens sometimes, is that people junk up their primary
folders, /Residents/ /UserLibraries/, some of the advanced developers
even go as far as to replace some of the standard Libs that come with
PB.
What I like about the above mentioned, is more structure, nothing
complicated, maybe something like this:
/Residents/ <-- would contain all shipped .res files
/Residents/myRes/ <-- whatever sub folders I add
PB should go sub searching, and load them up..
As well:
/Residents/NOUSE/ <-- PB would recognize this folder or whatever Fred
decides to label it -- as a folder to NOT load .res from.. that way we could
just quickly move our junk around with ease.. ?
--
Same goes for the /UserLibraries/myNewLib/ .. <-- PB would do sub-dir
inheritance..
/UserLibraries/NOUSE/ <-- same as above -- do not load anything in here
--
just thoughts..
- np