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

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

Javier_Gonzalez-plat
1,571 Views
If I try to use VS2008 to compile and link a simple program as console1 done by VS2008 as example I have an error in the link process.

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

I have two versions of msobj80.dll in my windows 7 (64 bits)

1.- ....Common Files\\microsoft shared\\VSA\\9.0\\VsaEnv (here the dll file is 71KB)
2.- ....Microsoft Visual Studio 9.0\\VC\\Bin\\amd64 (but here the dll file is 86K)

Which file I need to copy on ....Microsoft Visual Studio 9.0\\Common7\\IDE?

Thanks in advance

Javier
0 Kudos
2 Replies
Steven_L_Intel1
Employee
1,571 Views
Try the one in VsaEnv first.
0 Kudos
Javier_Gonzalez-plat
1,571 Views
OK!
Thanks. Seem that work now!

Javier
0 Kudos
Reply