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

Fortran module wizard issue (version 2023.2.72.17)

netphilou31
New Contributor II
950 Views

Hi,

I have noticed an issue with the Fortran Module Wizard for TLBs containing only CoClass definitions. In this case, a dialog box is poping up with the name of the dll and no other information and the corresponding Fortran module is not generated at all. This is hapenning with MODWIZ version 2023.2.72.17 in VS2022 but works correctly with version 19.2.61.16 in VS2019.

Best regards,

0 Kudos
4 Replies
Barbara_P_Intel
Employee
887 Views

Do you have a small reproducer that you can upload? We'll need the steps to reproduce the issue, too.

Are you using ifx or ifort? What version?

 

0 Kudos
netphilou31
New Contributor II
870 Views

Hello Barbara,

Thanks for answering.

I have to check with my manager if I can give you some dll showing the issue along with the Fortran module generated with the previous version (19.2.61.16) of the wizard.

I am using IFORT : Intel® Fortran Compiler Classic for applications running on Intel(R) 64, version 2021.10.0 Package ID: w_oneAPI_2023.2.0.49496

Best regards.

0 Kudos
netphilou31
New Contributor II
854 Views

Hello Barbara,

Please find attached a ZIP file containing 2 64 bit dlls required to reproduce the issue. It contains also the Fortran module (ThrmDiagramPH.f90) generated with the previous version (19.2.61.16).

Steps to reproduce the issue:

  1. Extract the 2 dlls into a local folder
  2. Register the 2 dlls in the following sequence:
    1. ThrmStardustDG.dll
    2. ThrmDiagramPH.dll
  3. run the MODWIZ tool on ThrmDiagramPH: MODWIZ /KIND:COM /SOURCE:ThrmDiagramPH.f90 ThrmDiagramPH.dll

Best regards,

0 Kudos
Barbara_P_Intel
Employee
819 Views

Thank you, @netphilou31. I'll investigate.

 

0 Kudos
Reply