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 - 6400 entry function converted to main() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 6400                Entry function converted to main()
------------------------------------------------------------------------------
 Description
   This warning occurs when the force_main() or forcemain() symbol is
   defined in the source code. These function names were used in earlier
   Force versions as the entry point to user code. The compiler automatically
   converts the obsolete names to main().

 Solution
   Use main() as the name of the entry function. If the obsolete symbol
   names are referenced in the code in any other means than declaring them,
   the linker will report the missing symbols, due to their autoconversion
   to main().

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