- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Currently, using the old IFORT compiler, our static library projects create a .lib and .exp file, both of which are needed for further building steps. We are trying to switch to the IFX compiler and have found that the .exp file is no longer created, even if all other property settings are the same.
How can we get the .exp files to be created using the IFX compiler?
Below are some screenshots from both the IFORT compiler output (version 2021.11.0) and the IFX output (version 2024.0, but has similar results with version 2025.1):
IFORT log:
IFORT files generated:
IFX log:
IFX files generated:
Attached is the demo example I used to make these screenshots
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Adding “/Qno-ipo” option to the linkage command line(Property->Librarian->Command Line), you can get .exp file.
Thanks

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page