Jump to content

Corrections: Difference between revisions

From EDM2
No edit summary
 
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
Found on Usenet.
Found on Usenet.


Multimedia Programming Guide:
==Corrections to the Multimedia Programming Guide==
 
>>> Are you the one to send mistakes in the INF files to, so that they can be corrected? :-)
>>> > Are you the one to send mistakes in the INF files to, so that they can  
<br>>
>>> > be corrected? :-)
<br>>>  
>
<br>>> Possibly.  Which INF files?
>>  
>> Possibly.  Which INF files?
   
   
Currently, I only remember an example from the Multimedia help. In the file [mmref2.inf] the page "mmioOpen - Remarks" says that for a memory file fccIOProc should be FOURCC_MEM, instead it should be fccChildIOProc. So replace:
Currently, I only remember an example from the Multimedia help. In the  
file mmref2.inf the page "mmioOpen - Remarks" says that for a memory  
file fccIOProc should be FOURCC_MEM, instead it should be  
fccChildIOProc. So replace
   "4.Set fccIOProc to FOURCC_MEM"
   "4.Set fccIOProc to FOURCC_MEM"
  with
  with
Line 21: Line 15:
  and renumber the remaining two.
  and renumber the remaining two.


Similarly, in mmapg.inf the page "File I/O in Memory" replace
Similarly, in [http://cyberkinetica.homeunix.net/os2tk45/mmapg/201_L2_FileIOinMemory.html mmapg.inf] the page "File I/O in Memory" replace:
     "*Set the fccIOProc field to FOURCC_MEM."
     "*Set the fccIOProc field to FOURCC_MEM."
  with
  with
Line 28: Line 22:
     *Set fccChildIOProc to FOURCC_MEM"
     *Set fccChildIOProc to FOURCC_MEM"
  and add semicolons at the ends of the two code snippets further down.
  and add semicolons at the ends of the two code snippets further down.
[[Category:MMPM/2]]

Latest revision as of 18:42, 23 December 2017

Found on Usenet.

Corrections to the Multimedia Programming Guide

>>> Are you the one to send mistakes in the INF files to, so that they can be corrected? :-)
>
>>
>> Possibly. Which INF files?

Currently, I only remember an example from the Multimedia help. In the file [mmref2.inf] the page "mmioOpen - Remarks" says that for a memory file fccIOProc should be FOURCC_MEM, instead it should be fccChildIOProc. So replace:

  "4.Set fccIOProc to FOURCC_MEM"
with
  "4.Set fccIOProc to the correct four character code for the memory 
content.
   5.Set fccChildIOProc to FOURCC_MEM"
and renumber the remaining two.

Similarly, in mmapg.inf the page "File I/O in Memory" replace:

   "*Set the fccIOProc field to FOURCC_MEM."
with
   "*Set fccIOProc to the correct four character code for the memory 
content.
    *Set fccChildIOProc to FOURCC_MEM"
and add semicolons at the ends of the two code snippets further down.