I currently use RTLINK on CLIPPER 5.2b source code.
This results in a 1.6MB .EXE which tells me at link time
that the result uses 399K.
When I run the program (with 580k conventional memory available under WIN98) I have only 95k of FREE memory.
ENVIRONMENT FACTORS ARE:-
DBASE3 FILE STRUCTURE:-
Databases are *.DBF (some with *.DBT memo files)
Index files are *.NDX
In AUTOEXEC.BAT I have
SET CLIPPER=F111 /E:000 /SWAPPATH:C:
In CONFIG.SYS I have
DEVICE=C:\WINDOWS\HIMEM.SYS
DEVICE=C:\WINDOWS\EMM386.EXE NOEMS
DOS=HIGH,UMB
DEVICEHIGH=C:\WINDOWS\IFSHLP
MY PROBLEMS ARE:-
a) Insufficient memory to RUN some DOS tasks
(eg TYPE, PKZIP, PKUNZIP, EDIT)
b) Slow to display alternate sub-menus
(I presume this is internal overlays related)
c) Slow to complete INDEX routines
(I presume because of the small amount of memory)
I searched the prior questions and I see sufficient
dialogue that suggests there may be a better way than
what I am currently using... So...
MY QUESTION IS:-
Is there a more efficient LINKER (or suggested
alternate way of configuring for WINxx) to improve
CA-CLIPPER performance?
Cheers,
Jim Wild
This results in a 1.6MB .EXE which tells me at link time
that the result uses 399K.
When I run the program (with 580k conventional memory available under WIN98) I have only 95k of FREE memory.
ENVIRONMENT FACTORS ARE:-
DBASE3 FILE STRUCTURE:-
Databases are *.DBF (some with *.DBT memo files)
Index files are *.NDX
In AUTOEXEC.BAT I have
SET CLIPPER=F111 /E:000 /SWAPPATH:C:
In CONFIG.SYS I have
DEVICE=C:\WINDOWS\HIMEM.SYS
DEVICE=C:\WINDOWS\EMM386.EXE NOEMS
DOS=HIGH,UMB
DEVICEHIGH=C:\WINDOWS\IFSHLP
MY PROBLEMS ARE:-
a) Insufficient memory to RUN some DOS tasks
(eg TYPE, PKZIP, PKUNZIP, EDIT)
b) Slow to display alternate sub-menus
(I presume this is internal overlays related)
c) Slow to complete INDEX routines
(I presume because of the small amount of memory)
I searched the prior questions and I see sufficient
dialogue that suggests there may be a better way than
what I am currently using... So...
MY QUESTION IS:-
Is there a more efficient LINKER (or suggested
alternate way of configuring for WINxx) to improve
CA-CLIPPER performance?
Cheers,
Jim Wild