zoukankan
html css js c++ java
C:\WINDOWS\system32\wmp.dll”受到“Windows 系统文件保护”。
在VC# 2005 中,要是打包的程序中包含了Windows Media Player 这个组件的话,在生成解决方案的过程中会提示出错:
"错误1,应将“wmp.dll”排除,原因是其源文件“C:\WINDOWS\system32\wmp.dll”受到“Windows 系统文件保护”。"
那么是不是在程序打包过程中就不能像QQ那样加入声音效果了呢?
解决方案:
选中并右键单击"wmp.dll",在它的属性里有个"Exclude",把它设置为"true",再生成解决方案,就没问题了
查看全文
相关阅读:
C lang:Pointer operation
C lang:Pointer and Array
C lang:Array_Multidimensional arrays
C lang: Pointer
C lang:The smallest negative plus one equals the largest positive
English:Day-to-day 1104
IS:Introduction Parrot
IS guide:Eric Steven Raymond in《How To Become A Hacker》
Computer: Use the mouse to open the analog keyboard
Markdown: color list
原文地址:https://www.cnblogs.com/cwy173/p/1640877.html
最新文章
Linux: Xshell don't connect parrot problem || and use gnuplot
C lang: IOCCC
Python: Anaconda managerment Python
Assembly-language: Debug
English: 2020-3-10
Assembly language:1-1 Machine Language
Python: Turtle
IS: Fluxion
C lang: Construction type data
C lang: stdio.h
热门文章
C lang: s_gets optimize input foo.
Linux: shutdown command
Linux:Install Google Browser
IS Kali: installed chiess messy code problem
C lang: The Command line
C lang: The caracter reverse
C lang: Compound literal
C lang: VLA(variable-length array)
C lang:Pointer and multidimensional array
C lang:Protect array data——Const
Copyright © 2011-2022 走看看