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

warning #5142: Invalid use of $ character in identifier

Brooks_Van_Horn
New Contributor I
286 Views

Why is the statement

use gdi32, LineTo => MSFWIN$LineTo

considered a warning in a .f90 file when I've disabled Specific Diagnostics:

6413,7025,6477,7028,5142,5142

Yet I still get it in IVF 16.0 R3?

Thanks,

Brooks

 

1 Reply
andrew_4619
Honored Contributor II
286 Views

I included use gdi32, LineTo => MSFWIN$LineTo  in a source file and with standards checking got error #5142: Invalid use of $ character in identifier

and when I ask to ignore 5142 i didn't get the warning. I would check the config x32/x64/release/debug because you may not have applied that to all the cases that you use other than that I don't know.

 

 

0 Kudos
Reply