chacker
驱动小牛
驱动小牛
  • 注册日期2002-11-22
  • 最后登录2007-11-15
  • 粉丝0
  • 关注0
  • 积分193分
  • 威望20点
  • 贡献值0点
  • 好评度17点
  • 原创分0分
  • 专家分0分
阅读:1221回复:0

编译filespy遇到同样的问题!请大家帮忙!

楼主#
更多 发布于:2003-12-04 18:11
FileSpy有四个目录:
filter
fspykd
lib
user
分别的现象是:
filter:转换成功,但是编译报错
fspykd:Fatal Error: DYNLINKis not a supported TARGETTYPE
lib :Fatal Error: LIBRARYis not a supported TARGETTYPE
user :Fatal Error: PROGRAMis not a supported TARGETTYPE

下边三个目录无论选哪一个都是报:XXX  not a supported
TARGETTYPE
究竟如果做才可以转换呢?我也d visual c++配置好了ddk等环境了!

还有一个最头痛的问题,我也知道很多人问过,我也看过以前的贴子,都没有很好的答复的,但我很想知道为什么会出现以下的编译问题:
i:\\application\\filespy\\filter\\fspyKern.h(667): error C4013: “min”未定义;假设外部返回 int
i:\\application\\filespy\\filter\\fspyHash.c(210): error C4013: “SetFlag”未定义;假设外部返回 int
i:\\application\\filespy\\filter\\fspyHash.c(560): error C4013: “RtlInitEmptyUnicodeString”未定义;假设外部返回 int
i:\\application\\filespy\\filter\\fspyKern.h(667): error C4013: “min”未定义;假设外部返回 int
i:\\application\\filespy\\filter\\fspyKern.h(667): error C4013: “min”未定义;假设外部返回 int
i:\\application\\filespy\\filter\\fspyLib.c(233): error C4013: “ExFreePoolWithTag”未定义;假设外部返回 int
i:\\application\\filespy\\filter\\fspyLib.c(437): error C4013: “SetFlag”未定义;假设外部返回 int
i:\\application\\filespy\\filter\\fspyLib.c(1190): error C4013: “RtlInitEmptyUnicodeString”未定义;假设外部返回 int
i:\\application\\filespy\\filter\\fspyLib.c(2498): error C4013: “ClearFlag”未定义;假设外部返回 int
i:\\application\\filespy\\filter\\fspyLib.c(3756): error C4013: “BooleanFlagOn”未定义;假设外部返回 int
i:\\application\\filespy\\filter\\fspyLib.c(3756): warning C4242: “=” : 从“int”转换到“BOOLEAN”,可能丢失数据
i:\\application\\filespy\\filter\\filespy.c(661): error C4013: “ExFreePoolWithTag”未定义;假设外部返回 int
i:\\application\\filespy\\filter\\filespy.c(672): error C4013: “ClearFlag”未定义;假设外部返回 int
i:\\application\\filespy\\filter\\filespy.c(907): error C4013: “RtlInitEmptyUnicodeString”未定义;假设外部返回 int

我知道这里有很多高手,这么小问题难道就不可以帮?
游客

返回顶部