Re: VP6: Program too large

2013-04-27 Thread desmond . lloyd
Listprofox@leafe.com Reply-To: ProFox Email List profox@leafe.com Subject: Re: VP6: Program too large At 11:39 2013-04-26, Desmond Lloyd desmond.ll...@gmail.com wrote: Interesting article... This program definitely breaks this principle at least by 10X 8-) I have some very large .prg files

VP6: Program too large

2013-04-26 Thread Desmond Lloyd
Perhaps a challenge... Have an old 4000 line program written in VFP6. Have just spent about an hour cleaning up some spaces, removing tabs etc. Even used Ultra Edit to cleanup some of it. Got part way through and when I went to compile I am now getting a Program to large error. There have

Re: VP6: Program too large

2013-04-26 Thread Desenvolvimento - Metha
Desmond, Probably too much responsability to one program. Better you extract some blocks, save them in another program and call them. I also recommend you read this article: http://en.wikipedia.org/wiki/Single_responsibility_principle Regards, Marcio Em 26/04/2013 14:54, Desmond Lloyd

Re: VP6: Program too large

2013-04-26 Thread Desmond Lloyd
Interesting article... This program definitely breaks this principle at least by 10X 8-) Regards, Desmond On 26 April 2013 13:11, Desenvolvimento - Metha desenvolvime...@methasistemas.com.br wrote: Desmond, Probably too much responsability to one program. Better you extract some blocks,

Re: VP6: Program too large

2013-04-26 Thread Gene Wirchenko
At 11:39 2013-04-26, Desmond Lloyd desmond.ll...@gmail.com wrote: Interesting article... This program definitely breaks this principle at least by 10X 8-) I have some very large .prg files myself. One is nearly 1/4 MB. I have never seen that error. Take a look at the on-line

Re: VP6: Program too large

2013-04-26 Thread Kevin Cully
There is something the Ed wrote in the ProFox downloads section that helps set memory allocations. I don't think it has anything to do with the size of the PRG, but has something to do with the running of the Foxpro program and the allocated memory for the program. Just a foggy guess.

Re: VP6: Program too large

2013-04-26 Thread Lew Schwartz
Try erasing all the fxp's. Sometimes they contain a lot of trash and wind up getting pulled into the compliand. -Lew Schwartz On Fri, Apr 26, 2013 at 3:06 PM, Kevin Cully kcu...@cullytechnologies.comwrote: There is something the Ed wrote in the ProFox downloads section that helps set memory