Compiler Warning 618

From: kgs (sharmikg_at_yahoo.com)
Date: 06/23/03


Date: 23 Jun 2003 11:51:56 -0700

For the declaration ,

void DrawList(int cx1, int cy1, int cx2, int cy2,struct ImageRef
*glyphs, int totalGlyphs)

I am getting the following error message. Does anybody know what this
means...

Declaration of "ImageRef" not visible outside this function prototype
scope.



Relevant Pages

  • Re: Compiler Warning 618
    ... > For the declaration, ... > *glyphs, int totalGlyphs) ... > I am getting the following error message. ...
    (comp.sys.hp.hpux)
  • RE: using strict
    ... RESPONSE FROM DEREK: I did notice this after you pointed it out, ... the error message should point you to the line where ... There is no declaration of the $line variable. ... so use strict disallows them knowing that if you really ...
    (perl.beginners)
  • Re: VBA Timer
    ... used in the TMR sub. ... Always quote the exact text of the error message; ... declaration from Shyam's page. ... Public Declare Sub Sleep Lib "kernel32" ...
    (microsoft.public.powerpoint)
  • Re: SOCKET problem
    ... reason for the error message is that you have a statement preceding ... the declaration; a compiler that implements C90 or C95 rather than C99 ...
    (comp.lang.c)
  • Re: Shadowing a parameter
    ... > The real question, though, is why the heck can't the error message be ... If some thing can be parsed as a declaration it is. ... The error you got was nothing to do with not knowing how to invoke ...
    (comp.lang.cpp)