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.
29305 Discussions

Fatal error LNK2023: bad DLL or entry point 'msobj80.dll"

james999
Beginner
948 Views
Hi, I have just installed my new software Intel Visual Fortran, and when trying to link the sample program "hello world", i get this error message:

Fatal error LNK2023: bad DLL or entry point 'msobj80.dll"

I have found three files called "msobj80.dll" in three different directories (under program files), two of them from 7/nov/2007 and one from 8/nov/2007.

What should I do with these files to fix the problem? Thank you in advance

(Intel Visual Fortran 11.1.051, Windows XP)
0 Kudos
4 Replies
Steven_L_Intel1
Employee
948 Views

Install Visual Studio 2005 Service Pack 1 from Microsoft.
0 Kudos
james999
Beginner
948 Views

Install Visual Studio 2005 Service Pack 1 from Microsoft.

Thank you Steve! Really a speedy answer, downloading...
0 Kudos
james999
Beginner
948 Views
Hi again,

The Microsoft Visual Studio 2005 Service Pack1 Installer tells me that there isno program installed to be updated ?
Certainly, Intel Visual Fortran comes with Microsoft Visual Studio 2008. I've found a very small Service pack1 for this version, but I'm not sure if it is necessary to run other programas before (preparing the service pack1? microsoft page is a bit confusing here) or even if this is the problem.

Steve, what is the problem? Thank you in advance

0 Kudos
Steven_L_Intel1
Employee
948 Views
I would not expect that you'd have an issue with msobj80.dll with VS2008 as that is a VS2005 DLL. We have this knowledge base article on the issue, but again, it references VS2005. Are you sure you aren't using the VS2005 linker somehow?
0 Kudos
Reply