Chào mọi người. Em là mem mới của forum và có rắc rối cần mọi người giúp. Em mới cài lại win và cài lại visual studio và vs c++. installation tốt đẹp ko có vấn đề gì. nhưng mà lúc vào soạn thử một project (ko dùng class hay template gì hêt) như sau
Code:
// 3.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
using std::cout;
int _tmain(int argc, _TCHAR* argv[])
{
cout << "Hello" ;
return 0;
}
em nhấn F7 (build) thì nhận được thông báo
1>------ Build started: Project: 3, Configuration: Debug Win32 ------
1>Error: the Visual C++ Project Engine is not properly installed. The build cannot continue. Please repair the Visual Studio installation.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
em thử nhấn F5 (debug) thì nhân được thông báo lỗi
Unable to start program c:\...\my documents\visual studio 2005\projects\3\debug\3.exe
A Visual studio DLL, coloader80.dll, is not correctly installed. Please repair your Visual Studio installation via "Add or Remove Programs" in Control Panel.
If the problem persists, you can manually register coloader80.dll from the command prompt with 'regsvr32 "%CommonProgramFiles%\Microsoft Shared\VS7Debug\coloader80.dll"'.
em thử theo thông báo lỗi rồi mà vẫn ko khắc phục được. Có anh chị nào biết thì chỉ em với
<Viết thẻ CODE chính xác tẹo>