[13:15:15]
what's happening is i've got DerivedClass::DerivedClass(): AbstractClass() { CreateWindowEx(...,this); } and then the windowproc callback is doing: WM_CREATE: wc->onCreate()
[13:15:43] apparently the virtual function table isn't set up until after the constructor finishes or something?
[13:16:48] railed: why don't you try moving abstractClass() out of the initializer list?
[13:16:52] does that make any difference?
This is from a conversation on IRC. I laughed when I read it because it might as well be written in ancient Mesopotamian.
:)
<< Home