by Antonio Linares » Sun Jul 16, 2006 2:19 am
Ehab,
> What is the difference between c0d32 and c0w32 libraries ?
Those files contain the startup code for a DLL or for an EXE. The startup code is responsible for how it loads and behaves. It makes the difference.
> What is responsible in buildhd.bat that cause creations for DLL or EXE?
The ilink32 supplied parameter: -Tpd for DLLs. -Tpe for EXEs.