Because the import library that Link32 emited for building DLLs was incorrect,
Vortex sent me some suggestions and to use the TimoVJL's Tool to examine the library,
I managed to correct the Link32.
Now Link32 works fine for Windows DLLs.
You can download the new version of Link32 from here: Link32.zip (https://masm32.com/Manos/Coder%20Studio/Link32.zip)
Many thanks to both, Vortex and TimoVJL.
Manos.
Hi Manos,
Thanks for your efforts and the new release of the linker. Timo's tool TLPEView (http://masm32.com/board/index.php?topic=6498.0) is a great one to understand the MS COFF PE specification.
Attached is a DLL example coded with the C compiler pcc32.
Thanks!
PEView (http://wjradburn.com/software/) is better for 32-bit.
TLPEView (http://masm32.com/board/index.php?topic=7435.msg81276#msg81276) a35