Hola:
De repente, al agregar un nuevo prg al programa me aparece el siguiente error:
BLINKER 1141 new .EXE needs larger file alignment value
y no me enlaza el programa
Ya he revisado el foro pero las soluciones que hay no me funcionan
Este es el lnk
Y ESTE ES EL FIVEWIN.LNK
De repente, al agregar un nuevo prg al programa me aparece el siguiente error:
BLINKER 1141 new .EXE needs larger file alignment value
y no me enlaza el programa
Ya he revisado el foro pero las soluciones que hay no me funcionan
Este es el lnk
MAP
BLINKER INCREMENTAL OFF
BLINKER CLIPPER SYMBOL OFF
BLINKER EXECUTABLE ALIGNMENT 128
OUTPUT WINGEST.EXE
BEGINAREA
....
ENDAREA
SEARCH....
LIB...
@fivewin.lnkY ESTE ES EL FIVEWIN.LNK
// BLINKER INCREMENTAL OFF
BLINKER LINK VERSION 3.3
BLINKER EXECUTABLE ALIGNMENT 128
PACKCODE
PACKDATA
// If you use Mr. Debug for Windows product
// search c:\mrdebug\lib\mrd4win.lib
DEFBEGIN
name FiveWin
description 'Clipper for Windows library'
exetype Windows 3.1
code moveable discardable
data preload moveable
stacksize 12500
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
SEARCH Five, FiveC, Objects
LIB WinApi, Clipper, Extend, DbfNtx, Terminal
// LIB fixclp51.lib
// for Clipper 5.1 users