: VFP6: Program too Large

Author: Wes Wilson

Posted: 2013-09-19 at 14:58:13

Try putting some of your functions and/or procedures in a proc file.

or

comment out functions / procs one at a time starting with the large ones

Once you find the culprit(s), then put them in a proc file.

Also, it is remotely possible that you have some characters less than chr(32) or greater than chr(126 or 127).  You could eliminate them by looking at every byte. The only exception, I think, is tab and cr.

Good luck.

Wes

 

Wes Wilson, President

ERW Custom Programming, Inc.

Crescent Lake Plaza

5459  Elizabeth Lake Rd.

Waterford, MI 48327

(248) 683-4182

www.erw.com

 

weswilson@erw.com

--- StripMime Report -- processed MIME parts ---

multipart/alternative

text/plain (text body -- kept)

text/html

---

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/1379620693.54293.YahooMailNeo@web140205.mail.bf1.yahoo.com

** 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.

©2013 Wes Wilson