NetTalk Central

Author Topic: Compile error  (Read 5112 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1885
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Compile error
« on: March 03, 2009, 01:48:35 AM »
Hi,
Making a Memory form with 168 fields the compiler gives an too many segments error (or something like this), deleting 20 fields compiles ok.
May be the template generates too much routines.

Is there any way (for example) to use only one Validate routine for all fields? may be for NT5?

Thanks
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11301
    • View Profile
Re: Compile error
« Reply #1 on: March 03, 2009, 10:40:20 PM »
Hi Alberto,

The problem with bunching the routines together is that if they get too big the compiler can also choke on them. Indeed that's a far more common error than the reverse.

I'll add it to the Nt5 list though - perhaps there is something that can be done.
Possibly the best solution (ultimately) is Clarion 7 - I'll have to test in that as well.

Cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1885
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Compile error
« Reply #2 on: March 04, 2009, 12:59:01 AM »
Yes Bruce, that is.
Its working ok now!

Regards
Alberto
-----------
Regards
Alberto