zoukankan
html css js c++ java
没有找到mspdb80.dll,因此这个应用程序未能启动...问题解决
这里主要针对使用link.exe进行SIG文件制作时,报错。
首先下载,mspdb80.dll:
https://www.lanzous.com/i59dgfi
将dll文件移动到我的电脑(32位)C:WINDOWSsystem32或者(64位)C:WINDOWSsystem64
最后点击开始菜单-->运行-->输入regsvr32 mspdb80.dll后,回车即可解决错误提示。
打开link.exe没有报错就没有问题了。
查看全文
相关阅读:
leetcode — spiral-matrix-ii
leetcode — spiral-matrix
leetcode — maximum-subarray
leetcode — n-queens
leetcode — powx-n
leetcode — anagrams
bzoj 2194: 快速傅立叶之二 FFT
bzoj 4503 两个串 快速傅里叶变换FFT
Codeforces 762D Maximum path 动态规划
Codeforces 762C Two strings 字符串
原文地址:https://www.cnblogs.com/Mayfly-nymph/p/11279569.html
最新文章
【Python】使用多个迭代器
【Python】迭代器
【Python】functools.wraps定义函数装饰器
【Python】回文
【LeetCode】28. Implement strStr()
【LeetCode】27. Remove Element
Base64编码的深入认识与理解
获取下拉框的值
js 手机号验证
四级联动
热门文章
jQuery的$(#id)和document.getElementById(id)的区别
js 遍历
js遍历一个元素下的所有img标签,并取得src
utf8_bin跟utf8_general_ci的区别
Host is not allowed to connect to this MySQL server解决方法
见证服务器
leetcode — unique-paths
leetcode — rotate-list
leetcode — permutation-sequence
leetcode — merge-intervals
Copyright © 2011-2022 走看看