Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7942 Discussions

Missing LIBM export in my DLL file (Windows)

kalfelz__guilherme
538 Views

Hello guys, I'm WilliamK and I'm compiling a JUCE based Plugin Windows DLL file (you can check my work at Wusik.com). On Win 64 it links and works great, but not on 32 bits. I get the following error.

 

So it seems that I need to link the libm.lib file, but I don't know how to do that on Visual Studio 2017 :-( Any help would be much appreciated. Thank you!

Best Regards, WilliamK

0 Kudos
3 Replies
kalfelz__guilherme
538 Views

Some updates. I installed the Intel 2019 redistributable files for 32 and 64 bit on windows and still the same error. I'm trying to add libm as a static library but still the same error, so I wonder if I'm doing it the right way. :-(

0 Kudos
kalfelz__guilherme
538 Views

No one? :-(

0 Kudos
Viet_H_Intel
Moderator
538 Views

I am wondering if you set the ENV correctly to use IA32-bit compiler?

Thanks,

Viet

0 Kudos
Reply