Re: [vbox-dev] assignment makes pointer from integer w ithout a cast in fakedri_drv.c

2009-12-02 Thread Michal Seben
> Hi Michal, > > Thanks for noticing the warning. > Your change is a bit wrong though, because you've changed +5 to -5 ... > Also, it should be cast to intptr_t. > I'd add the change to our tree after the test. > > Leonid. > > > ___ > vbox-dev mailin

Re: [vbox-dev] assignment makes pointer from integer withou t a cast in fakedri_drv.c

2009-12-02 Thread Leonid
Michal Seben writes: > > Hi all! > > I have problem with next piece of code in > src/VBox/Additions/common/crOpenGL/fakedri_drv.c:201 > -- > shift = pStart-(dlip.dli_saddr+5); > -- > build runs fine, but I hit warning > : > -- > /usr/src/packages/BUILD/VirtualBox-3.1.0_OSE/src/VBox/Additions/c

[vbox-dev] assignment makes pointer from integer without a cast in fakedri_drv.c

2009-12-02 Thread Michal Seben
Hi all! I have problem with next piece of code in src/VBox/Additions/common/crOpenGL/fakedri_drv.c:201 -- shift = pStart-(dlip.dli_saddr+5); -- build runs fine, but I hit warning : -- /usr/src/packages/BUILD/VirtualBox-3.1.0_OSE/src/VBox/Additions/common/crOpenGL/fakedri_drv.c:201: warning: ass

Re: [vbox-dev] 3.1 final version vm freezes when hibernating

2009-12-02 Thread S. Brandt
Am 01.12.2009 08:49, schrieb Huihong Luo: > > 2D seems to be the cause. When 2D is enabled, it's much severe. But I > did get crashes when only 3D is enabled (occurs much less). > > Yes, I installed the OSE edition for the guest additions in safe mode, > and google earth works fine in DirectX mo