| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Feb 2004
Posts: 7
| Last detected media: unknown I'm using the following command line : >nerocmd --write --real --close_session --drivename "e" --import --recursive --no_user_interact ion --iso "test" c:\test3 When I'm the NeroCMD.exe it's burn well But When I use , my compiled version NeroCMD I get the error //---------------------------- Imported volume name: test Reading directories Creating directories Checking discs Last detected media: unknown Requested media: CD-R/RW The disc is not empty. Please insert an empty disc. [#] User abort // -------------------------------- The callback UserDialog() is receiving a message DLG_WAITCD_MEDIA_INFO , why The compiled version can't detect the right midia type ? I have noted that >nerocmd --version return NeroCmd version 1.7.0.3 Nero API version 6.3.0.3 and the compiled version return NeroCmd version 1.7.0.6 Nero API version 6.3.0.3 the NeroCMD is not the same version , the proble is here ? What is the corret command line for the new version ? Thanks Roberto |
| | |
| | #2 (permalink) |
| New on Forum Join Date: Feb 2004
Posts: 7
| I found a solution for that problens The NeroCMD , is simulating 6.3.0.0 I change to simulate 6.0.0.0 and its start do WORK if (!NeroSetExpectedAPIVersionEx(6,0,0,0,ver)) { puts("Could not set NeroAPI simulated version number"); return(0); } printf ("Nero API last simulated version %d.%d.%d.%d\n\n",ver[0],ver[1],ver[2],ver[3]); My question now is why , NeroAPIGlueConnect() don't set a version that will work with de NeroCMD sample Roberto |
| | |
| |
| |
![]() |
| 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 |
| no media detected | parkij | DVDFab / DVD Region+CSS Free | 9 | 11-10-2007 06:50 |
| Unknown DVD-R media: TCL | awasaby | Blank Media | 4 | 23-06-2006 09:37 |
| Changing the default writing speed for unknown media | easy-going-man | NEC / Optiarc Burner | 3 | 27-09-2004 13:56 |
| Unknown media - MXLRG01 | Mender | Blank Media | 4 | 09-11-2003 09:23 |
| Smart Burn: unknown media | Vladi68 | LiteOn / PLDS/ Sony Burner | 7 | 08-11-2002 20:29 |