2019-8-31-C++-驱动开发-error-LNK2019-unresolved-external-symbol-__CheckForDebuggerJustMyCode-referenced-...
| title | author | date | CreateTime | categories | 
|---|---|---|---|---|
| C++ 驱动开发 error LNK2019 unresolved external symbol __CheckForDebuggerJustMyCode referenced in function DriverEntry | lindexi | 2019-08-31 16:55:58 +0800 | 2019-02-11 08:55:31 +0800 | 
最近在写一个机器人的时候,发现驱动无法编译通过。本文告诉大家如何解决这个问题。
在 VisualStudio 2017 15.8 的版本提供新的功能C++ Just My Code Stepping 会让一些项目编译不通过
 error LNK2019: unresolved external symbol __CheckForDebuggerJustMyCode referenced in function DriverEntry
解决方法有两个:
- 在工具选项调试,取消调试我的代码 
- 右击项目属性,在C++的命令行添加 - /JMC-点击重新编译
最简单的方法是不要使用 DEBUG 模式编译
2019-8-31-C++-驱动开发-error-LNK2019-unresolved-external-symbol-__CheckForDebuggerJustMyCode-referenced-...的更多相关文章
- VS2015 MSVCRTD.lib(_chandler4gs_.obj) : error LNK2019: unresolved external symbol __except_handler4_common referenced in function __except_handler4
		今天在VS2015中用编译好的QT5静态库打包软件,配置好QT的静态环境后, 发现报MSVCRTD.lib(_chandler4gs_.obj) : error LNK2019: unresolved ... 
- FreeType的项目总是报error LNK2019: unresolved external symbol __imp错误
		用vs2013建立了一个c++的项目,然后在根目录放置了freetype.lib,将GitHub上面的include文件夹拷贝到本机,并且在VS中设置了额外包含目录指向这个inluce文件夹,然后将f ... 
- error LNK2019:unresolved external symbol
		error LNK2019:unresolved external symbol 这个错误是指程序不认识函数.具体的说就是.h文件中定义并没有实现,这就是库出现了问题. 遇到这个问题,第一步就要看是哪 ... 
- c++模板使用出错情况error LNK2019: unresolved external symbol "public: float __thiscall Compare<float>::min(void)" (?min@?$Compare@M@@QAEMXZ) referenced in function _main
		将类模板在头文件中定义,类的成员函数在头文件中声明,头文件中只留下接口,函数的实现在另一个.cpp文件中,这样编译出来错误error LNK2019: unresolved external symb ... 
- 链接报error LNK2019: unresolved external symbol错误,解决
		http://blog.163.com/aiding_001/blog/static/22908192011102224344450/ 某次编写一个COM组件,接口定义好之后,增加了ZRX代码后编译链 ... 
- Error LNK2019: unresolved external symbol "char * __stdcall _com_util::ConvertBSTRToString(wchar_t *)"
		Error 2 error LNK2019: unresolved external symbol "char * __stdcall _com_util::ConvertBSTRToStr ... 
- C++ Error: error LNK2019: unresolved external symbol
		在某工程中新添加了文件x.cu与x.hpp,实现了一些功能,最后编译整个工程的时候就出现了这个问题: error LNK2019: unresolved external symbol 这是链接错误, ... 
- Error LNK2019:Unresolved External Symbol  的解决方案
		当头文件中声明了一个函数,但是在相应的源文件中却没有对该函数进行定义,则会出现为“解决的外部符号”(unresolved external symbol )错误.另外,当一个函数调用了外部的一个库文件 ... 
- error LNK2019 : unresolved external symbol Zbar配置问题
		原文链接:https://blog.csdn.net/MengchiCMC/article/details/77871714 出现error LNK2019 : unresolved external ... 
- C++ win32 dll 引用外部CLR,加载托管程序集异常-Error	10	error LNK2019: unresolved external symbol _CLRCreateInstancet
		异常: Error 10 error LNK2019: unresolved external symbol _CLRCreateInstance@12 referenced in function ... 
随机推荐
- 愚人节老板发话了,免费送书 + 免费入驻Java知识星球!!
			愚人节快乐,今天的活动很重磅! 1.免费送5本重量级技术书籍,不骗人,小程序随机抽奖送出哦! 2.免费进星球,哈哈不可能,愚人节快乐!不过今天有重大优惠,见下文! 活动一:免费送出5本重量级书籍 赠书 ... 
- 19.SimLogin_case04
			# 利用cookies登录马蜂窝 import requests from lxml import etree session = requests.Session() phone_number = ... 
- <随便写>进程基本知识
			from multiprocessing import Process, Queue,Pool import time import os def producer(q): for i in rang ... 
- [WPF自定义控件]?Window(窗体)的UI元素及行为
			原文:[WPF自定义控件]?Window(窗体)的UI元素及行为 1. 前言 本来打算写一篇<自定义Window>的文章,但写着写着发觉内容太多,所以还是把使用WindowChrome自定 ... 
- nginx压力测试webbench
			下载压力测试工具webbench wget http://home.tiscali.cz/~cz210552/distfiles/webbench-1.5.tar.gz 安装依赖包 yum -y in ... 
- shell学习笔记2: shell中的四则运算符
			shell中的四则运算符 n1,n2 :常量数字 char:运算符号 加,减,乘,除,取余(+,-,*,/,%) $a,$b:变量a,变量b 方法1 数字与符号之间需要有空格 不支持小数 expr n ... 
- 移动端自定义输入框的vue组件 ----input
			<style scoped lang="less"> .keyboard { font-family: -apple-system, BlinkMacSystemFon ... 
- VS2010-MFC(对话框:为对话框添加控件)
			转自:http://www.jizhuomi.com/software/151.html 上一讲创建了一个名为“Addition”的工程,目的是生成一个实现加法运算的应用程序.实现加法计算有几个必要的 ... 
- python面向对象应用-1
			#猫 定义类 class Cat: type = '猫' #通过__init__初始化的特征 def __init__(self,nickname,age,color): self.nickname ... 
- linux查看系统内容
