Skip to content

Latest commit

 

History

History

Q41666

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
layout title permalink
page
Q41666: QuickC 2.00 README.DOC: Error Message C2176
/kb/041/Q41666/

Q41666: QuickC 2.00 README.DOC: Error Message C2176

{% raw %}

Article: Q41666
Product(s): See article
Version(s): 2.00
Operating System(s): MS-DOS
Keyword(s): ENDUSER | | mspl13_c
Last Modified: 28-FEB-1989

The following information is taken from the QuickC Version 2.00
README.DOC file, part 3, "Notes on 'QuickC Tool Kit.'" The following
notes refer to specific pages in "QuickC Tool Kit."

Page  248  Error Message C2176

The message and explanation for error C2176 should read:

   C2176  static huge data not supported

   You cannot declare data items with the huge attribute in the QuickC
   environment. Declare a huge pointer to the data item instead.

{% endraw %}