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 - 1203 non-matching quotes in macro definition http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 1203                Non-matching quotes in macro definition
------------------------------------------------------------------------------
 Description
   This error occurs when the delimiter quotes used with the -D compiler
   switch do not match, like in the following examples:

   force -DMYMACRO="hello world                 quote at end missing
   force -DMYMACRO='hello world                 quote at end missing
   force -DMYMACRO="hello world'                different quotes
   force -DMYMACRO='hello world"                different quotes

 Solution
   Delimit macro values with correctly matching quotes.

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