pingus-devel
[Top][All Lists]
Advanced

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

Re: Pingus for Windows [Was Re: Pingus Configuration Tool]


From: Neil Mitchell
Subject: Re: Pingus for Windows [Was Re: Pingus Configuration Tool]
Date: Fri, 20 Dec 2002 20:15:53 -0000

> Just remove entrance_window.cxx / .hxx from your project file. It's not
> required. I'll remove it from CVS as soon as I manage to get more than 1
> byte/sec to the CVS server.
Thanks

-----
C:\Documents\Programs\Active\Pingus\src\Games\Pingus\src\gui/../input/event.
hxx(37) : warning C4099: 'ButtonEvent' : type name first seen using 'class'
now seen using 'struct'

C:\Documents\Programs\Active\Pingus\src\Games\Pingus\src\gui_screen.hxx(32)
: see declaration of 'ButtonEvent'
C:\Documents\Programs\Active\Pingus\src\Games\Pingus\src\gui/../input/event.
hxx(48) : warning C4099: 'PointerEvent' : type name first seen using 'class'
now seen using 'struct'

C:\Documents\Programs\Active\Pingus\src\Games\Pingus\src\client.hxx(33) :
see declaration of 'PointerEvent'
C:\Documents\Programs\Active\Pingus\src\Games\Pingus\src\gui/../input/event.
hxx(61) : warning C4099: 'AxisEvent' : type name first seen using 'class'
now seen using 'struct'

C:\Documents\Programs\Active\Pingus\src\Games\Pingus\src\client.hxx(35) :
see declaration of 'AxisEvent'
C:\Documents\Programs\Active\Pingus\src\Games\Pingus\src\gui/../input/event.
hxx(71) : warning C4099: 'ScrollEvent' : type name first seen using 'class'
now seen using 'struct'

C:\Documents\Programs\Active\Pingus\src\Games\Pingus\src\client.hxx(34) :
see declaration of 'ScrollEvent'
----

Quite a few instances of using struct and class interchangably - which is
probably bad...

Ginge




reply via email to

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