GLBasic forum

Main forum => GLBasic - en => Topic started by: NRasool on 2010-May-19

Title: Trying to create a BASS plugin
Post by: NRasool on 2010-May-19
Hi there

I'm trying to create a bass plugin for GLBasic, I am converting the B3D .decl to GLBasic using hellokitty tool, and when I complie, it doesn't like FUNCTION BASS_SampleCreate: length,freq,chans,MAX,flags

As far as i can see, there is nothing wrong here.

I have attached it onto this posting, has anyone already created a bass plugin, if so, please could you upload your one, as I just want to use BASS with ogg

Kind Regards
Title: Re: Trying to create a BASS plugin
Post by: trucidare on 2010-May-19
i think MAX is a command. rename it to iMax or something else
Title: Re: Trying to create a BASS plugin
Post by: NRasool on 2010-May-19
Hey trucidare

Nice one, yes that was it, it was a reserved word, I have changed all that, but now get linker errors it seems on compiling, see error.txt on this thread, Can you give any insight into this, I have attached the new project on this thread

Kind Regards


[attachment deleted by admin]
Title: Re: Trying to create a BASS plugin
Post by: trucidare on 2010-May-19
for inline you need a premium license. demo mode not working
Title: Re: Trying to create a BASS plugin
Post by: NRasool on 2010-May-19
ahhhhh okay then, thanks for your help trucidare  =D
Title: Re: Trying to create a BASS plugin
Post by: Kitty Hello on 2010-May-20
I think you need the header pack.
http://www.glbasic.com/files/headers.rar (http://www.glbasic.com/files/headers.rar)
Title: Re: Trying to create a BASS plugin
Post by: NRasool on 2010-May-20
Hi Kitty

I'm afraid it is still the same error, even though I pasted the header files in "C:\Program Files\GLBasic\Compiler"

If it is a demo restriction, I will wait until i purchase premium next week

Kind Regards