rodrigosantosbr

[Clipper] Compiling and Running clipper app in FreeDOS

Dec 7th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

Append the following in c:\autoexec.bat

set OBJ=C:\CLIP53\OBJ
SET LIB=C:\CLIP53\LIB
SET INCLUDE=C:\CLIP53\INCLUDE
SET PATH=%path%;C:\clip53\bin;C:\DBASE;C:\clip53\obj;C:\clip53\lib;C:\clip53\include
SET CLIPPER=F190

Edit c:\fdconfig.sys

!files=240
!BUFFERS=30

Reboot O.S.

Compile hello.prg

clipper hello /m

Create lnk file (hello.lnk).

BLINKER INCREMENTAL OFF
BLINKER CLIPPER PAGE OFF
BLINKER link XMS ON
BLINKER EXECUTABLE EXTENDED 2048
BLINKER HOST MESSAGE ON
BLINKER HOST DPMI ON
BLINKER HOST VCPI ON
BLINKER HOST XMS ON
BLINKER PROCEDURE DEPTH 70
BLINKER EXECUTABLE COMPRESS 1
FILE hello 
SEARCH BLXCLP53
@CL530MID.LNK      

Link:

blinker fi hello

Execute:

hello
Add Comment
Please, Sign In to add comment