PRB: midiInOpen Fails in MIDIMON Sample Application

ID: Q87537


The information in this article applies to:
  • Microsoft Windows Software Development Kit (SDK) 3.1


SYMPTOMS

In 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.


CAUSE

The midiInputHandler() function and its associated data are in movable, discardable segments.


RESOLUTION

Modify the CODE and DATA segments in the CALLBACK.DEF module definition file to read as follows:


   CODE FIXED PRELOAD
   DATA FIXED SINGLE PRELOAD 

Additional query words: 3.10 midi midimon

Keywords :
Version : WINDOWS:3.1
Platform : WINDOWS
Issue type :


Last Reviewed: November 3, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.