[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 1113: <filename(modulename)> : segment or group exceeds 64kb 
------------------------------------------------------------------------------

  This message indicates one of a number of situations.

  Two related libraries may have been separated by other libraries in the
  link script file, so that the code in one library cannot reach the code
  in the other library.  This may also occur when related .OBJ files,
  possibly extracted from the same library, have been separated by too
  many other .OBJ files in the script file.

  Secondly, non-overlayable code can cause this error.  When third party
  products are linked into the program, please refer to the chart 3RDPARTY
  supplied on the distribution diskette and to the products' documentation
  for their suggested method for dynamic overlaying.

  Thirdly, two libraries may have declared the same segment names in
  different classes, which should not occur in most programs.

  If none of these works, and recreating or reinstalling the specified
  file does not help, then please contact Blinker technical support with
  exact details of the problem.

  For Clipper applications, the usual cause of this problem is that the
  first .OBJ file specified on the command line or in the script file is
  not a Clipper .OBJ file.  When linking a Clipper application the first
  .OBJ file specified must be the Clipper starting program.

  If the first .OBJ file is definitely a Clipper .OBJ then please review
  Chapter 3 which discusses the order of third party libraries in the
  script file.




This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson