Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

MakeIntResource

BearofLittleBrain1
New Contributor I
1,202 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 III
1,187 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 III
1,188 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
1,157 Views

Andrew,

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

BearofLittleBrain

0 Kudos
Reply