Linux .so Librarys

BlitzMax Forums/BlitzMax Beginners Area/Linux .so Librarys

lupus(Posted 2007) [#1]
How can I use Linux .so librarys ?
Is there any example for this ?


Brucey(Posted 2007) [#2]
Import "-lBlah"

where Blah would convert to -> libBlah.so

Any of my modules (see sig below for url) that use shared libraries do it in this way on Linux. Feel free to check out the sources.