Changes between Version 3 and Version 4 of Windows98_Support
- Timestamp:
- Feb 26, 2007 8:35:41 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Windows98_Support
v3 v4 33 33 34 34 35 == Disable IoCompletionPort in pjlib ==35 == Disable !IoCompletionPort in pjlib == 36 36 37 37 On '''Debug''' build, pjlib Visual Studio project will use socket '''select()''' as the back-end implementation for PJLIB's '''ioqueue''', which is fine. … … 45 45 46 46 47 == Disable DirectSound in pjmedia ==47 == Disable !DirectSound in pjmedia == 48 48 49 By default, PJMEDIA uses PortAudio on Windows with DirectSound set as the prefered sound backend. This may not work properly on Win95/98, and it may be better to disableDirectSound support and just use '''waveIn/waveOut''' device.49 By default, PJMEDIA uses !PortAudio on Windows with !DirectSound set as the prefered sound backend. This may not work properly on Win95/98, and it may be better to disable !DirectSound support and just use '''waveIn/waveOut''' device. 50 50 51 To disable DirectSound inPortAudio in PJMEDIA:51 To disable !DirectSound in !PortAudio in PJMEDIA: 52 52 1. Open pjmedia project settings 53 53 1. Add {{{PA_NO_DS}}} macro in the project's '''Preprocessor''' settings.