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

Problem with dll

mkigel
Beginner
366 Views

When i build my project, i dont have any problems, but when I run it, i have a message that some symbols from libifcoremdd are not upload. Whst can I so with it?

the message :

diplom.exe" (Win32). Загружено "C:\Program Files (x86)\Intel\oneAPI\compiler\2021.3.0\windows\redist\ia32_win\compiler\libifcoremdd.dll". The module is built without symbols.

mkigel_0-1632841812942.png

 

0 Kudos
1 Reply
Arjen_Markus
Honored Contributor I
328 Views

That simply means that you cannot (easily) debug the routines in the loaded DLL. It has no consequences for your own code. You can ignore such messages. Only if you were to build parts of your program with options to omit symbol names from the executable or DLL, would it matter, because then you cannot (easily) debug your own code.

0 Kudos
Reply