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

Fortran module wizard issue (version 2023.2.72.17)

netphilou31
新貢獻者 III
1,131 檢視

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 積分
4 回應
Barbara_P_Intel
1,068 檢視

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?

 

netphilou31
新貢獻者 III
1,051 檢視

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.

netphilou31
新貢獻者 III
1,035 檢視

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,

Barbara_P_Intel
1,000 檢視

Thank you, @netphilou31. I'll investigate.

 

回覆