Other/Extra...

MSVCR80.dll was not found

파에 2008. 9. 5. 05:54

 

This means several things.

 

a) your console application does not have manifest. Either embedded inside or external. To check this, do the following:


  1. Check for .exe. manifest next to exe. If it is not there, it may be embedded. Go to step 2.


  2. Open appname.exe in VS. See if it has RT_MANIFEST. Save it as a file and see if it has this line in it:          
    If no RT_MANIFEST resource is present in the binary, go to step 3. If it is there, then go to step 4.


  3. You are building with /manifest:no. Don't do this, it is not supported scenario. Remove this linker switch and it all should work.
 

  4. msvcr80d.dll is not on the system. We need to know what version of VS is installed, what OS, what parts of VC++ have you selected during installations. Go ahead and file a bug on this on lab.msdn.microsoft.com.

 

filename.exe.zip
0.0MB

'Other > Extra...' 카테고리의 다른 글

100  (0) 2008.09.24
What?  (0) 2008.09.23
Calculus 용어  (0) 2008.07.25
유니코드 변환  (0) 2008.07.23
세미콜론(;)과 콜론(:)의 차이  (0) 2008.07.23