Re: [vbox-dev] queryBitmapInfo in Java API returns no image address

2018-07-02 Thread Szatmári Norbert Péter
Hi Klaus, Is casting the pointer to a byte (and sending it the same way as T_I8) not a good solution to this? As the Java API already uses the byte type. Could it cause issues? (I'm not very experienced with C++.) Using the Pointer class in JNA I believe I could work with a byte or int value.

[vbox-dev] Announcement: VirtualBox 5.2.14 released

2018-07-02 Thread Michael Thayer
Hello, Today Oracle released VirtualBox 5.2.14, a maintenance release of VirtualBox 5.2 which improves stability and fixes regressions. See the Changelog at https://www.virtualbox.org/wiki/Changelog for a complete list of all changes. You can download the binaries here:

Re: [vbox-dev] queryBitmapInfo in Java API returns no image address

2018-07-02 Thread Klaus Espenlaub
Hi Norbert, On 01.07.2018 23:29, Szatmári Norbert Péter wrote: > Hello, > I'm developing a Java frontend for VirtualBox machines and I managed > to set it up to launch the machine inside the process and attach my > framebuffer to it. It's receiving changes and updates, queryBitmapInfo > returns