<p>Am 19.03.2017 04:53 schrieb "silvioprog" <<a href="mailto:silvioprog@gmail.com">silvioprog@gmail.com</a>>:<br>
><br>
> On Wed, Mar 15, 2017 at 4:38 AM, LacaK <<a href="mailto:lacak@zoznam.sk">lacak@zoznam.sk</a>> wrote:<br>
>>><br>
>>> I forgot a question, could you send your ippi .a files for us? If so, I can try a test here. :-)<br>
>><br>
>><br>
>> Yes of course: I have uploaded them here<a href="http://uschovna.zoznam.sk/download?code=1342688547227-EZyyeVzToDVVkkbJNCbN"> http://uschovna.zoznam.sk/download?code=1342688547227-EZyyeVzToDVVkkbJNCbN</a><br>
>> But be aware of that I am on Windows, not Linux (Despite this I have added to ZIP also .a files as they are installed by Intel into direcotry "Linux". In direcory "Windows" are installed only .lib files).<br>
>> If I can repeat my question: Can I use ".a" libraries also on Windows ? If not can I use ".lib" created by C/C++ (I do not know how they are build)<br>
>> Thank you<br>
>><br>
>> -Laco.<br>
><br>
><br>
> Unfortunately you can't use the static libraries (.a) of Intel because they are generated for Linux, in spite of static libraries be cross-platform.</p>
<p>Non-sense. Static libraries are as platform specific as any other binary code, after all it needs to call OS functions.</p>
<p>> I'm not sure about the .lib files. MS's COFF files adopt the .lib extension, but it is a little bit strange these sizes below:<br>
><br>
> `libippi.a`:<br>
> . original - 251 MB;<br>
> . striped - 192 MB.<br>
><br>
> `libippi.lib`:<br>
> . original - 853 KB;<br>
> . striped - no strip needed, it is already small.</p>
<p>Seems like the second one is merely an import library for the DLL instead of a real static library.<br>
And of course that is COFF as well. MSVC only supports COFF.</p>
<p>Regards,<br>
Sven</p>