Re: Compiler Warning 618

From: jgk (jan.gerrit_at_kootstra.org.uk)
Date: 06/23/03


Date: Mon, 23 Jun 2003 22:58:18 +0200


"kgs" <sharmikg@yahoo.com> schreef in bericht
news:71210f51.0306231051.7580b5f7@posting.google.com...
> 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.

Can it be that struct ImageRef is not defined in the mainbody?

Regards,

Jan Gerrit Kootstra



Relevant Pages

  • Compiler Warning 618
    ... *glyphs, int totalGlyphs) ... I am getting the following error message. ... Declaration of "ImageRef" not visible outside this function prototype ...
    (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)