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

Access violation-ntdll.dll and kernel32.dll not found

Anders_S_1
New Contributor III
710 Views

Hi,

I am running a QuickWin application with Developer Studio 2010 and Intel Fortran Compiler 15.04.221 64-bit.

Compilation and linking go with no errors. Program starts to run, prints a few lines but then a run time error occurs, possibly during a print operation, according to attached file.

Is ntdll.dll or kernel32.dll the cause or the not found file tq-win-64... ?

Best regards

Anders S

 

0 Kudos
1 Reply
Lorri_M_Intel
Employee
710 Views

This message does not mean that the files are not found; it means that there is no line number information to be displayed in this traceback output.   The only file that was compiled with the /traceback command line option appears to be your main program tqex01.F.

                  --Lorri

0 Kudos
Reply