| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Apr 2004
Posts: 16
| NeroCom doesn't work Hi! I try to burn CDs with NeroCom.dll, but it doesn't work. Nero is installed properly and here is the code, where an exception occurs: Code: NEROLib.NeroClass nero = new NEROLib.NeroClass(); NEROLib.NeroDrivesClass drives = nero.GetDrives(NEROLib.NERO_MEDIA_TYPE.NERO_MEDIA_CD); System.InvalidCastException: QueryInterface für Schnittstelle NEROLib.INero fehlgeschlagen. at NEROLib.NeroClass.GetDrives(NERO_MEDIA_TYPE lVal) at ........ What's wrong with my code? Thanks! |
| | |
| | #2 (permalink) |
| Nero Developer Join Date: Oct 2003
Posts: 605
| I assume this is C# ? In VB.NET one could write: Code: Dim drives As NEROLib.INeroDrives
drives = nero.GetDrives(NEROLib.NERO_MEDIA_TYPE.NERO_MEDIA_CDR) |
| | |
| | #3 (permalink) |
| New on Forum Join Date: May 2005
Posts: 26
| Re: NeroCom doesn't work I had the same problem. In my PC (nero 6.6.0.13) all was ok, in another your message appared in the first line of code using nero (nero.APIVersion). In the test PC there was Nero 6.6.0.6, i've upgraded it and now it's all fine. |
| | |
| |
| |
![]() |
| 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 |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NeroCOM 1.7 ImportISOTrack don't work | Woland Devil | Nero SDK Discussion Forum | 2 | 05-09-2007 09:00 |
| NeroCOM C# | vakvak17 | Nero SDK Discussion Forum | 2 | 09-03-2006 17:10 |
| Can't get Nerocom to work wth VB | mcrit | Nero SDK Discussion Forum | 3 | 06-08-2004 22:53 |
| VB.NET and NeroCom and events don't work | Terryf | Nero SDK Discussion Forum | 0 | 22-04-2004 08:20 |
| nerocom and before 6.0 | Curtis | Nero SDK Discussion Forum | 1 | 08-04-2004 10:49 |