Hi, I try to set a correct handle to libvlc dll but the video display never appears... Could someone help me ? Here is my code unit uVlc; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type PException = ^Vlc_Exception; Vlc_Excep...