Re: Embed movie player using mplayer - How to get the wid on Windows?
- From: "Paulo Flabiano Smorigo" <pfsmorigo gmail com>
- To: "Jens Georg" <mail jensge org>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: Embed movie player using mplayer - How to get the wid on Windows?
- Date: Thu, 21 Aug 2008 09:42:50 -0300
Hi Jens,
Thanks for the reply. That's exactly what I need. I just stuck in a error when change from GDK_WINDOW_XID to GDK_WINDOW_HWND.
The original line:
*p_windowID = GDK_WINDOW_XID(Glib::unwrap(get_window()));
Changed to:
*p_windowID = GDK_WINDOW_HWND(Glib::unwrap(get_window()));
The error is:
gui/Player.cpp:32: error: invalid conversion from `void*' to `int'
Thanks in advance!
P. F. Smorigo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]