C# application vlc version code

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
radnix
Blank Cone
Blank Cone
Posts: 12
Joined: 31 May 2008 16:05
VLC version: o.8.6f
Operating System: Windows
Location: Nirvana
Contact:

C# application vlc version code

Postby radnix » 31 May 2008 17:51

:) Hi,
I've got a simple question that probably has to do with VLC version differences:

This is a C# application that is a simple play movie that works fine:

Criteria : Windows xp .net C# application toolbox add -Activex Videolan plugin version 1

axVLCPlugin1.addTarget(@"c:\Movies\Boom_Tow_BB.mpg", null, AXVLC.VLCPlaylistMode.VLCPlayListInsert, 0);
axVLCPlugin1.play();

Compiles and runs fine. But ( and this is my question), when I install VLC version 0.8.6f and try:

Criteria : Windows xp .net C# application toolbox add -Activex Videolan plugin version 2

axVLCPlugin21.addTarget(@"c:\Movies\Boom_Tow_BB.mpg", null, AXVLC.VLCPlaylistMode.VLCPlayListInsert, 0);
axVLCPlugin21.play();

Compile error :

Error 1 'AxAXVLC.AxVLCPlugin2' does not contain a definition for 'addTarget' C:\Lab_II\TerraSite\WebStuff\WebStuff\Form1.cs 95 27 WebStuff
Error 2 'AxAXVLC.AxVLCPlugin2' does not contain a definition for 'play' C:\Lab_II\TerraSite\WebStuff\WebStuff\Form1.cs 96 27 WebStuff


Did something change? What 's the proper way to use axVLCPlugin21 as I'd used it with the axVLCPlugin1?

:? ..... thanks ahead.

Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 30 guests