The difference
-
- Posts: 334
- Joined: Fri Oct 14, 2005 1:54 pm
The difference
What is the difference between c0d32 and c0w32 libraries ? What is responsible in buildhd.bat that cause creations for DLL or EXE?
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
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.
> 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.