Search found 5 matches

Go to advanced search

by tenesto
01 Apr 2011 09:55
Forum: Development around libVLC
Topic: playlist.stop() wont work... 1.1.7
Replies: 9
Views: 1479

Re: playlist.stop() wont work... 1.1.7

sry, but i think im to stupid for this... i use now 3 ways to implement an vlc-player (basic functions: play, stop and open). i also tried a finish projekt from Helyar but in every case, vlc crash at the initial point... i give up... i hate it to give up, but i have no time to test more... i use the...
by tenesto
30 Mar 2011 22:04
Forum: Development around libVLC
Topic: playlist.stop() wont work... 1.1.7
Replies: 9
Views: 1479

Re: playlist.stop() wont work... 1.1.7

you are right solud, i use the activX, sry about the misstake but after so many ways to look for the right i choose the easy way. (because its a projekt with deadline ;) ) i registered the plugin with the windows console (start -> run-> cmd and then " regsvr32 "C:\Program Files (x86)\Video...
by tenesto
30 Mar 2011 17:34
Forum: Development around libVLC
Topic: playlist.stop() wont work... 1.1.7
Replies: 9
Views: 1479

Re: playlist.stop() wont work... 1.1.7

hmm... i think i wait for a answer of an other user. if i use the waitforsingleobject function with kernel32.dll an error occurs with coredll.dll and if i include the coredll.dll an error with kernel32.dll pops up. //using is included //in class [DllImport("kernel32.dll", SetLastError=true...
by tenesto
30 Mar 2011 13:50
Forum: Development around libVLC
Topic: playlist.stop() wont work... 1.1.7
Replies: 9
Views: 1479

Re: playlist.stop() wont work... 1.1.7

cant handle the problem... i write the function set_vlc_stop(): private void set_vlc_stop() { try { _vlcplugin.playlist.stop(); //AxAXVLC.AxVLCPlugin2 tmp = new AxAXVLC.AxVLCPlugin2(); //tmp = _vlcplugin; //tmp.playlist.stop(); } catch (Exception ex) { MessageBox.Show(ex.Message); } } and the call o...
by tenesto
29 Mar 2011 17:56
Forum: Development around libVLC
Topic: playlist.stop() wont work... 1.1.7
Replies: 9
Views: 1479

playlist.stop() wont work... 1.1.7

hi! i write an multimedia player with the libvlc 1.1.7, c# and visualstudio 2008. i check for some playlistentrys and if there anyone then i check for isPlaying and if this happens, i start the method X.playlist.stop(), but it creates an error... i dont know the error, because the exception and vs d...

Go to advanced search