<p>Am 01.08.2014 15:14 schrieb "payl" <<a href="mailto:payl@wp.pl">payl@wp.pl</a>>:<br>
>><br>
>> (How) can the calling program know about the "bittiness" of a dll / so it tries to load ?<br>
><br>
> <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms680313(v=vs.85).aspx">http://msdn.microsoft.com/en-us/library/windows/desktop/ms680313(v=vs.85).aspx</a><br>
><br>
> There is just field that tells what is architecture of file. This applies both to EXE and DLL.<br>
> You can see msdn has x86,x64 and itanium there, but there are many more existing.<br>
> In Linux situation is same, it also uses COFF and this field (AFAIK).</p>
<p>Linux uses ELF, not PE/COFF.</p>
<p>Regards,<br>
Sven</p>