Bizzare error for VS C++

Questions about programming languages and debugging
Post Reply
User avatar
Swan
Knight of the Sword
Knight of the Sword
Posts: 827
Joined: 18 Oct 2006, 16:00
17
Contact:

Bizzare error for VS C++

Post by Swan »

1>Project : error PRJ0003 : Error spawning 'link.exe'.


I tried reinstaling but doesnt help.

Weirsd thing is previously, code and projects worked fine. Then out of the blue, this happens.

Please help guys.

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

I think it has to do with the linking of the file when you are compiling.

I found this

http://msdn.microsoft.com/library/defau ... RJ0003.asp

Also i read on a forum that some guy had two solutions for it.

1: Restart your computer and try again.

2: Make sure that the program you are compiling isn't already running in the background.
"The best place to hide a tree, is in a forest"

User avatar
Swan
Knight of the Sword
Knight of the Sword
Posts: 827
Joined: 18 Oct 2006, 16:00
17
Contact:

Post by Swan »

ok well restarting it doesnt help, and i am 100% certain its not running in the background.

Post Reply