Trying to create a BASS plugin

Previous topic - Next topic

NRasool

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

trucidare

i think MAX is a command. rename it to iMax or something else
MacBook Pro 2,2 GHz Core 2 Duo, 4 GB RAM, 160 GB HDD, 8600M GT
Core i3 - 3,07 GHz, 8 GB Ram, 2.5 TB HDD, Geforce GTX 260+ OC

NRasool

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]

trucidare

for inline you need a premium license. demo mode not working
MacBook Pro 2,2 GHz Core 2 Duo, 4 GB RAM, 160 GB HDD, 8600M GT
Core i3 - 3,07 GHz, 8 GB Ram, 2.5 TB HDD, Geforce GTX 260+ OC

NRasool

ahhhhh okay then, thanks for your help trucidare  =D

Kitty Hello


NRasool

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