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

MakeIntResource

BearofLittleBrain1
New Contributor I
587 Views

MakeIntResouce worked OK in CVF, but now in converting code to IVF 2022 I get a compiler error message "This name does not have a type, and must have an explicit type."

I am aware that eg DialogBoxParam has changed to DialogBoxParam_G1, but am baffled by this one.

Any suggestions or help please?

BearofLittleBrain

0 Kudos
1 Solution
andrew_4619
Honored Contributor II
572 Views

if you have "use ifwin" it will include that function which intel supply as in C it is a macro.

 

View solution in original post

2 Replies
andrew_4619
Honored Contributor II
573 Views

if you have "use ifwin" it will include that function which intel supply as in C it is a macro.

 

BearofLittleBrain1
New Contributor I
542 Views

Andrew,

Many thanks - I normally have ifwin in, but it got missed out this time.

BearofLittleBrain

0 Kudos
Reply