Hola amigos:
Soy nuevo con fwh + harbour y no consigo realizar un ejecutable todavia, mi problema es porque no se que instrucciones debe llevar el archivo para linkar, yo con fw + clipper realizaba la siguiente instruccion desde un bat:
blinker @cyewin.lnk
y el archivo cyewin.lnk tenia lo siguiente:
BLINKER CLIPPER SYMBOL OFF
fi fyvwin,rddsys,preparar,gestempr,gestacti,gestutil,gestbanc,gestconc,gestempl,gestprov,gestclie,gestcocl,gestmovi,gestalba,gestfact,gestmovg,gestfacg,gestvenc,gestlist,gestimpr
OUT fyvwin.exe
PACKCODE
PACKDATA
// If you use Mr. Debug for Windows product
// search c:\mrdebug\lib\mrd4win.lib
DEFBEGIN
name FyVWin
description 'Facturacion y Vencimientos para Windows'
exetype Windows 3.1
code moveable discardable preload
data preload moveable
stacksize 10000
heapsize 4096
segment 'PLANKTON_TEXT' nondiscardable
segment 'EXTEND_TEXT' nondiscardable
segment 'OM_TEXT' nondiscardable
segment 'OSMEM_TEXT' nondiscardable
segment 'SORTOF_TEXT' nondiscardable
segment 'STACK_TEXT' nondiscardable
DEFEND
NOBELL
sear Five, FiveC, Objects, Fast, WinApi
lib clipper, extend, terminal, dbfcdx, _dbfcdx
alguien me podria ayudar para saber que tengo que cambiar para hacerlo con ilink32.
o decirme agun ejemplo para linkar.
Gracias
Carlos