search for: yyword

Displaying 1 result from an estimated 1 matches for "yyword".

Did you mean: byword
2006 Aug 15
2
Windows build with Visual Studio 2005 - some success
...n the theme: C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\windef.h(154): error C2059: syntax error : ''constant'' This is because q_parser.c redefines "WORD", which is also defined in one of the windows include files. Changed "WORD" to "YYWORD" in q_parser.c on lines 59, 70, 440, and 1774. 6. nmake now complains about missing symbols: str_hash exists bv_scan_next bv_scan_next_from tk_set is_skip_vints is_read_chars Fixed by adding "extern inline" or "inline" to various function declarations in header files. Co...