Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>3 group is larger than 64k</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
3 Group is larger than 64K


   Solution: Turn NWIDTH up to 30 <NWIDTH 30> and check the 'A' map
   to see that no CODE classes are getting into DGROUP by mistake.
   (.NIL .PROG .CODE).  Move any code classes out into the overlays
   using the <OVERLAY CLASS_NAME> command.  If no code classes are mixed
   in with the data then you really do have more than 64K.  Groups by
   definition cannot exceed 64K.  You will most likely have to alter the
   program to read the data from disk or dynamically allocate space
   (using malloc) for it yourself.  You may also be able (if the
   compiler allows it) to overlay code and data.

   Note: Do not place LIBRARY or SEARCH after the first BEGIN
   command unless you want all the library code at that point in your
   overlay structure.


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson