NetTalk Central

Author Topic: Compile error: To many segdef in file:4A,4000  (Read 4051 times)

johanco123

  • Full Member
  • ***
  • Posts: 245
    • View Profile
    • Email
Compile error: To many segdef in file:4A,4000
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Compile error: To many segdef in file:4A,4000
« Reply #1 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

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Re: Compile error: To many segdef in file:4A,4000
« Reply #2 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
Cheers,

Stu Andrews

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Compile error: To many segdef in file:4A,4000
« Reply #3 on: May 29, 2016, 11:58:37 PM »
Cool !