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

Eratic Debugger behavior

Deleted_U_Intel
Employee
527 Views

When debugging a program, I find upon repeated additions and subtractions of breakpoints, that my breakpoints become disabled. Even when I delete one and then add it back in again, appearing to be an enabled breakpoint at this point, it becomes disabled when I run the debugger.

Hoping that the clear option can help here, I find that after I run the clean option for a solution, I get the following error upon rebuiling the project.

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

Please advise.

John


0 Kudos
2 Replies
Steven_L_Intel1
Employee
527 Views
I have seen this before - it apparently happens when the DLL named in the error becomes corrupted. This is part of Visual Studio. I suggest uninstalling the Intel Fortran integration and then doing a "reinstall/repair" of Visual Studio, then reinstalling the integration. If you have not already done so, you can download and install VS2005 SP1 from microsoft.com and then reinstall the integration.
0 Kudos
Steven_L_Intel1
Employee
527 Views
Well, that's not good, as it suggests that you have a problem with the system that is bound to occur again.
0 Kudos
Reply