LADSoft / OCIDE

Orange C Compiler IDE
GNU General Public License v3.0
14 stars 1 forks source link

OCIDE resource editor seems to have issues with defined C strings #33

Closed GitMensch closed 4 years ago

GitMensch commented 5 years ago
---------------------------
Fatal RC File error
---------------------------
Error   C:\dev\gnucobol\build_windows\config.h(534):  Identifier expected
---------------------------
OK   
---------------------------

Which is

/* Version number of package */
#define VERSION "3.0-dev"

See version_cobc.rc including config.h.

LADSoft commented 5 years ago

the problem seems to be "VERSION" is a keyword sigh. I'll fix it...

LADSoft commented 5 years ago

also fixing a problem with '\x##' in strings