PRB: midiInOpen Fails in MIDIMON Sample Application (87537)



The information in this article applies to:

  • Microsoft Windows Software Development Kit (SDK) 3.1

This article was previously published under Q87537

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
				

Modification Type:MajorLast Reviewed:11/5/1999
Keywords:KB87537