Micro Focus Community
Site
Search
User
Site
Search
User
Home
COBOL Development / Mainframe
Software Delivery & Testing
Over the Back Fence
More ...
NOTICE:
Our Community is moving.
Get more information
. Updated information on a
New Login Process
COBOL Development / Mainframe
Mainframe Solutions
Enterprise Analyzer
More
Cancel
Enterprise Anal…
Enterprise Analyzer Knowledge…
Parsing Error 53000 (incomplete…
Forum
Blog
Wikis
Gallery
Members
More
Cancel
New
This group requires membership for participation - click to join
Parsing Error 53000 (incomplete type is not allowed) verifying C sources in Modernization Workbench
Created On: 22 November 2010
Problem:
While verifying the common header file String.h in Modernization Workbench, the following line of source produces the error:
"error 53000 - parsing error ( incomplete type is not allowed)"
void __far * _RTLENTRY _FARCALL _fmemccpy(void __far *__dest, const void __far *__src,
int c, size_t __n);
Resolution:
Enable support for Microsoft 16-bit extensions, by making the following changes under Workspace or Project Options.
a. From the Tools menu, choose , Workspace or Project Options
b. Open the Verification tab, and then the Settings sub-tab
c. Click on type "C File Source"
d. In "C/C++ Parser Parameters" field, add
--microsoft_16
This will enable support for Microsoft 16-bit extensions.
Incident #2487042
Old KB# 32568
Share
History
More
Cancel
Comment
Related
Recommended