| |||||||
| Commercial ads | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Oct 2004
Posts: 8
| NeroCOM 1.0 VS 1.2 Hi. I developed an application using NeroCOM.dll version 1.0. Now i installed a new version of Nero which registers NeroCOM.dll version 1.2. I've got the Nero SDK 1.05, with the documentation of NeroCOM.dll 1.1. The problem is with NeroDrives object. In version 1.2 GetDrives returns a INeroDrives, instead in version 1.0/1.1 it returns a NeroDrives object! So i cannot rebuild my application! So i change the code... but the real problem is that INeroDrives doesn't have any events!!!!!! Any suggestion? Thanks a lot. |
| | |
| | #2 (permalink) | |||
| Nero Developer Join Date: Oct 2003
Posts: 605
| Quote:
Quote:
What language are you using? Quote:
| |||
| | |
| | #3 (permalink) |
| New on Forum Join Date: Oct 2004
Posts: 8
| Re: NeroCOM 1.0 VS 1.2 Yes. You're right... i mean NeroDrive, not NeroDrives... sorry. I'm using VS.NET 2003, language C#. So i think COM object are supported... ![]() However my problem is still the same: INeroDrive doesn't have any event. So how can i know when nero finished to burn? |
| | |
| | #4 (permalink) |
| New on Forum Join Date: Oct 2004
Posts: 8
| Re: NeroCOM 1.0 VS 1.2 Here's a code snippet: NEROLib v1.1: NEROLib.NeroDrives drives = burnInfo.Nero.GetDrives(mediaType); NEROLib.NeroDrive drive = drives.Item(burnInfo.DriveIndex); drive.OnDoneBurn += new NEROLib._INeroDriveEvents_OnDoneBurnEventHandler (drive_OnDoneBurn); drive.OnProgress += new NEROLib._INeroDriveEvents_OnProgressEventHandler(drive_OnProgress); NEROLib v1.2: NEROLib.NeroDrives drives = burnInfo.Nero.GetDrives(mediaType); NEROLib.INeroDrive drive = drives.Item(burnInfo.DriveIndex); // No events !!! HELP!!! |
| | |
| |
| |
![]() |
| If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here |
| Can't find where you are looking for? Search our knowledgebase! | |
| | |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using NeroCOM, is there C++ example? | steven chen | Nero SDK Discussion Forum | 2 | 31-03-2006 14:10 |
| NeroCOM C# | vakvak17 | Nero SDK Discussion Forum | 2 | 09-03-2006 18:10 |
| NeroCom C# | TheRod23 | Nero SDK Discussion Forum | 3 | 03-03-2006 21:20 |
| using NeroCom with C# | yoss05 | Nero SDK Discussion Forum | 4 | 11-04-2005 10:16 |
| NeroCOM | Stev | Nero SDK Discussion Forum | 10 | 25-08-2003 14:41 |
| Thread Tools | |
| |