"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Call Objective C method from VirtualButton_UpdateCallback

Hi everyone, I like to start a new ViewController from an virtual button but how can I call a Objective C method from this C++ method. The keywords self gives the following error: Use of undeclared identifier 'self' I like to call the Objective C method [self test]; How can this be done? Thanks