- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After electronic installation of the 'Intel Visual Studio Fortran_XE on my PC (Windows XP), when compiling my code in Release mode, it works, but in Debug mode I get the error:
"LINK : fatal error LNK2023: bad DLL or entry point 'msobj80.dll'"
I find one'msobj80.dll' that was installed in MSV 9.0 directory with same version : 9.0.21022.8 and date (11/7/2007) as the 'link.exe' in same directory.
There is another 'msobj80.dll'in 'Common Files' with same version 9.0.21022.8but different length (71ko / 86ko) and different date (11/8/2007). Exchanging these files does not work. What to do ?
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, I moved this thread to our Intel Visual Fortran Compiler for Windows forum, so that one of our technical consulting engineers can assist you.
Best regards,
==
Aubrey W.
Intel Software Network Support
Best regards,
==
Aubrey W.
Intel Software Network Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The DLL should be in the Common7\IDE folder. Use the 9.0.21022.8 version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I too have this error when compiling for debug in Visual Studio:
LINK : fatal error LNK2023: bad DLL or entry point 'msobj80.dll'
But I have Windows XP Pro x64 SP2 and Intel XE using 2008 (but for some reason Visual Studio 9.0 folders also exist).
Do I need to copy a file somewhere?
LINK : fatal error LNK2023: bad DLL or entry point 'msobj80.dll'
But I have Windows XP Pro x64 SP2 and Intel XE using 2008 (but for some reason Visual Studio 9.0 folders also exist).
Do I need to copy a file somewhere?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Visual Studio 2008 is Visual Studio 9.0. Follow the previous advice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
> Use the 9.0.21022.8 version.
Both are called the 9.0.21022.8 version. :-)
I copied from
C:\Program Files (x86)\Common Files\Microsoft Shared\VSA\9.0\VsaEnv
msobj80.dll [11/08/2007 with 72,192 bytes]
to
C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE
(no existing msobj80.dll file)
and then the link worked.
Both are called the 9.0.21022.8 version. :-)
I copied from
C:\Program Files (x86)\Common Files\Microsoft Shared\VSA\9.0\VsaEnv
msobj80.dll [11/08/2007 with 72,192 bytes]
to
C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE
(no existing msobj80.dll file)
and then the link worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Right - the IDE folder is where that DLL belongs.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page