View Single Post
Old 03-02-2017, 10:03 AM   #4
Xenakios
Human being with feelings
 
Xenakios's Avatar
 
Join Date: Feb 2007
Location: Oulu, Finland
Posts: 8,062
Default

Quote:
Originally Posted by Bobflip View Post
Problem solved... I had defined onMouseOut() instead of OnMouseOut(), hahaha.

*bangs head on desk*
Use the C++11 keyword "override" to avoid these situations. It will give you a compiler error if the method you are trying to override is not actually a virtual method. (Besides ensuring the method name is exactly correct, it also detects errors in function argument types.)
__________________
I am no longer part of the REAPER community. Please don't contact me with any REAPER-related issues.
Xenakios is offline   Reply With Quote