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

VS blocked when debug fortran dll

digger
Beginner
210 Views
At first project review:
visual studio 6 sp 5, CVF 5.5, 5.6, 5.6B (tested everywhere)
fortran multithreaded debug dll, F77 fixed format source code, exports some functions and datas.
main program - C++ sources, MFC, multithreaded, load fortran dll and call one function in working thread.

And problem: when I debug dll, and set break point, sometime (very often) visual studio blocked on this point, after the lapse of 5-10 minutes vs unblocked, and go on. I catch this situation in other exemplar of vs, and view what the first vs do. Some threads waiting (stopped treads from c++), and only one working (some where in Eef90.dll), and turning in one loop.

This situation repeated in different dll's, and very slow down the work.

What to do?
0 Kudos
1 Reply
Intel_C_Intel
Employee
211 Views
CTFMON? Do you have a language bar on the task bar (a little blue icon where you can click and change the editing language for Office)? Then you should read this.

Sabalan.

Message Edited by intel.software.network.support on 12-09-2005 10:37 AM

0 Kudos
Reply