FishLib 1.0

Developed or developing a new product in PureBasic? Tell the world about it.
matthew180
User
User
Posts: 64
Joined: Mon Jun 30, 2003 5:36 pm
Location: Michigan
Contact:

FishLib 1.0

Post 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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

thanks !
A new lib is always welcome :lol:
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post 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?
matthew180
User
User
Posts: 64
Joined: Mon Jun 30, 2003 5:36 pm
Location: Michigan
Contact:

Post 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
Post Reply