as to the vlc-0.8.1-win32.zip version, i replaced <vlc.exe> with the one compiled with <MSVC>, but it did not work correctly.
the messages said:
......
main debug: using access2 module "access_file"
main debug: pre buffering
main debug: received first data for our buffer
......
while the correct ones should be:
......
main debug: using access2 module "access_file"
main debug: pre buffering
main debug: received first data for our buffer
main debug: prebuffering done 753641 bytes in 0s - 7171 kbytes/s
......
anyone kindly could give me hand?