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...
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.
Great! ... um... which libraries are compatible with GP2X-Wiz? I'm mostly interested in alternative audio functions.
compile your own with wiz toolchain or search for precompiled in wiz download archiv