Page 1 of 1

My windows C++ frontend crashes on 3.1.8 -> 3.2.6 update

Posted: 29. Jun 2010, 06:52
by eyeofhell
Hello. I have a simple C++ windows virtualbox frontend that creates a virtual machine and displays it's framebuffer into a window. After i upgraded from 3.1.8 to 3.2.6 and recompiled with new headers, my app crashes at PowerUp() inside VBoxC.dll :(. Of course i can again carefully check samples to pinpoint the fatal change, but maybe someone knows what change in vbox 3.1.8 -> 3.2.6 will result in previously working frontend to crash? ^_^. The only change i detected are 3 new methods for IConsoleCallback: OnMousePointerShapeChange(), OnMouseCapabilityChange(), OnCPUChange(). I have implemented them as empty ones that returns S_OK.