zoukankan      html  css  js  c++  java
  • error LNK2019: unresolve d external symbol _DriverEntry@8 referenced in function _GsDriverEntry@8

    描述错误:

    D:VCxxxssdt3>build

    BUILD: Compile and Link for x86
    BUILD: Loading d:winddk7600.16385.1uild.dat...
    BUILD: Computing Include file dependencies:
    BUILD: Start time: Fri Nov 22 16:04:40 2013
    BUILD: Examining d:vcxxxssdt3 directory for files to compile.
        d:vcxxxssdt3 Invalidating OACR warning log for 'root:x86chk'
    BUILD: Saving d:winddk7600.16385.1uild.dat...
    BUILD: Compiling and Linking d:vcxxxssdt3 directory
    Configuring OACR for 'root:x86chk' - <OACR on>
    _NT_TARGET_VERSION SET TO WINXP
    Linking Executable - sysi386sys.sys
    1>errors in directory d:vcxxxssdt3
    1>d:vcxxxssdt3ufferoverflowk.lib(gs_support.obj) : error LNK2019: unresolve
    d external symbol _DriverEntry@8 referenced in function _GsDriverEntry@8
    1>d:vcxxxssdt3sysi386sys.sys : error LNK1120: 1 unresolved externals
    BUILD: Finish time: Fri Nov 22 16:04:42 2013

    BUILD: Done


    修改错误方法   :  

    1

    extern "C"
    DriverEntry

    2.
    还有一种方法是改成.c文件   //不提倡  因为C文件需要全部声明在前面 不方便

  • 相关阅读:
    android 线程的优先级设置方法
    android插件开发
    针对AsyncTask的分析
    针对平板的扩展
    adb shell dumpsys activity
    gzip相关【转帖】
    android中也需要SQL语句
    monkey脚本
    eclipse 引入外部包不能运行 NoClassDefFoundError 的问题
    翻译 : fragment
  • 原文地址:https://www.cnblogs.com/zcc1414/p/3982422.html
Copyright © 2011-2022 走看看