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
Asked
Active
Viewed 625 times
3
-
Belongs on http://superuser.com – Sampson Jan 10 '10 at 06:56
-
5This sure sounds programming related to me. It's about compatibility of third party software components with particular operating systems. – Greg Hewgill Jan 10 '10 at 06:59
-
At least post which errors you get. Maybe the problem lies somewhere else. – GolezTrol Jun 02 '11 at 09:46
1 Answers
2
I was also using DSPack and change to the ActiveX of VLC Player

Hugues Van Landeghem
- 6,755
- 3
- 34
- 59
-
i also use ActiveX of VLC Player, plays anything VLC can, which seems to be everything ;) – Christopher Chase Jan 11 '10 at 01:28
-
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 Jan 11 '10 at 05:10
-
@Ghada al-Naqi: You need to install on all computer you use your application – Hugues Van Landeghem Jan 11 '10 at 07:30