gpt4 book ai didi

c++ - C++ (PPP) 图形项目的链接器输入修改

转载 作者:太空宇宙 更新时间:2023-11-04 11:41:13 29 4
gpt4 key购买 nike

我想用 C++ 书做《编程原理与实践》第 12 章的练习。但我必须将链接器输入修改为“fltkd.lib;wsock32.lib;comctl32.lib;fltkjpegd.lib;fltkimagesd.lib;%(AdditionalDependencies)”。然后它编译了。也就是说,对于每个项目,我都必须修改链接器输入。有没有什么办法可以不修改每个项目中的链接器输入,或者以某种方式通常只修改一次,而无需为其余项目修改?

PS:我的编译器是Visual Studio 2012。

最佳答案

您可以通过 setting the property sheets (.vsprops) 完成.

[...] You can use property sheets to create project configurations that can be applied to multiple projects since project settings that are defined in .vsprops files are inheritable, unlike project settings defined in Project Files (.vcproj files). Therefore, a project configuration defined in a .vcproj file can inherit project settings from one or more property sheets (.vsprops files). [...]

Property Manager View 下,您可以设置您想要的属性,它会在您的项目文件夹中生成一个 .vsprops 文件。然后你可以将这个.props文件复制到其他项目并加载它将使你有相同的属性设置。

附言属性表 (.vsprops) 也可用于设置其他属性,包括包含目录、库目录等。

可以查看Sharing project properties in Visual C++获取分步示例。

关于c++ - C++ (PPP) 图形项目的链接器输入修改,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21348175/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com