C# wrapper for VLC 1.1.0

This forum is about all development around libVLC.
rarao
Blank Cone
Blank Cone
Posts: 11
Joined: 18 Apr 2009 09:18

C# wrapper for VLC 1.1.0

Postby rarao » 07 Jul 2010 12:52

I was using VLC version 1.0.x so far with C# wrapper VideoLan.Interop.dll by kairos (version 1.0.0). I upgraded the VLC player to 1.1.0 version, copied the plugin directory along with libvlc.dll & libvlccore.dll to my C# app directory where my appln exes are present. When i open the project/Solution file in VS 2008, i get a error when i open the mainform (which contains the intialization of vlc instance) in the design mode. The message is something like ..." Cannot find a entry point for libvlc_exception_init in libvlc.dll"

Question:
1) Has the function libvlc_exception_init changed in the new version.
2) Are there any other functions that got changed?
3) Is there separate Wrapper for the latest version?

Rao

ivoire
Cone that earned his stripes
Cone that earned his stripes
Posts: 413
Joined: 20 Aug 2008 11:29
VLC version: trunk
Operating System: linux (debian sid)
Contact:

Re: C# wrapper for VLC 1.1.0

Postby ivoire » 07 Jul 2010 13:48

1) The exceptions has been removed.
2) Every function that where using exceptions changed. The are not using any exceptions now.

Sorry for the big change but this was necessary to clean this. Instead of useless exceptions, the function now return some meaningfull values.

rarao
Blank Cone
Blank Cone
Posts: 11
Joined: 18 Apr 2009 09:18

Re: C# wrapper for VLC 1.1.0

Postby rarao » 08 Jul 2010 06:01

Thanks for the info.
Is there any new C# wrapper for 1.1.0 version on the cards?

ivoire
Cone that earned his stripes
Cone that earned his stripes
Posts: 413
Joined: 20 Aug 2008 11:29
VLC version: trunk
Operating System: linux (debian sid)
Contact:

Re: C# wrapper for VLC 1.1.0

Postby ivoire » 08 Jul 2010 13:52

There isn't any C# wrapper done by the VideoLAN team. Lookup on the forum for some people doing bindings (I will one day use sig to autogenerate every bindings...)


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 18 guests