Thx to Paul i'm now able to load VLC directly into Delphi without ActiveX, but with the API.
The funny thing is: when calling
Code: Select all
call('VLC_Init',VLC_Init(vlc,1,@args[0]));
Running the same File directly as compiled .exe works perfect without any Problem.
Any ideas for me, to make VLC running even in debug mode?