Mike, There doesn't seem to be any way of providing it's usefulness, but I've had this code in startup for a long time now and no problems have been reported with a few VISTA machines it's installed on
SYS(3050, 1, VAL(SYS (3050, 1, 0)) / 3) && limit VFP foreground memory to 1/3 avail memory SYS(3050, 2, VAL(SYS (3050, 2, 0)) / 3) && limit VFP background memory to 1/3 avail memory * 8-2-07 see http://fox.wikis.com/wc.dll?Wiki~sys3050~VFP Bill I've got a customer who's running my app that's worked fine in other non-Vista installations but for his Vista laptop it's erroring on the SYS(3050,x) lines. I'm not surprised I guess since Vista is sooo strict on any system changes. My plan now is to check the windows version using OS() and skip the SETMEMORY routine if it's Vista. Any alternative ideas to that? We went in a gave the app Full Control privileges (or so we thought). tia! --Mike _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/20c42c4c56d24447bf58e6fc71796...@bills ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

