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

Debug Errors - Cannot find a required DBG file

mike_desylva
Beginner
675 Views
When running in debug, I am getting the following errors in my output pane and the program exits with a code [0].
NTDLL.DLL C:WINNTSYSTEM32NTDLL 2(some other stuff) Cannot find or open a required DBG file.
Same for KERNEL32.DLL and MSVCRT.DLL.
Any suggestions.
Thanks a lot.
Mike
0 Kudos
2 Replies
james_brown
Beginner
675 Views
I have the same problem. Has anyone resolved the issue?
thanks
0 Kudos
Steven_L_Intel1
Employee
675 Views
Those are not errors - they're informational messages and can be ignored. The program exiting is unrelated to these messages.
0 Kudos
Reply