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

Re: [XaraXtreme-dev] XCode - built Mac Version will not display wxXtra SplashScreen



Ben Fowler wrote:
So here we want to be sure it's taking the RTTI of the object
at 0x3301ba00. Looking at src/mac/toplevel.cpp it would seem to
do the right thing in generating the event.

Do you mean to set a watch point on it and see what changes the
wxAdvSplashScreen@0x3301ba00 ? Doesn't Frame #6 show that all this is
happening whilst we are constructing this object? (I'm asking for the
extra detail rather than trying to argue - my intimacy with this part
of C++ is of the kind that believes that distance lends enchantment to
the view).

What I'm trying to work out is whether
a) FilterEvent's event has the wrong EventObject in; or
b) Whether it has the right EventObject in, but it is not yielding
   the correct RTTI. As far as I know, RTTI should work right in
   a constructor once all the base class constructors have been
   called. This is clearly the case as wxAdvSplashScreen's own
   derived constructor has been called.

Alex