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

Conditional Compiler Directive for QuickWin

bearoflittlebrain_ol
497 Views

Is there a Conditional Compiler Directive method to determine whether a program is being compiled under QuickWin or Win32? I am hoping there is something along the lines of

!DEC$ IF (_DF_VERSION_ < 660)

that I have used in the past for different compiler versions.

Regards

Bear

0 Kudos
2 Replies
Steven_L_Intel1
Employee
497 Views

No, there is not. You could define such a symbol yourself in the QuickWin version of your projects.

0 Kudos
bearoflittlebrain_ol
497 Views

Steve,

Many thanks, even if it was not the answer that I wanted!

Bear

0 Kudos
Reply