Re: v16R6 Crashing on Compile

2018-10-29 Thread Keith White via 4D_Tech
>What exactly constitutes a token in a method? Is it every "word" in the code? Tokens - I don't have a definitive list but I think 4D Commands, 4D Functions, Constants, Table names, Field Names. Variable names are not tokenised as far as I know, which is why we got the problem after

Re: v16R6 Crashing on Compile

2018-10-26 Thread Jim Hays via 4D_Tech
Paul, Yes, we used Insider between 6.5 and 2004 or possibly 2004 and something later, if that was possible. There was old Form garbage from earlier versions. With v16R6, not sure bout this Hi Keith! Other than this, I'm doing well. This info seems right on track. However we've only moved some

Re: v16R6 Crashing on Compile

2018-10-26 Thread Chuck Miller via 4D_Tech
You can use sql to duplicate the structure use 4d code to export all of the methods and then import them. You would then have to open both structures and. Drag forms. I would stop an try compile with no forms then would move only some of the forms. Additionally I would try compile by creating

Re: v16R6 Crashing on Compile

2018-10-26 Thread Keith White via 4D_Tech
Hi Jim Hope you are well. The compiler crash with v16R6 is a bug. Fixed only in v17 (ACI0098136). This one is caused when there are too many tokens in a method. In our case it started happening only on our development system after I had replaced a lot of IP variables with custom constants.

Re: v16R6 Crashing on Compile

2018-10-26 Thread Paul Lovejoy via 4D_Tech
Many years ago... had to use 4D Insider and create a new structure and move everything. No longer an option. Copy/paste? Paul > On 25 Oct 2018, at 23:39, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I'm remembering something about really long statements inside a Begin SQL

Re: v16R6 Crashing on Compile

2018-10-25 Thread Jim Hays via 4D_Tech
We don't use much SQL at all, but I'll check. Working with 4D support, we found that removing some things from the old 4DX folders helps. We still had Basic4D in there!! That functionality isn't used much and can be replaced with WSCRIPT. In brief testing, it compiles about 4x then crashes,

RE: v16R6 Crashing on Compile

2018-10-25 Thread lists via 4D_Tech
Of Jim Hays via 4D_Tech Sent: Thursday, October 25, 2018 3:19 PM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Jim Hays Subject: v16R6 Crashing on Compile Our app is crashing constantly when we try to compile. Windows 10 desktops, Windows Server 2008 R2. Structure is around 75 MB. We have be

Re: v16R6 Crashing on Compile

2018-10-25 Thread Jeffrey Kain via 4D_Tech
I'm remembering something about really long statements inside a Begin SQL or something like that. It's been fixed but I don't remember when. It was only if dot notation was either enabled or disabled. So maybe something like that? > On Oct 25, 2018, at 5:18 PM, Jim Hays via 4D_Tech

v16R6 Crashing on Compile

2018-10-25 Thread Jim Hays via 4D_Tech
Our app is crashing constantly when we try to compile. Windows 10 desktops, Windows Server 2008 R2. Structure is around 75 MB. We have been deploying this app for nearly 20 years. For a while, we could Repair and Compact and then compile, but that isn't working anymore. We have a support case