Closed GoogleCodeExporter closed 9 years ago
Oops forgot attach the revised tinyDAV.vcproj that adds the AdditionalLibraries
directory to resolve the dsound.lib and dxgid.lib not found issue
Original comment by saket...@gmail.com
on 9 Oct 2010 at 9:37
Attachments:
Both "dsound.lib" and "dxguid.lib" are system libraries from DirectX SDK and
this is why we cannot add them in project (Same for DirectShow). It's up to the
user to download the right (compatible) version of the DirectX SDK.
You don't need to change tinyDAV.vcproj in order to link against DirectSound
libraries.
1. Open Visual Studio
2. Tools->Options then expand "Projects and Solutions"
3. Select "VC++ Directories" under "Projects and Solutions"
4. Choose your platform (e.g. "Win32") then select "Library files"
5. Add DirectX SDK library directory to the list of the folders
For now only Andoid, MAC OS X and iOS are officially supported. I will add a
wiki page explaining how to build the source code for WinPhone7 and Windows
(XP/Vista/7) in the coming days.
Original comment by boss...@yahoo.fr
on 11 Oct 2010 at 4:38
For the DirectX libraries, on Vista/7, don't forget to select the right folder
(x64 or x86).
Original comment by boss...@yahoo.fr
on 11 Oct 2010 at 4:41
Original comment by boss...@yahoo.fr
on 9 Nov 2010 at 6:46
Original issue reported on code.google.com by
saket...@gmail.com
on 9 Oct 2010 at 9:25Attachments: