NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: johanco123 on May 25, 2016, 02:02:51 AM

Title: Compile error: To many segdef in file:4A,4000
Post by: johanco123 on May 25, 2016, 02:02:51 AM
Hi Bruce
Using clarion 8 and NetTalk 8.66. Do you perhaps know if this problem still exist in Clarion 10?
Regards
Johan
Title: Re: Compile error: To many segdef in file:4A,4000
Post by: Bruce on May 27, 2016, 02:49:30 AM
The limits change with each Clarion build, but it's still possible to get this error yes.
The solutions are reasonably well known - find the problem procedure, make sure it's in a module by itself, and try and keep the fields on the form at below the 150ish fields mark. (ie it's usually caused by a form with too many fields.)

cheers
Bruce
Title: Re: Compile error: To many segdef in file:4A,4000
Post by: Stu on May 27, 2016, 08:13:57 PM
Figured we needed something linkable to this question/problem.

https://clarionhub.com/t/too-many-segdef-compiler-error/570
Title: Re: Compile error: To many segdef in file:4A,4000
Post by: Bruce on May 29, 2016, 11:58:37 PM
Cool !