Changes between Version 3 and Version 4 of Windows98_Support


Ignore:
Timestamp:
Feb 26, 2007 8:35:41 PM (17 years ago)
Author:
perry
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows98_Support

    v3 v4  
    3333 
    3434 
    35 == Disable IoCompletionPort in pjlib == 
     35== Disable !IoCompletionPort in pjlib == 
    3636 
    3737On '''Debug''' build, pjlib Visual Studio project will use socket '''select()''' as the back-end implementation for PJLIB's '''ioqueue''', which is fine. 
     
    4545 
    4646 
    47 == Disable DirectSound in pjmedia == 
     47== Disable !DirectSound in pjmedia == 
    4848 
    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. 
     49By 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. 
    5050 
    51 To disable DirectSound in PortAudio in PJMEDIA: 
     51To disable !DirectSound in !PortAudio in PJMEDIA: 
    5252 1. Open pjmedia project settings 
    5353 1. Add {{{PA_NO_DS}}} macro in the project's '''Preprocessor''' settings.