pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Windows Updates


From: Neil Mitchell
Subject: Re: Windows Updates
Date: Tue, 31 Dec 2002 14:15:58 -0000

> without the patch it doesn't compile, with it it does. This just makes the
> enum type public which might not be a good idea (or it might, not sure).
| The problem is that VC++ doesn't make an inner class friend to the outer
class
| and vice versa. Since I don't like having the enum public, could you try
| wheter VC++ at least acepts a friend declaration? It would have to go
below
| the inner class so that it's already defined. I'm nearly sure that this
will
| work but VC++ (6) is really a very buggy compiler...
| I'll commit only the pingus.dsp for now.

If you send me a sample I'll try it, but I really just tend to ignore
protection issues in C++, it doens't seem a very "elegant" bit of the
language, and hence I understand very little about friends etc.

Ginge





reply via email to

[Prev in Thread] Current Thread [Next in Thread]