Re: HowTo Burn CD or DVD?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



> 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?


.



Relevant Pages