Hi,
I an encountering problems with regards to referencing libvlc.dll in my project.
I kept getting "Could not add a reference to file ... because it is neither a .NET assembly or registered ActiveX control".
But when I register the dll via REGSVR32, I get LoadLibrary(...)failed-The specified module could not be found.
Are there other ways to use libvlc.dll in Visual C++?
Thanks!