Hello,
I try to devellop an new audio software using Bass.dll.
- 1srt step : I developped an .exe 32 bits with WinDev17. It's working well on Win7 32 bits and 64 bits (Bass.dll v2.4.9)
- 2sd step : I transfarmed this .exe 32 bits to one Windows Service 32 bits (Bass.dll v2.4.9). It's working well on Win7 64bits but i got runtime error in Win7 32bits.
Error description :
I initialize and select Device with Bass_Init and Bass_SetDevice,
Repetition x2
I create a new stream and i use Bass_ChannelPlay
End
The first time i use Bass_ChannelPlay all is Ok but the Second time i use it my program (only on Win7 32bits) generate an runtime error in Bass.dll
If someone has an idea about the problem or had the same one, thank you to respond to this post.
Thank you for tour help.
Best regards

Reply
Quote