Need help on the compiler.

Windows specific forum
dman10001
User
User
Posts: 55
Joined: Mon Feb 25, 2013 3:04 pm

Need help on the compiler.

Post 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?
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 796
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: Need help on the compiler.

Post 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. :)
malleo, caput, bang. Ego, comprehendunt in tempore
dman10001
User
User
Posts: 55
Joined: Mon Feb 25, 2013 3:04 pm

Re: Need help on the compiler.

Post by dman10001 »

yes I see where the file is being loaded from inside bass.pbi.

using import "bass.lib"
Post Reply