Links..

Headers, Bindings, Libraries for use with FreeBASIC, Please include example of use to help ensure they are tested and usable.
v1ctor
Site Admin
Posts: 3804
Joined: May 27, 2005 8:08
Location: SP / Bra[s]il
Contact:

Links..

Post by v1ctor »

smagin
Posts: 136
Joined: Jun 09, 2005 16:46
Location: Russia, Belgorod

Post by smagin »

Had anyone tried this one?

Housemarque Audio System (former MIDAS)
http://www.s2.org/hmqaudio/

It supports MS-DOS32, Windows and Linux though it's abandoned years ago.

EDIT: Actually last patch dates back to March 2004.
D.J.Peters
Posts: 8616
Joined: May 28, 2005 3:28
Contact:

Post by D.J.Peters »

edit: my list with logos are removed:

v1ctor's list are up to date.
Last edited by D.J.Peters on Jan 14, 2007 22:27, edited 1 time in total.
dumbledore
Posts: 680
Joined: May 28, 2005 1:11
Contact:

Post by dumbledore »

D.J.Peters wrote:wxc:
Image
http://wxc.sourceforge.net
afaik this lib isn't supported. the only wx-c lib supported atm is the one that comes with wxnet. ;)
D.J.Peters
Posts: 8616
Joined: May 28, 2005 3:28
Contact:

Post by D.J.Peters »

thanx dumbledore

Joshy
jcohen
Posts: 85
Joined: Jun 20, 2005 18:01

Not to be offensive

Post by jcohen »

Not to be offensive but what about the FUSE project's libs?

http://fuse.sf.net

And the lib headers at:
http://www.gen-ux.com/opensource

I wouldn't mind if v1ctor or whoever moved those libs into the FreeBASIC cvs, just give me some credit please.

Joseph
duke4e
Posts: 717
Joined: Dec 04, 2005 0:16
Location: Varazdin, Croatia, Europe
Contact:

Post by duke4e »

hey, i just found this cool graphic libary
http://www.antigrain.com/
arenth
Posts: 511
Joined: Aug 30, 2005 6:22

Post by arenth »

I'd like to suggest enet, enet is a great light weight networking library, its basically a hybrid of tcp/udp features (though it doesn't actually use tcp) its built on top of udp, and features things like guaranteed delivery, and guaranteed order. Or multiple channels within the same connection.

I've converted all the headers, and to the best of my knowledge they work, I've also built the windows binary its all packaged up, but unfortunately I have no where to host it, (its a tiny file at 245k) if anyone can host, let me know.
ZaPPa
Posts: 1
Joined: Jul 12, 2006 22:01
Location: Wuppertal
Contact:

Post by ZaPPa »

arenth wrote:I'd like to suggest enet, enet is a great light weight networking library, its basically a hybrid of tcp/udp features (though it doesn't actually use tcp) its built on top of udp, and features things like guaranteed delivery, and guaranteed order. Or multiple channels within the same connection.

I've converted all the headers, and to the best of my knowledge they work, I've also built the windows binary its all packaged up, but unfortunately I have no where to host it, (its a tiny file at 245k) if anyone can host, let me know.

Well.... i could host it if you want to :)
D.J.Peters
Posts: 8616
Joined: May 28, 2005 3:28
Contact:

Post by D.J.Peters »

Hello arenth good job i was trying it many month ago and was running in to problems. I don't know what was wrong with my header translation.

Is your package/port for Linux or Windows or both?

Joshy
arenth
Posts: 511
Joined: Aug 30, 2005 6:22

Post by arenth »

I ported it on/for windows, I didnt actually check to see if it works on linux. Though I'd imagine it wouldnt be too difficult. After looking at it again, I only ported it for windows, I'll take a look at porting it for linux.

Win32 version here >Download enet.zip<
sir_mud
Posts: 1401
Joined: Jul 29, 2006 3:00
Location: US
Contact:

Post by sir_mud »

I found an excellent in depth guide to TCP/IP for anyone interested in it:
http://www.tcpipguide.com/free/t_toc.htm
1000101
Posts: 2556
Joined: Jun 13, 2005 23:14
Location: SK, Canada

Post by 1000101 »

re: enet
arenth wrote:I ported it on/for windows, I didnt actually check to see if it works on linux. Though I'd imagine it wouldnt be too difficult. After looking at it again, I only ported it for windows, I'll take a look at porting it for linux.

Win32 version here >Download enet.zip<
Any chance of getting a release build instead of the 825K debug build? It's a bit hefty and I've had no problems with it in my testing.
Lachie Dazdarian
Posts: 2338
Joined: May 31, 2005 9:59
Location: Croatia
Contact:

Post by Lachie Dazdarian »

Perhaps changing the title of this topic wouldn't be bad. "Links..." sounds too generic to me. "Library links (DLLs)" maybe.
notthecheatr
Posts: 1759
Joined: May 23, 2007 21:52
Location: Cut Bank, MT
Contact:

Post by notthecheatr »

Lachie Dazdarian wrote:Perhaps changing the title of this topic wouldn't be bad. "Links..." sounds too generic to me. "Library links (DLLs)" maybe.
He has a point. Also, maybe it's just me, but it would be nice to have direct links to the download page as well. Some of these libraries have really hard to understand pages...
Post Reply