win32 API or DirectSound
-
tell me one thing plz,i am working on voice chat project, in this case which approch is better (for audio or vedio) 1> using win32 API 2> DirectSound and one more thing ,our windows uses win32 APIz or DirectSound,thanks
You can use managed DirectX. You have to download the the Dx9.0c SDK here http://www.microsoft.com/downloads/details.aspx?FamilyId=1C8DC451-2DBE-4ECC-8C57-C52EEA50C20A&displaylang=en[^] 'A programmer ist just a tool which converts caffeine into code'
-
You can use managed DirectX. You have to download the the Dx9.0c SDK here http://www.microsoft.com/downloads/details.aspx?FamilyId=1C8DC451-2DBE-4ECC-8C57-C52EEA50C20A&displaylang=en[^] 'A programmer ist just a tool which converts caffeine into code'
-
thanks for ur reply, plz tell me windows uses win32 APIz or DirectX for audio purposes ?, and other person should have installed directsound to use my application or my exe file will not bother?.thanks
Hi
pakFari wrote:
plz tell me windows uses win32 APIz or DirectX for audio purposes
Windows uses Win32-API. Dx was introduced as an API for games and multimedia-appz in the middle of the 1990s.
pakFari wrote:
and other person should have installed directsound to use my application or my exe file will not bother?
DirectX is included in windows since Windows98. In windowsXP sp2 DirectX 9.0c and .NET 1.1 framework (in the english version, but not in the german :rolleyes: ) is included, so everyone should run your application. André 'A programmer ist just a tool which converts caffeine into code'
-
Hi
pakFari wrote:
plz tell me windows uses win32 APIz or DirectX for audio purposes
Windows uses Win32-API. Dx was introduced as an API for games and multimedia-appz in the middle of the 1990s.
pakFari wrote:
and other person should have installed directsound to use my application or my exe file will not bother?
DirectX is included in windows since Windows98. In windowsXP sp2 DirectX 9.0c and .NET 1.1 framework (in the english version, but not in the german :rolleyes: ) is included, so everyone should run your application. André 'A programmer ist just a tool which converts caffeine into code'
thankyou very much,in my system DirectX is installed but i could not add the reference of Microsoft.DirectX, it gives an error, i search in my system but could not find the DirectX.dll.plz tell me the way to add the reference of DirectX dll, once again thankx for ur reply
-
thankyou very much,in my system DirectX is installed but i could not add the reference of Microsoft.DirectX, it gives an error, i search in my system but could not find the DirectX.dll.plz tell me the way to add the reference of DirectX dll, once again thankx for ur reply
Is the DxSDK and managedDirectX successfully installed on your machine? 'A programmer ist just a tool which converts caffeine into code'
-
Is the DxSDK and managedDirectX successfully installed on your machine? 'A programmer ist just a tool which converts caffeine into code'
-
hi,i am using windows xp with service pack-2, i think DirectX should already exist in my system, but anyhow i installed DirectX 9 from CD. but he problem is still there.
Hi, take a look at your HDD. Do you have these files on your hdd (look at the picture here http://img455.imageshack.us/my.php?image=manageddx8ot.png[^])? These are the managed DirectX-files you need :rolleyes: . André 'A programmer ist just a tool which converts caffeine into code'