Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

error LNK2023

horst_haas_a_itp_fzk
1,295 Views

We just bought Intel Visual Fortran Compiler 11.1. It is quite different from our previous Compaq Fortran Compiler. I just started it, with the installed template Main Program Code (Hello World). After I attempted to build, I got a fatal error message

Error 1 fatal error LNK2023: bad DLL or entry point 'msobj80.dll' LINK

What is wrong? May I ask your help?

0 Kudos
9 Replies
Steven_L_Intel1
Employee
1,295 Views
For help on migrating from CVF, see Migrating from CVF.

For help on the LNK2023 error, see this Knowledge Base article.
0 Kudos
horst_haas_a_itp_fzk
1,295 Views
For help on migrating from CVF, see Migrating from CVF.

For help on the LNK2023 error, see this Knowledge Base article.
It is said that I should copy msobj80.dll to 'Program FilesMicrosoft Visual Studio 8Common7IDE'

Two problems.
(1) I find two msobj80.dll in my computer

msobj80.dll in C:ProgrammeMicrosoft Visual Studio 9.0VCBinamd64 86 KB 07.11.2007
msobj80.dll in C:ProgrammeGemeinsame DateirenMicrosoft SharedVSA9.0VsaEnv 71 KB 08.11.2007

Which one should I copy?

(2) I don't have folder 'Program FilesMicrosoft Visual Studio 8Common7IDE' in my computer. But under
C:Program FilesMicrosoft Visual Studio
I have two folders, one is DF98, another is VC98.
What should I do?
0 Kudos
Steven_L_Intel1
Employee
1,295 Views

You can install VS2005 Service Pack 1, and that should also take care of the problem. This is a Microsoft bug. Use the one in VsaEnv.

(2) The folder you found is from CVF. Are you on a 64 or 32-bit system? If 64-bit, look in Program Files (X86)Microsoft Visual Studio 8Common7IDE.
0 Kudos
horst_haas_a_itp_fzk
1,295 Views

You can install VS2005 Service Pack 1, and that should also take care of the problem. This is a Microsoft bug. Use the one in VsaEnv.

(2) The folder you found is from CVF. Are you on a 64 or 32-bit system? If 64-bit, look in Program Files (X86)Microsoft Visual Studio 8Common7IDE.

I have downloaded VS2005 Service Pack 1(VS80sp1-KB932232-X86-ENU.exe), but I could not install it. Error message!!
0 Kudos
Steven_L_Intel1
Employee
1,295 Views
What was the error message?
0 Kudos
horst_haas_a_itp_fzk
1,295 Views
What was the error message?

it is in german, as attached. my system is windows xp, 32-bit
0 Kudos
Steven_L_Intel1
Employee
1,295 Views

Would you please translate that to English? Thanks.
0 Kudos
horst_haas_a_itp_fzk
1,295 Views

Would you please translate that to English? Thanks.
Hello Steve
This problem has been solved (I hope 100%),
after copy
msobj80.dll in C:ProgrammeGemeinsame DateirenMicrosoft SharedVSA9.0VsaEnv 71 KB 08.11.2007

to
C:ProgrammeMicrosoft Visual Studio 9.0Common7IDE

May I ask another question?
Where is IMSL* located? I mean, in which directory?
0 Kudos
Steven_L_Intel1
Employee
1,295 Views

C:Program FilesVNIimsl
0 Kudos
Reply