gpt4 book ai didi

c - Windows 驱动程序 C1083 错误

转载 作者:太空狗 更新时间:2023-10-29 15:42:18 26 4
gpt4 key购买 nike

我创建了简单的“Hello world”windows 驱动程序。

你好.c

#include <ntddk.h> 

NTSTATUS DriverEntry(PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath)
{
DbgPrint("Hello, World\n");
return STATUS_SUCCESS;
}

生成文件

!INCLUDE $(NTMAKEENV)\makefile.def

来源

TARGETNAME = hello
TARGETPATH = obj
TARGETTYPE = DRIVER

INCLUDES = %BUILD%\inc
LIBS = %BUILD%\lib

SOURCES = hello.c

如果我通过 Checked Build Environment 构建驱动程序,我会得到:

error C1083: Cannot open include file: 'codeanalysis\sourceannotations.h': No such file or directory

sourceannotations.h 包含在 C:\WinDDK\7600.16385.1\inc\crtC:\Program Files\Microsoft Visual Studio 10.0\VC\include\CodeAnalysis,但我只能使用 Winddk 目录中的包含文件。

你有什么建议我该怎么办?

最佳答案

可能是我安装的DDK不对,重装DDK后编译文件没有问题。

关于c - Windows 驱动程序 C1083 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9145334/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com