Can purebasic use c library like GSL?

Just starting out? Need help? Post your questions and find answers here.
sgsong
User
User
Posts: 11
Joined: Sat Jan 07, 2006 5:45 am

Can purebasic use c library like GSL?

Post by sgsong »

I was trying to find some info on the forum but got nothing so far. Can anyone give me some hint? Thanks!
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post by walker »

Hi,

what is GSL .. a library for :?: :?:

Generally yes... you can use nearly any .dll or .so if you know the parameters....
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

Guess he means this one:
http://www.gnu.org/software/gsl/

Import/EndImport will be your friends.
Good programmers don't comment their code. It was hard to write, should be hard to read.
Post Reply