PRB: midiInOpen Fails in MIDIMON Sample ApplicationLast reviewed: April 11, 1995Article ID: Q87537 |
The information in this article applies to:
SYMPTOMSIn the MIDIMON sample application provided with version 3.1 of the Microsoft Windows Software Development Kit (SDK), the call to the midiInOpen() function fails and returns error code 11.
CAUSEThe midiInputHandler() function and its associated data are in movable, discardable segments.
RESOLUTIONModify the CODE and DATA segments in the CALLBACK.DEF module definition file to read as follows:
CODE FIXED PRELOAD DATA FIXED SINGLE PRELOAD |
Additional reference words: 3.10 midi midimon
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |