GLBasic forum

Main forum => GLBasic - en => Topic started by: Darmakwolf on 2010-Jun-05

Title: External libraries
Post by: Darmakwolf on 2010-Jun-05
Is there any way to link to an external function library or make a wrapper in Linux or GP2X/Wiz?? I know it's possible in Windows with DLLs, just wondering...
Title: Re: External libraries
Post by: MrTAToad on 2010-Jun-05
Oh yes.  You use something like :

cmp : -L"X:\Programming\GLBasic"
lnk : -L"X:\Programming\GLBasic" -lfmodex_vc

Mac just need :

cmp : -L"X:\Programming\GLBasic" -lfmodex

in the options section.
Title: Re: External libraries
Post by: Darmakwolf on 2010-Jun-06
Great! ... um... which libraries are compatible with GP2X-Wiz? I'm mostly interested in alternative audio functions.
Title: Re: External libraries
Post by: trucidare on 2010-Jun-06
compile your own with wiz toolchain or search for precompiled in wiz download archiv