注册 登录
编程论坛 Delphi论坛

[求助]有个错误,高手帮忙解决一下!

ctyjw 发布于 2007-01-17 12:48, 547 次点击
exception EMCIDeviceError in module Project1.exe at 000EF073
这是个什么错误?怎么解决呢?哪位高手帮忙解决。。。谢谢!
1 回复
#2
xu20002007-01-18 00:25
EMCIDeviceError is raised if an error occurs when accessing a multimedia device. The most common cause for the exception is trying to access a multimedia device before it has been opened with the Open method of TMediaPlayer.
这是delphi帮助中的说明,你自己看吧。
1