i have successfully complied vlc 3.0.0 for windows on ubuntu 15.04(Mingw-w64 toolchain).
i copy the vlc-3.0.0-git folder to windows 7; vlc.exe runs ok.
i copy the vlc-3.0.0-git folder to windows xp; vlc.exe run fail:
a message box popup: "VLC media player could not start. Either the command line options were invalid or no plugins were found."
on windows xp, i write a program with libvlc. but function libvlc_new(0, 0) return 0; the debugging message is like this:
core libvlc warning: cannot load module `C:\vlc-3.0.0-git\plugins\logger\libfile_logger_plugin.dll' (找不到指定的程序。 (error 127))
core libvlc warning: cannot load module `C:\vlc-3.0.0-git\plugins\meta_engine\libfolder_plugin.dll' (找不到指定的程序。 (error 127))
core libvlc warning: cannot load module `C:\vlc-3.0.0-git\plugins\misc\libaudioscrobbler_plugin.dll' (找不到指定的程序。 (error 127))
how can i solve it?
thank you for reading and reply.
(sorry for my poor english)