options snapshot path problem
Posted: 30 May 2008 01:06
Hi
Anyone know why the first 2 lines of code work ok , but the second don;t.
Both options path exists
Using Delphi and ActiveX
options := ':snapshot-path=d:\snapshots\12345999.jpg';
VLCPlugin1.addTarget(strDVDDrive, Options, VLCPlayListInsert, 0);
options := ':snapshot-path=c:\documents and settings\adyble\desktop\12345.jpg';
VLCPlugin1.addTarget(strDVDDrive, Options, VLCPlayListInsert, 0);
Thanks
Andy
Anyone know why the first 2 lines of code work ok , but the second don;t.
Both options path exists
Using Delphi and ActiveX
options := ':snapshot-path=d:\snapshots\12345999.jpg';
VLCPlugin1.addTarget(strDVDDrive, Options, VLCPlayListInsert, 0);
options := ':snapshot-path=c:\documents and settings\adyble\desktop\12345.jpg';
VLCPlugin1.addTarget(strDVDDrive, Options, VLCPlayListInsert, 0);
Thanks
Andy