flat assembler
Message board for the users of flat assembler.

Index > Windows > bass.dll

Author
Thread Post new topic Reply to topic
miksayer



Joined: 14 Jul 2005
Posts: 17
Location: Belarus
miksayer 01 Aug 2005, 15:28
I want to work with bass.dll on fasm. Where can i find examples?
Post 01 Aug 2005, 15:28
View user's profile Send private message Reply with quote
comrade



Joined: 16 Jun 2003
Posts: 1150
Location: Russian Federation
comrade 01 Aug 2005, 15:52
i can send u some examples, but they are for MASM


Description: search for "BASS" to find relevant code
Download
Filename: sacview.asm
Filesize: 50.08 KB
Downloaded: 339 Time(s)

Description: include file for BASS.DLL
Download
Filename: bass.inc
Filesize: 54.63 KB
Downloaded: 302 Time(s)


_________________
comrade (comrade64@live.com; http://comrade.ownz.com/)
Post 01 Aug 2005, 15:52
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number Reply with quote
miksayer



Joined: 14 Jul 2005
Posts: 17
Location: Belarus
miksayer 01 Aug 2005, 18:30
i already have examples for masm, but i want to show example for fasm
Post 01 Aug 2005, 18:30
View user's profile Send private message Reply with quote
comrade



Joined: 16 Jun 2003
Posts: 1150
Location: Russian Federation
comrade 01 Aug 2005, 22:44
it is not much different

what is your problem in adopting the MASM code?
Post 01 Aug 2005, 22:44
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 02 Aug 2005, 06:03
i have used it in my project but you wouldn't find examples very helpful Smile there was too much code around. But really, it's just calling few procs to create sound, extremely easy.
Post 02 Aug 2005, 06:03
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
forsaken



Joined: 29 Sep 2005
Posts: 17
forsaken 03 Oct 2005, 09:46
ive posted an example at their website, they might be releasing it in the next version.


anyways, you only need the below imports for a simple app.

Code:
library bass,"bass.dll"

import bass,\
       BASS_Init,'BASS_Init',\
       BASS_Start,'BASS_Start',\
       BASS_MusicLoad,'BASS_MusicLoad',\
       BASS_ChannelPlay,'BASS_ChannelPlay',\
       BASS_Free,'BASS_Free'        
    
Post 03 Oct 2005, 09:46
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.