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

Suddenly I have an empty Fortran DLL

tsmithapp-geo-resear
854 Views
I am using VS Studio 2008 with Intel Fortran v11
I was testing C# to Fortran interface was going OK with passing by value and by reference.
Suddenly I stated getting errors and I notice myFortran DLL is very small. Upon using
dumpbin Ifind the DLL empty. My*.f90 file has severalsubroutines but they do not seem to
compile. I dont understandwhat can cause the compiler to generate NOoutpout. Any help
is appreciated.

------ This is my dumpbin -all results:

Microsoft COFF/PE Dumper Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.


Dump of file k3_fortran.dll

File Type: DLL

Summary

1000 .data
1000 .rdata
1000 .reloc
1000 .rsrc
1000 .text
1000 .trace
0 Kudos
5 Replies
Steven_L_Intel1
Employee
854 Views
I have seen this when the compiler has an internal failure and just exits without a message. This is rare, but I know we have fixed bugs like this. Please try with 11.1.048.
0 Kudos
tsmithapp-geo-resear
854 Views
I have seen this when the compiler has an internal failure and just exits without a message. This is rare, but I know we have fixed bugs like this. Please try with 11.1.048.

How to Download ? This sounds lame but I just cant find how to download that specific version in Download Center.
How do I search or navigate to it because while I find I can buy or 30 day trial, I can't seem to download a patch.
Thanks in Advance
0 Kudos
Steven_L_Intel1
Employee
854 Views

You should be using the Intel Registration Center. That is where product updates are posted.
0 Kudos
tsmithapp-geo-resear
854 Views

You should be using the Intel Registration Center. That is where product updates are posted.

Yes, installing 11.1.048 solved the problem.
0 Kudos
Steven_L_Intel1
Employee
854 Views
Glad to hear it.
0 Kudos
Reply