NetTalk Central

Author Topic: NT8.25 Compile error when adding Lookup- 'Too many segdef in file:5C,4000'  (Read 3165 times)

johanco123

  • Full Member
  • ***
  • Posts: 245
    • View Profile
    • Email
Hi Bruce

I added a new string field to an existing memory form. When I add a lookup to that string field I am getting a compile error 'Too many segdef in file:5C,4000'  in the map file

When I remove the lookup again the compile error is gone. On the form is a lot of fields with Lookups on it.

Is there a max number of lookups on the fields that nettalk can be handled.

Any suggestions please

Kind regards
Johan

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: NT8.25 Compile error when adding Lookup- 'Too many segdef in file:5C,4000'
« Reply #1 on: September 30, 2014, 06:21:45 AM »
Johan
Try changing no of procedures per module to 1 and recompiling
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: NT8.25 Compile error when adding Lookup- 'Too many segdef in file:5C,4000'
« Reply #2 on: September 30, 2014, 07:16:57 AM »
Hi Johan,

there's a maximum number of routines that clarion can cope with - so adding lookups certainly adds to that. Putting it in it's own module can help, but ultimately, yes, there are limits.
Typically there's an issue somewhere between 150 and 200 fields.

cheers
Bruce