titanandrews
Programmer
Hello All,
Is it possible to call a private function ( I don't think access modifier matters ) from a message handler function. In particular, I am using OnContextMenu and within this function I want to call another member function to split up some of the logic. But my program crashes every time. Right now, the function doesn't do anything but return true. If I remove the call to the function, then it works okay.
many thanks,
Barry
Is it possible to call a private function ( I don't think access modifier matters ) from a message handler function. In particular, I am using OnContextMenu and within this function I want to call another member function to split up some of the logic. But my program crashes every time. Right now, the function doesn't do anything but return true. If I remove the call to the function, then it works okay.
many thanks,
Barry