Hello. Developer people~
I have developed a project with VLC 2.0.5 on VS2010 environment.
My project includes 13 files of VLC header and static library files; libvlc.lib and libvlccore.lib. The executable binary imports 4 DLLs; libvlc.dll, libvlccore.dll, npvlc.dll and axvlc.dll.
So here is my problem state. I do not have any problem with Debug mode. It works well without deadlocked somtimes, when mediaplayer stopped. However, with Release mode, it never can even start the application and spit this message: Cannot find ordinal 2626 DLL in libvlc.dll. I may think it caused of it needs DLLs for release mode. Am I thinking alright? I just have two weeks experiences in VLC library. Could anyone help my problem? Please, teach me how to fix it.
Won.