Page 1 of 1

FishLib 1.0

Posted: Thu Jul 17, 2003 5:04 pm
by matthew180
Greetings,

I've been putting together some functions that either PB core does not have (modulus) or that don't function as I needed (ReadString), etc. I plan to grow the library as I need more functions. Check it out if you need a modulus function or want a buffered ReadString(), ReadByte(), WriteByte(). All libraries are written in 100% PB and/or inline ASM.

http://www.purebasic.org

Follow the FishLib link under Articles.

Matthew

Posted: Thu Jul 17, 2003 5:07 pm
by gnozal
thanks !
A new lib is always welcome :lol:

Posted: Thu Jul 17, 2003 6:02 pm
by Berikco
Where is the lib?
I can't find it in the package
You made a PureBasic lib (wich goes in libraries) or just Purebasic procedures?

Posted: Thu Jul 17, 2003 6:20 pm
by matthew180
fishlib_file.pb and fishlib_math.pb

No, it is not a dll or anything. The libs are a collection of functions (Procedures in PB) written in PB and inline ASM. I called it a lib because, well, that's what a library is (a collection of functions.) Also, they don't do anything by themselves, they are meant to be included in other PB applications.

Matthew