Have someone experience with Nero API and Microsoft .NET?
| Nero SDK Discussion Forum Discuss, Have someone experience with Nero API and Microsoft .NET? at Nero & InCD forum; HAve someone experience with Nero API and Microsoft .NET? gicio |
- Today (MyCE Staff)
- Posts: 15,596
| |
| You can use NeroCOM to use the NeroAPI functionality with .NET. NeroCOM is part of Nero6 that can be downloaded at http://www.nero.com |
| WOW!!!! cool! thx! but where I can download some documentation for the NeroCOM ??? gicio |
| In case this may be of use to others : This is what I have done to use the Nero API from a C# .NET application : - write a mixed-mode C++ DLL . Mixed-mode means that the DLL contains both managed (i.e. uses .NET) and unmanaged code. An unmanaged class talks directly to the Nero API. Write a managed class which just wraps around the unmanaged class. Your C# application will interface with the managed C++ class. The main stumbling block I found was that there are some "gotchas" with using mixed mode C++ .NET DLLs with the current versions of Visual Studio .NET. They are described here : http://msdn.microsoft.com/library/de...ingProblem.asp http://support.microsoft.com/?id=814472 HTH, Stephen |
There's more to MyCE.com
Listen up, we've got more. Product information on 102,541 products. Our experts have written 521 articles. We've gathered 16,068 news items for you to always keep updated.
