Page 1 of 1

Need help on the compiler.

Posted: Mon Apr 15, 2013 12:27 am
by dman10001
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?

Re: Need help on the compiler.

Posted: Mon Apr 15, 2013 1:19 am
by Zebuddi123
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. :)

Re: Need help on the compiler.

Posted: Mon Apr 15, 2013 1:44 am
by dman10001
yes I see where the file is being loaded from inside bass.pbi.

using import "bass.lib"