tags:

views:

137

answers:

1

Hi, I usualy use DSpack or DCAVIPlayer components to play divx avi videos in delphi 5.0. Those two components are not compatible with windows vista. Both give run time error when you try to play the video. Any body know a vista compatible delphi 5.0 component? Thanks

+1  A: 

I was also using DSPack and change to the ActiveX of VLC Player

Hugues Van Landeghem
i also use ActiveX of VLC Player, plays anything VLC can, which seems to be everything ;)
Christopher Chase
Do I need to have VCL Player installed on all PC's I'm going to run my delphi application (.exe) on? or only installed on my PC where I'm compiling the delphi code?
Ghada al-Naqi
@Ghada al-Naqi: You need to install on all computer you use your application
Hugues Van Landeghem