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

What is the problem when the following info occured?

lyricx
Beginner
349 Views
Info: DEC$ ATTRIBUTES DLLIMPORT is ignored for non-external procedure. [DLLIMPORT]
Linking...


------------
Though the whole compilation can be successful, I still feel uncomfortable about this info.

What is the problem?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
349 Views
The message is saying that you have an ATTRIBUTES DLLIMPORT directive that names an identifier which is not used as an external symbol. Without seeing the source I can't say more.
0 Kudos
Reply