Re: HowTo Burn CD or DVD?
- From: "Lloyd Dupont" <net.galador@ld>
- Date: Fri, 2 Sep 2005 15:38:04 +1000
> Win32 provides the Image Mastering API (IMAPI) for burning CDs. AFAIK, it
> is available on XP and later. You could use Platform Invoke (aka P/Invoke)
> to call the functions of the API from a .Net application.
>
BTW, why bother doing C++ if you bother (on top of that) doing pinvoke!
I would advice either:
- code in C# and pinvoke the relevant function
- code in C++, import the header, link with the lib and call starint into
the C function!
I will take this opportunity to ask you William...
why do you suggest that?
What's the point of bothering going through the error prone and lengthy
process of redefining the method while you could just call them?
.
- Follow-Ups:
- Re: HowTo Burn CD or DVD?
- From: William DePalo [MVP VC++]
- Re: HowTo Burn CD or DVD?
- References:
- HowTo Burn CD or DVD?
- From: Alper AKCAYOZ
- Re: HowTo Burn CD or DVD?
- From: William DePalo [MVP VC++]
- HowTo Burn CD or DVD?
- Prev by Date: Re: typename
- Next by Date: Re: HowTo Burn CD or DVD?
- Previous by thread: Re: HowTo Burn CD or DVD?
- Next by thread: Re: HowTo Burn CD or DVD?
- Index(es):
Relevant Pages
|