本文介绍了视觉工作室中的不同构建选项,如内容,资源和嵌入式资源?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在不影响我的exe的情况下更改运行时的图像文件。
我尝试了什么:
i在我的项目中放置了两个图像,并将一个图像的构建操作从无变为资源,另一个从无变为内容,并将副本设置为始终复制。当我从我的调试文件夹中删除我的图像,其构建操作是内容并运行我的exe两个图像对exe没有影响,如果我删除那个图像。
I want to change the image file on a runtime without effecting my exe.
What I have tried:
i put two images in my project and change the build action of one image from none to resource and the other from none to content and set copy to directory as "Copy Always".when i am deleting my image from my debug folder whose build action is content and running my exe both images appeared no effect on exe if i delete that one image.
推荐答案
这篇关于视觉工作室中的不同构建选项,如内容,资源和嵌入式资源?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!