Im trying to compile a code that needs bass.lib file.
Every time I compile it say that the file is not found "Its a linker problem"
Im using the purebasic version 5.11 for both windows and mac
do any body know what I need to do?
Need help on the compiler.
- Zebuddi123
- Enthusiast

- Posts: 796
- Joined: Wed Feb 01, 2012 3:30 pm
- Location: Nottinghamshire UK
- Contact:
Re: Need help on the compiler.
Hi dman10001 do you have the bass.lib if so it should be placed in purelibraries path, are you using some sample code ? as bass.lib is not part of PB 5.11 install base
and you maybe calling deprecated procedures from older versions of pb ie 3.xx etc. posting the code would be of help
Zebuddi.
and you maybe calling deprecated procedures from older versions of pb ie 3.xx etc. posting the code would be of help
Zebuddi.
malleo, caput, bang. Ego, comprehendunt in tempore
Re: Need help on the compiler.
yes I see where the file is being loaded from inside bass.pbi.
using import "bass.lib"
using import "bass.lib"
