app version not supported by DLL什么意思

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/28 03:52:15
app version not supported by DLL什么意思

app version not supported by DLL什么意思
app version not supported by DLL什么意思

app version not supported by DLL什么意思
app的版本无法被DLL文件所支持.
app:Application的缩写,即应用程序.在vc++中,app是应用程序的入口和出口,一般在这里处理一些启动和退出程序时需要读取或写入的设置信息,还有设置一些全局变量.
DLL:是Dynamic Link Library 的缩写形式,动态链接库.