| |||||||
| Commercial message | |
| | |
| Nero SDK Discussion Forum This is the official support forum for the Nero Software Development Kit (SDK). The forum is monitored by Ahead engineers |
![]() |
| | Thread Tools |
| | #3 (permalink) |
| Nero Developer Join Date: Jun 2003
Posts: 209
| 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 |
| | |
| | #7 (permalink) |
| New on Forum Join Date: Aug 2003
Posts: 5
| 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 |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| nero api | compoking | General Software | 0 | 23-07-2007 02:30 |
| Nero API | neuz | Nero & InCD | 0 | 12-07-2007 20:49 |
| How to compile and run a C file in Microsoft Visual Studio. NET 2003? | makaveli1 | General Software | 5 | 20-09-2005 22:53 |
| Nero API in Ñ++ Builder | Tors | Nero SDK Discussion Forum | 0 | 27-04-2004 16:54 |
| Nero Api | nustchen | Burning Software | 1 | 19-03-2003 03:19 |