Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP writing to CD
Message
From
12/03/2008 08:38:47
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01284484
Message ID:
01301254
Views:
79
>Hi Gregory,
>
>Have you had any success with burning of disks using IMAPI2?
>
>I got this script from MS:
>
> index = 1
>
> oDiscMaster = CreateObject("IMAPI2.MsftDiscMaster2")
>
> Id = oDiscMaster.Item(index)
> Id = lnDiskId
>
> oRecorder = CreateObject("IMAPI2.MsftDiscRecorder2")
> oRecorder.InitializeDiscRecorder(Id)
>
> oEraser = CreateObject("IMAPI2.MsftDiscFormat2Erase")
> oEraser.Recorder = oRecorder
> oEraser.ClientName = "EraseDisc"
> oEraser.EraseMedia
>
>It all works okay until "oEraser.EraseMedia" when the following ubiquitous message appears -
>
>OLE error code 0xc0aa0909: Unknown COM status code.
>
>Any suggestions would be appreciated.
>
>Rex
___
Rex,

(1) Is the media rewritable ?
(2) Have you tried with the download of message#1284871

Gregory
_
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform