Hello World fatal error

Write your question here.
Hello World not working
they say
1>------ Build started: Project: HelloWorld1, Configuration: Debug Win32 ------
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

i used this video http://www.youtube.com/watch?v=KUQ6G2sGuUc
1
2
3
4
5
6
7
8
9
10
11
 #include <iostream>

using namespace std;

int main(){

	cout <<"Hello World! " << endl;

	return 0;

}
Your code is fine, what you've got there is a linker error. Try using a different compiler maybe.

http://support.microsoft.com/kb/2757355
Thanks
Hope it will work ;)
i'm gonna buy new computer
my dad was uninstalling some of the stuff from control panel last friday
and he have uninstall frame.net @@ DAMN!!

Thank You tree

Last edited on
No problem man, you shouldn't have to buy a new computer though... you can if you want to because buying a new computer is awesome lol

Many modern PCs come with a restore partition on the hard drive so you can restore to factory format without having your windows restore disks. Or there you could reinstall .NET, I don't think you'd have to but a new copy of windows.

Or just go get a new computer :D
Topic archived. No new replies allowed.