I am working on a app that uses the libvlc.dlls and have a problem on XP. ( works fine on Win7) In my code when I run this function: // create new vlc instance vlcInstance := libvlc_new(0, nil); I get two different errors. (If I say ok to the errors and go on the video does show.) 1. The procedure e...