阅读:1339回复:1
急!!!代码 31
最近写的一个pci卡的驱动程序(ddk开发),安装驱动程序时,报无法
安装,错误代码 31,同时还有一个错误码0xc000012f,我查了一下是 STATUS_INVALID_IMAGE_NOT_MZ. 用debugprint根本看不到输出信息,似乎连driverentry都没有执行 到,是什么问题呢?我的代码是改的2000DDK下genport. 在微软查到如下: Stop: 0xC000012F - Image File Did Not Have the Correct Format. (Q173518) -------------------------------------------------------------------------------- The information in this article applies to: Microsoft Windows NT Workstation versions 3.5 , 3.51 , 4.0 Microsoft Windows NT Server versions 3.5 , 3.51 , 4.0 -------------------------------------------------------------------------------- SYMPTOMS You may receive the following error message as your computer restarts: Stop: 0xC000012F STATUS_INVALID_IMAGE_NOT_MZ The specified image file did not have the correct format, it did not have an initial MZ. |
|
沙发#
发布于:2002-07-15 09:42
上说你的文件的格式不对呀。至少缺了“MZ”的标志。
|
|