Thread: FoxPro Some General Questions/Developing and Debugging Visual FoxPro COM servers

Developing and Debugging Visual FoxPro COM servers
This article explain how to debug VFP COM server (ASP example, VB6)

source



From some MS optimization tips in Visual FoxPro a while back, you should set it to about 1/3 of total memory like:
SYS(3050, 1, VAL(SYS (3050, 1, 0)) / 3)