[Running Error] mspdb80.dll cannot be found

Source: Internet
Author: User

Solution transferred from

Http://www.cppblog.com/iCeSnaker/archive/2007/05/30/2321.html

 

My environment is vs2008. I want to try fftw today. h has a lot of content, and you still need to link it yourself, which is quite troublesome. Later, the official dll was used directly in anger. However, the official dll only has. def and. dll file, no corresponding. lib file. Run

Lib/def: libfftw3-3.def

Generate the corresponding. lib File

 

Search for lib.exe and find the location in

C:/Program Files/Microsoft Visual Studio 9.0/VC/bin/

However, after executing the preceding command, the system prompts that mspdb80.dll cannot be found.

 

Solution:

1> copy the four Files directly from C:/Program Files/Microsoft Visual Studio 9.0/Common7/IDE/to VC/Bin /.
2> Add the system variable (Path). In this way, choose my computer> Properties> advanced> environment variable> system variable, and add C: /Program Files/Microsoft Visual Studio 9.0/Common7/IDE; note that the end is separated!

I followed the first method and successfully extracted the lib file. After configuring the lib file to the project, an error occurs during compilation,

Fatal error C1902: Program database manager mismatch; please check your installation

After the VC/Bin/mspdb80.dll is deleted, everything returns to normal.

I don't understand why Microsoft has made the tool so complicated.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.