errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2165
 
     'keyword' : cannot modify pointers to data
 
     The _fortran, _pascal, _cdecl, or _fastcall keyword was used
     illegally to modify a pointer to data, as in the following
     example:
 
          char _pascal *p;
                                    -♦-