| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Mar 2004
Posts: 6
| NeroCmd Hello, I installed VC++ 6.0 with SP5. I can build debug with no errors. I try to use the following commands: nerocmd --write --drivename "MATSHITA UJDA720 DVD/CDRW" --iso test d:\test.iso >test.txt The program raises exception: Debug Assertion failed: neroprogress.h line 27 Expression m_pNeroProgress!=NULL Please help. Thanks. maociao |
| | |
| | #4 (permalink) |
| Nero Developer Join Date: Jun 2003
Posts: 209
| The reason for this behaviour is, that NeroCMD uses some features that are not available in older Nero versions. Here it uses NeroCreateProgress which is only available up from Nero 6. For this particular problem you can just replace this code by code that generates a NERO_PROGRESS structure by itself. Generally, if you want your application to work with older Nero versions you should make sure, that you either don't use newer features or check the NeroAPI version before using some features. |
| | |
| |
| |
![]() |
| 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 |
| NeroCmd | Andrew23 | Nero SDK Discussion Forum | 0 | 24-06-2007 20:17 |
| NeroCmd | socram | Nero SDK Discussion Forum | 2 | 12-09-2005 17:27 |
| NeroCMD | Tador | Nero SDK Discussion Forum | 2 | 03-08-2005 15:34 |
| [nerocmd] burning multi session dvd problem with NeroCmd | coolhome | Nero SDK Discussion Forum | 0 | 21-07-2005 04:11 |
| [nerocmd] | Goof | Nero SDK Discussion Forum | 3 | 18-08-2004 15:03 |