Hi - I am new to Clipper & trying to compile into an .exe file
- it a old program from 1995 I need to make changes to
- Clipper will compile & the documentation says to use Blinker next - possibly using a .LNK file
- does not work & I am not sure what to do next
- any suggestions
thanks
Doug
_________________________________________________________
H:\DATA\PLANT2\CLIPPER5>clipper datawork /n /w /b
Clipper (R) 5.2c
Copyright (c) 1985-1993, Computer Associates International, Inc.
Microsoft C Floating Point Support Routines
Copyright (c) Microsoft Corp 1984-1987. All Rights Reserved.
295K available
Compiling DATAWORK.PRG
Code size 22755, Symbols 5008, Constants 11629
H:\DATA\PLANT2\CLIPPER5>blinker file datawork /b
__ __
(«») («») BLINKER Dynamic Overlay / Windows Linker 3.01
? + DOS Extender
___ Blink and you'll miss it !!
Copyright (c) Assembler Software Manufacturers, Inc. 1990-94
All Rights Reserved. Serial # BR-046291. Fax (804) 747-4200.
BLINKER : overlay opsize set to 40kb - minimum is 27kb ($$$SWPKRN)
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWCLOSECOM' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWOPENCOM' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWSETUART' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'ERRORSAVER' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWTXSTRING' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWWAIT' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWFLUSHRX' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWRXEMPTY' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWRXCHAR' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'CONNS' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'N_SERVER' : unresolved external
BLINKER : 0 Warning error(s), 11 Fatal error(s)
DATAWORK.EXE (not created) (0.5 seconds)
- it a old program from 1995 I need to make changes to
- Clipper will compile & the documentation says to use Blinker next - possibly using a .LNK file
- does not work & I am not sure what to do next
- any suggestions
thanks
Doug
_________________________________________________________
H:\DATA\PLANT2\CLIPPER5>clipper datawork /n /w /b
Clipper (R) 5.2c
Copyright (c) 1985-1993, Computer Associates International, Inc.
Microsoft C Floating Point Support Routines
Copyright (c) Microsoft Corp 1984-1987. All Rights Reserved.
295K available
Compiling DATAWORK.PRG
Code size 22755, Symbols 5008, Constants 11629
H:\DATA\PLANT2\CLIPPER5>blinker file datawork /b
__ __
(«») («») BLINKER Dynamic Overlay / Windows Linker 3.01
? + DOS Extender
___ Blink and you'll miss it !!
Copyright (c) Assembler Software Manufacturers, Inc. 1990-94
All Rights Reserved. Serial # BR-046291. Fax (804) 747-4200.
BLINKER : overlay opsize set to 40kb - minimum is 27kb ($$$SWPKRN)
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWCLOSECOM' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWOPENCOM' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWSETUART' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'ERRORSAVER' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWTXSTRING' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWWAIT' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWFLUSHRX' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWRXEMPTY' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'SWRXCHAR' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'CONNS' : unresolved external
BLINKER : 1115 : DATAWORK.OBJ(DATAWORK) : 'N_SERVER' : unresolved external
BLINKER : 0 Warning error(s), 11 Fatal error(s)
DATAWORK.EXE (not created) (0.5 seconds)