CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2006
    Posts
    5

    Angry Error from cl.exe

    Hi!

    there comes a message from visual c++ 2005:
    [/O2 /FD /EHsc /MT /Fo"Debug\\" /Fd"Debug\vc80.pdb" /c /TP ".\newtest1.cpp"]
    Project : error PRJ0002 : Error result -1073741515 returned from 'C:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.exe'.

    I tried to start cl.exe on its own, but it misses mspdb80.dll wich i tries to replace with someother one... did not work.

    I completely reinstalled MSVisualc++ and it still doesn't work at all.


    Can you help me with this? (Even some simple hello world prog won't work) Thanks

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: Error from cl.exe

    Aparently your Visual Studio installation is corrupt,
    See following discussion on MSDN forum ,
    http://forums.microsoft.com/MSDN/Sho...21107&SiteID=1
    Regards,
    Ramkrishna Pawar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured