I can not get BASS Libraries working with PureBasic 5.21 ver

Working on new editor enhancements?
dman10001
User
User
Posts: 55
Joined: Mon Feb 25, 2013 3:04 pm

I can not get BASS Libraries working with PureBasic 5.21 ver

Post 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.
User avatar
Bisonte
Addict
Addict
Posts: 1232
Joined: Tue Oct 09, 2007 2:15 am

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

Post 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.
PureBasic 6.10 LTS (Windows x86/x64) | Windows10 Pro x64 | Asus TUF X570 Gaming Plus | R9 5900X | 64GB RAM | GeForce RTX 3080 TI iChill X4 | HAF XF Evo | build by vannicom​​
English is not my native language... (I often use DeepL to translate my texts.)
Post Reply