VLC Player uses

Source: Internet
Author: User

This article is mainly in the original text download after the use of some of the problems encountered in the record.

Original blog: http://www.cnblogs.com/haibindev/archive/2011/12/21/2296173.html#commentform

NO1: Original blog post download the source code for NetFramework2.0

If you need to change to 4.0, you need to modify all the calling conventions in the API as modified by stdcall to Cdecl

Original: [DllImport ("LIBVLC", CallingConvention = Callingconvention.stdcall, ExactSpelling = True)]

NEW: [DllImport ("LIBVLC", CallingConvention = callingconvention.cdecl, ExactSpelling = True)]

NO2: Unable to load Libvlc.dll

Workaround: Download the installation package locally from the official website and copy the Libvlccore.dll, Libvlc.dll and plugins folders from the installation directory to your own program directory

NO3: Set Plugins folder address

   

Finally put a debug successful run result:

VLC Player uses

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.