Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Warplink version 2.6 - <b>/s make symbol names case sensitive.</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
/s                      Make symbol names case sensitive.
---------------------------------------------------------------------------------

 Description:

 Some languages, such as Clipper and Clarion, ignore the case of
 symbols, variables, and procedure or function names.  For example, the
 variables Count, COUNT, and count are treated as identical.  Other
 languages, such as C, do not ignore the case of symbols.  Given the
 previous example with these languages, Count, COUNT, and count
 would be treated as three separate variable declarations or definitions.

 If you receive Externally declared symbol has no public definition
 warning feedback from WarpLink when using the /s option, and your
 program does not operate correctly, try linking without the /s option.

 Failing to use the /s option with languages that do not ignore the case of
 symbols can cause Symbol has more than one public definition
 warnings from WarpLink if two variables or procedures differing only in
 case exist in the program. WarpLink will treat them as identical if the /s
 option is not used.


----------------------------------[ Example ]------------------------------------

 Link SHOWVOL.OBJ with case sensitivity set ON.

   warplink  /s  showvol

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