gpt4 book ai didi

c++ - visual studio c++ 2010 express 中的程序错误

转载 作者:行者123 更新时间:2023-11-28 06:27:58 25 4
gpt4 key购买 nike

我可以在 visual c++ 2010 express 中运行我的程序后知道如何解决这个问题吗?

程序代码

#include "stdafx.h"
#include "stdio.h"

int main(void)
{
printf("Welcome !!!\n");
return 0;
}

输出信息1>------ Rebuild All started: Project: Exercise, Configuration: Debug Win32 ------1> stdafx.cpp1> 练习.cpp1>LINK: fatal error LNK1123:转换为 COFF 时失败:文件无效或损坏==========全部重建:0个成功,1个失败,0个跳过==========

最佳答案

要么禁用增量链接,方法是

Project Properties 
-> Configuration Properties
-> Linker (General)
-> Enable Incremental Linking -> "No (/INCREMENTAL:NO)"

或安装 VS2010 SP1。

关于c++ - visual studio c++ 2010 express 中的程序错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28193681/

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