FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour The difference
Posts: 334
Joined: Fri Oct 14, 2005 01:54 PM
The difference
Posted: Sun Jul 16, 2006 02:07 AM

What is the difference between c0d32 and c0w32 libraries ? What is responsible in buildhd.bat that cause creations for DLL or EXE?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
The difference
Posted: Sun Jul 16, 2006 02: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.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion