Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ALTERNATIVE MEMOEDIT

Status
Not open for further replies.

rommeltm00

Programmer
Feb 16, 2006
56
PH
is there any code or library to overcome the limitation of memoedit, like file size, thanks in advance
 
Filesize is more of a limit of stringsize in Clipper being max 32400 or something bytes (or was it nearly 64 kB, don't want to remember) long. Recompiling with xHarbour would redefine this limit at 4 GB (or something similar to that, didn't check ;-) )
Is only solvable by recompiling, and the Clipper generated code is still 16 bit so this also poses performance bottlenecks on the app, that's why I recommend xHarbour ( or
HTH
TonHu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top