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 - -gc case sensitive symbols http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 -Gc                 Case sensitive symbols
------------------------------------------------------------------------------
 Syntax
   -Gc

 Arguments
   None.

 Default
   Symbols are not case sensitive.

 Description
   The -Gc switch instructs the linker to treat symbols as case
   sensitive. This results in unresolved symbol errors when any referred
   symbol in the object or library files does not have a corresponding
   indigenous symbol with the exact same name, including its case. The use
   of this option is not normally necessary for Force programs, where all
   symbols are case insensitive by default.

 Example
   . Treat object and library symbols as case sensitive.
   
     flink.exe -Gc test.obj,,,commlib

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