by charlybull » Mon Apr 17, 2006 3:10 pm
borre los obj del directorio SAMPLES y sigue sin funcionar, con respecto a la libreria te paso la linea de FIVEWIN.lnk
// BLINKER EXECUTABLE COMPRESS
MAP A,S
BLINKER LINK VERSION 7.0
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 9500
heapsize 2048
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 c:\fw24\lib\Five, c:\fw24\lib\FiveC, c:\fw24\lib\Objects
LIB c:\fw24\lib\WinApi, Clipper, Extend, DbfNtx, Terminal
// LIB fixclp51.lib
// for Clipper 5.1 users
Saludos