The MASM Forum

Specialised Projects => CoderStudio => Topic started by: Manos on February 27, 2019, 06:58:32 AM

Title: Congratulations
Post by: Manos on February 27, 2019, 06:58:32 AM
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 my site: http://www.manoscoder.gr/mysite/coderstudio.htm

Many thanks to both, Vortex and TimoVJL.

Manos.
Title: Re: Congratulations
Post by: Vortex on February 28, 2019, 04:46:06 AM
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.
Title: Re: Congratulations
Post by: TimoVJL on February 28, 2019, 05:13:14 AM
Thanks!
PEView (http://wjradburn.com/software/) is better for 32-bit.
TLPEView (http://masm32.com/board/index.php?topic=7435.msg81276#msg81276) a35