我的visual studio 2008 ide一直没有工作问题“帮助” [英] My visual studio 2008 ide keeps not working issue "help"

查看:77
本文介绍了我的visual studio 2008 ide一直没有工作问题“帮助”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿当我尝试在我的visual studio 2008中构建或编译或调试它开始但是在10秒之后它冻结并说它停止工作所以它的错误是什么它如此愚蠢



我使用的是Windows 10 64bit版本

我使用的是专业版



如果我尝试编译或者在visual studio 2010 c ++中构建它给了我这个错误我需要做些什么来解决这个问题



错误是

Hey When I try to build or compile or debug in my visual studio 2008 ide It starts but after 10 seconds it freezes and says its stopped working So whats wrong with the ide its so stupid

I am using windows 10 64bit version
I am using the professional edition

And if i try to compile or build in visual studio 2010 c++ it gives me this error what do I need to do to fix this

the error is

malloc.h





我尝试过:



我试过重新启动我的机器,但没有任何东西



What I have tried:

I have tried a restart of my machine but nothing

推荐答案

显然 malloc.h 标题已被替换在VS 2010中。

您可以尝试更换

Apparently malloc.h header has been replaced in VS 2010.
You could try replacing
#include <malloc.h>

with

with

#include <stdlib.h>

,看看是否有效。


确保安装Visual的所有Service Pack Studio 2008,因为其中包含一些错误修复和增强功能。



为什么不使用最新版本的Visual Studio?



提示:阅读完整的错误消息,而不是关于它,谷歌为它。当您再次询问时,请在问题中提供完整错误消息
Be sure to install all service packs of the Visual Studio 2008, because some bug fixes and enhancements are in it.

Why dont you use the latest version of Visual Studio?

Tip: read the complete error message and than thin about it and google for it. When you ask again provide the full error message in the question.


这篇关于我的visual studio 2008 ide一直没有工作问题“帮助”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆