Hello
I'm using the VLC ActiveX plug-in in a VB.Net project.
On one of my development PC's, whenever I run the build, I get a series of about 50 "Entry Point Not Found" error messages, such as:
"The procedure entry point aout_FormatNbChannels could not be located in the dynamic link library libvlccore.dll"
"The procedure entry point msg_Generic could not be located in the dynamic link library libvlccore.dll"
"The procedure entry point aout_ChannelsRestart could not be located in the dynamic link library libvlccore.dll"
Despite getting all of these messages, if I click 'OK' to them all, then eventually the build runs and VLC works fine. But is there any way I can avoid having to go through these messages every single time?
I've just re-installed VLC Player 2.2.2 and it made no difference- I found some references to this problem in the forums, but they were all about versions around 0.9. I'm on Visual Studio 2012 using .Net 4.5.51209.
Any suggestions would be much appreciated
Stuart