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

DLL

gerhard_buchgraber
430 Views

I am moving my Fortran Applications from Visual Fortran 5.0.D to Intel Fortran Compiler 2003 Version 9.1.3192.2003

I have succuessfuly created a application using a QuickWin Application and Static Libraries.

I also tried to create a Dynamic Link Library.The Link Failed with

Link: executing 'link'
Bibliothek 'Release/TramoSFD.lib' und Objekt 'Release/TramoSFD.exp' wird erstellt
ifconsol.lib(for_m_console.obj) : error LNK2019: Nicht aufgelstes externes Symbol '_for__issue_diagnostic', verwiesen in Funktion '__QWINGethWnd'
Release/TramoSFD.dll : fatal error LNK1120: 1 unaufgelste externe Verweise

Can anyone help me how I can handle the meassage? What is the ifconsol.lib and the for_m_console.obj ?

Thanks

Gerhard

0 Kudos
1 Reply
Steven_L_Intel1
Employee
430 Views

How did you create this project? Do you have any QuickWin calls in the code? (QuickWin cannot be used in a DLL.)

0 Kudos
Reply