Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29304 Discussions

msobj80.dll not found in the required directory

Luis_Solis
Beginner
839 Views
I recently updated to version 11.1 (w_cprof_p_11.1.051.exe) and had some problems with msobj80.dll (fatal error LNK2023...). I read a previous thread that helped me solve the problem

I was surprised that in the directory
C:\ProgramFiles\Microsoft Visual Studio 9.0\Common7\IDE
there was no file msobj80.dll !!
How is it possible that this error might occur?

I downloaded msobj80.dll at http://www.my-dll.com/ and copy it in
C:\ProgramFiles\Microsoft Visual Studio 9.0\Common7\IDE
and the problem appears to be resolved
0 Kudos
1 Solution
Stephen_D_Intel
Employee
839 Views
Hi Luis,

This Knowledge Base article provides some explanation of the problem and has a link to a Microsoft web
page that also discusses the problem:

http://software.intel.com/en-us/articles/ivf-fatal-error-lnk2023-bad-ddl-or-entry-point-msobj80dll/

Regards,
Steve D.
Intel Developer Support


View solution in original post

0 Kudos
3 Replies
Stephen_D_Intel
Employee
840 Views
Hi Luis,

This Knowledge Base article provides some explanation of the problem and has a link to a Microsoft web
page that also discusses the problem:

http://software.intel.com/en-us/articles/ivf-fatal-error-lnk2023-bad-ddl-or-entry-point-msobj80dll/

Regards,
Steve D.
Intel Developer Support


0 Kudos
TimP
Honored Contributor III
839 Views
Quoting - Steve D. (Intel)

This Knowledge Base article provides some explanation of the problem and has a link to a Microsoft web
page that also discusses the problem:


That URL refers to VS2005, unlike the original post in this thread. I've never seen this file missing in VS2008, but there too the SP1 is well worth installing.
0 Kudos
Steven_L_Intel1
Employee
839 Views
I would be quite astonished to see VS2008 complain about MSOBJ80.DLL as that is a VS2005 file.
0 Kudos
Reply