Page 1 of 1

I can not get BASS Libraries working with PureBasic 5.21 ver

Posted: Sat Jan 25, 2014 2:20 am
by dman10001
I downloaded the BASS libraries from the web site un4seen.com
then had to take the types from the pointers and then put the files in the source directory.

I then ran the compiler and got linker problems.
POLINK:error Unresolved external symbol "_BASS_Init"
POLINK:error Unresolved external symbol "_BASS_StreamCreateFile"
POLINK:error Unresolved external symbol "_BASS_ChannelPlay"
POLINK:fatal error: 3 unresolved external(s)
I tried creating a new project with all the files, but its the same.

is it the IDE settings?

Please help.

Re: I can not get BASS Libraries working with PureBasic 5.21

Posted: Sat Jan 25, 2014 10:26 am
by Bisonte
it seems, that you use wrong function-names.

Try first compiler settings like Unicode off, (this is since 5.x standard), maybe this helps.