hiii, i am a new one in directx programming and i want to write a win32 directx program in visaul studio.net. can anyone tell me which settings shuold be changed for libraries and header files in vs.net 2003. i am reading the book "fundamentals of audio and video programming for games". i hv downloaded the latest directx sdk (april 2006). the book uses a class called CSoundManager for an audio program and i dont knw which header files and library files are needed for this class. i cant find any references of libraries or header files to be used for this class in directx sdk documentation, only member functions have been listed.
On 6 May 2006 11:16:00 -0700, vik wrote: > can anyone tell me which settings > shuold be changed for libraries and header files in vs.net 2003. i am > reading the book "fundamentals of audio and video programming for > games". i hv downloaded the latest directx sdk (april 2006). the book > uses a class called CSoundManager for an audio program and i dont knw > which header files and library files are needed for this class. In the SDK installed on my dev machine (DX Summer 2004), that class is defined in C:\DXSDK\Samples\C++\Common\DXUTsound.cpp/.h. Also note that DirectShow is no longer in the DX SDK (see my FAQ for details and recommendations). I recommend you install Windows Desktop Search (corporate edition). That is usually the fastest way to find things like 'CSoundManager' when the docs fail you. I used to use Google Desktop Search but it became bloated and unreliable. -- Please read this before replying: 1. Dshow & posting help: http://tmhare.mvps.org/help.htm 2. Trim & respond inline (please don't top post or snip everything) 3. Benefit others: follow up if you are helped or you found a solution
sir, there is no such directory like DXSDK in the new version of directx sdk. there is only one directory with the name "microsoft directx sdk april 2006" in program files in c drive.i think this is the beta version of the latest directx sdk. i checked the version of this sdk on microsoft.com, and it was just "DX". older versions of sdk are like "9.0b" or "9.0c". also note that no genuine check was done by microsoft before downloading this new sdk.what should i do ?? should i go for an older version, my book also follows some older version of directx sdk. and please tell me where can i download the older versions of directx sdk?? i cant do that on microsoft.com because of genuine check. please help
On 6 May 2006 23:59:10 -0700, vik wrote: > there is no such directory like DXSDK in the new version of > directx sdk. there is only one directory with the name "microsoft > directx sdk april 2006" in program files in c drive. The root folder used to default to: C:\DXSDK but if the files are still there they will be in the new parent folder under: Samples\C++\Common\DXUTsound.cpp/.h. > i think this is the > beta version of the latest directx sdk. No, the current version is the April 2006 SDK. They release a version every two months. > i checked the version of this > sdk on microsoft.com, and it was just "DX". older versions of sdk are > like "9.0b" or "9.0c". That is a little confusing. If you use the Links page on my site, and go to the Microsoft DirectX downloads, you will see that there is a Summer 2006 SDK Update on the second page. This is the one I recommend you use. > also note that no genuine check was done by > microsoft before downloading this new sdk.what should i do ?? should i > go for an older version, my book also follows some older version of > directx sdk. and please tell me where can i download the older versions > of directx sdk?? i cant do that on microsoft.com because of genuine > check. Why are you having a problem with Windows Genuine Advantage? If it's because you have a pirated version of Windows, I recommend that you purchase a legal copy. -- Please read this before replying: 1. Dshow & posting help: http://tmhare.mvps.org/help.htm 2. Trim & respond inline (please don't top post or snip everything) 3. Benefit others: follow up if you are helped or you found a solution
On Sun, 7 May 2006 09:37:01 -0600, The March Hare [MVP] wrote: > If you use the Links page on my site, and go > to the Microsoft DirectX downloads, you will see that there is a Summer > 2006 SDK Update on the second page. Ooops, should say Summer 2004. -- Please read this before replying: 1. Dshow & posting help: http://tmhare.mvps.org/help.htm 2. Trim & respond inline (please don't top post or snip everything) 3. Benefit others: follow up if you are helped or you found a solution