The MASM Forum

General => The Campus => Topic started by: UoSunsetter on May 28, 2012, 11:07:15 PM

Title: COM objects
Post by: UoSunsetter on May 28, 2012, 11:07:15 PM
I am looking for something to get me started on using COM objects(like directsound) in MASM32. I really have no idea how to use them in MASM.

Thanks in advance.
Title: Re: COM objects
Post by: dedndave on May 29, 2012, 01:52:48 AM
Siekmanski had a nice little direct sound demo...
Title: Re: COM objects
Post by: xandaz on May 29, 2012, 03:11:37 AM
   That's pretty good dave... coded it yourself? I have no absolutelly no unserstanding of directx. Haven't been there yet. Maybe soon. Thanks dave. it's a pretty good ex.
   Bye and later
Title: Re: COM objects
Post by: dedndave on May 29, 2012, 03:15:50 AM
Quote from: xandaz on May 29, 2012, 03:11:37 AMThat's pretty good dave... coded it yourself?

no - it was written by Siekmanski   :P
Title: Re: COM objects
Post by: xandaz on May 29, 2012, 03:24:19 AM
    ooops... don't hit me too hard. I don't know the guy...
Title: Re: COM objects
Post by: dedndave on May 29, 2012, 07:32:12 AM
he's one of our members from the Netherlands   :t
Title: Re: COM objects
Post by: UoSunsetter on May 29, 2012, 07:43:35 AM
Is there any DirectShow example if it is not much to ask?(I was confused about which one can play MP3. DirectShow can.)
Title: Re: COM objects
Post by: UoSunsetter on May 29, 2012, 07:46:31 AM
And wow! It seems complicated. I hope I can understand it.
Title: Re: COM objects
Post by: xandaz on May 29, 2012, 09:35:45 AM
   his name sounds polish. later
Title: Re: COM objects
Post by: dedndave on May 29, 2012, 10:19:20 AM
that's just a nick-name   :biggrin:
Title: Re: COM objects
Post by: farrier on May 29, 2012, 12:33:30 PM
UoSunsetter,

http://board.flatassembler.net/topic.php?t=6990

Contains some fasm source I used to create an MP3 file from an analog source coming into a sound card--in my case a USB iMic plug in device.

There was a thread on the MASM32 board with source, but ???

hth,

farrier