Re: file.ico

From: mathon (mathon_at_discussions.microsoft.com)
Date: 10/30/04


Date: Sat, 30 Oct 2004 07:00:02 -0700


I already tried the possibilty with the explicit cast but the same error
occurs again also with casting it to an Image. Anybody has another idea?:(

mat



Relevant Pages

  • Re: faq & casting malloc()
    ... The remark about casting the return value ... explicitly coerce") needs to be rewritten. ... fails to be declared as returning void *. ... The explicit cast can cover up an unintended error. ...
    (comp.lang.c)
  • Re: enum is int
    ... For example, casting from Object to an actual class requires an explicit cast, and the "is" operator will successfully detect that. ... if (te is Enum) ... works for my purposes. ...
    (microsoft.public.dotnet.languages.csharp)