1

我正在尝试将 VLC 插件作为 COM 组件添加到 WinForm,但出现此错误。

在此处输入图像描述

我正在使用 Windows 7 32 位。我有最新版本的 VLC 2.0.7。

尝试使用注册 dllregsvr32 "C:\Program Files\VideoLAN\VLC\axvlc.dll"

我应该怎么做才能让这个错误消失?

4

1 回答 1

0

You have to make sure that you register the dll in escalated mode. Right click on command prompt and run as Administrator before registering the dll.

于 2014-02-21T16:05:52.587 回答