Same on Cygwin/Windows. Shall I repost this elsewhere?
Type: Posts; User: JohnTheSoftware
Same on Cygwin/Windows. Shall I repost this elsewhere?
Hi
I'm trying to double buffer an animated image being written to an X Window on RHEL 5.0 using xdbe and glDrawPixels
I'm getting a GLXBadDrawable error when I try to make the xdbe back buffer...
Thanks guys. I think that pretty much wraps it up. The VBS2 plugin functionality is a dll with a defined interface with a procedure that's called every frame. I imagine that constitutes being part...
Hi Tonyo,
VBS2 is a commercial distributed multi-user battle simulation gaming product and the answer to the second question is 'I don't know'. VBS2 is Windows only, but I had assumed that as the...
Hi,
I'm hoping to read the frame buffer of a VBS2 window via the VBS2 supplied plugin functionality. Code as follows:-
HWND vbs2_hWnd = NULL;
RECT rect;
vbs2_hWnd =...