PRB: MCI Error Message with Quicktime for Windows

Last reviewed: December 18, 1995
Article ID: Q141366
The information in this article applies to:
  • Microsoft Win32 Software Development Kit (SDK) version 3.5

SYMPTOMS

When attempting to play Quicktime for Windows .mov and .qt files, MCI reports the following error:

   The specified device is not open or is not recognized by MCI

Or it returns a code of 0x107 (or 263 decimal).

NOTE: Quicktime for Windows is a third-party product manufactured by a vendor independent of Microsoft; we make no warranty, implied or otherwise, regarding its performance or reliability.

CAUSE

The error indicates files required for Quicktime playback are missing from your system including the MCI Quicktime driver. Windows 95 does not automatically include support for Quicktime for Windows.

RESOLUTION

Quicktime file playback requires the Quicktime for Windows files available from the Quicktime World Wide Web (WWW) home page on the Internet (http://quicktime.apple.com) or from Apple's FTP site on the Internet (ftp.apple.com). The Quicktime package includes a setup application to ease installation.

STATUS

Microsoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

The MCI command parser forwards commands to the specific driver for each media type (AVIVideo, Wave, CDaudio, QTWVideo, and so on). Therefore, it is up to the driver to interpret and implement different commands.

During application development, you can troubleshoot problems by simply exchanging the Quicktime file (for example, Sample.mov) with an AVI file (for example, Sample.avi) to test the sequence of MCI commands. If the AVI file plays successfully, you have a Quicktime driver-specific issue, best handled by Apple.


Additional reference words: 4.00 avivideo mci sendstring mcisendstring
KBCategory: kb3rdparty kbmm kbprb
KBSubcategory: MMVideo


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: December 18, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.