Re: Magic CD Burner is not doing the trick



Dean, are you sure that should work with W2K?
The DVDEngine object is created, but the 2nd line
mobjDevice := DVDEngine.GetDevice(0);
gets nothing (mobjDevice = NIL), while I think it should get my CD drive,
isn't it?
The 3rd,
mobjDataImage := DVDEngine.CreateDataImage;
runs with no problem, but geting also a nil result. So the 4th line:
mobjFileLayout := mobjDataImage.GetFileLayout;
raises an error.
Marcio


----- Original Message -----
From: "Dean Hill" <none@xxxxxxxx>

Then use the following code


.



Relevant Pages

  • Re: Finding a TreeNode by title (caption) text
    ... In article, "Dean" ... To search in the whole treeview ... ... while this node is not nil do ... Return the TTreeNode. ...
    (alt.comp.lang.borland-delphi)
  • Re: Magic CD Burner is not doing the trick
    ... Marcio Ehrlich wrote: ... gets nothing (mobjDevice = NIL), while I think it should get my CD ... mobjDevice should not be nil. ... I will try and put together an test app ...
    (borland.public.delphi.thirdpartytools.general)