Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - fixup overflow http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Fixup overflow
------------------------------------------------------------------------------
 Description
   This error indicates the presence of an incorrect data or code reference
   in an object file that the linker must fix up at link time. This error
   is most likely to present itself when linking assembly language modules
   whose segmentation or symbol references are improper. It can also occur
   when an improper complex data type is used as a parameter that requires
   another data type.

 Solution
   The source of this problem is usually rather hard to determine.
   Check the segmentation, the memory model, and symbol references of
   assembly language modules. Make sure that functions are not accessed
   as variables, and vice versa. Check the proper data type for
   parameters in Force modules.

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