SDL Activex Control

Does anybody have a working sample of Activex Control in SDL. Otherwise any
sample code or mailing list links will be helpful.

Regards,

Abhilash

If you mean using an ActiveX control in an SDL window you can use
SDL_GetWMInfo to find the window’s HWND handle and work from there. At that
point it really isn’t an SDL issue, but Windows and ActiveX, so you’d be best
to check MSDN.

If you mean using SDL in an ActiveX control, you might want to check out
SDL_CreateRGBSurfaceFrom
(http://www.libsdl.org/cgi/docwiki.cgi/SDL_CreateRGBSurfaceFrom). Again,
check MSDN for how to get access to pixel data from a device dependant BITMAP.On Tuesday, 9 June 2009 18:17:44 Abhilash K wrote:

Does anybody have a working sample of Activex Control in SDL. Otherwise any
sample code or mailing list links will be helpful.

Regards,

Abhilash