| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Mar 2006
Posts: 1
| NeroAPI does not call NeroUserDialog-Callback Hi There! I'm having a bit trouble creating a VCD/SVCD/DVD-Writer (C++): It seems like the NeroUserDialog-Callback is not always called - that is: I get DLG_WAITCD_DONE when no Disc is in drive, but that's all. As I understand it, I should at first get GLD_WAITCD - or am I wrong here? Any idea, anyone? Greets, obsÿence Some source code: (Nero initialization) Code: m_settings.nstNeroFilesPath=NULL;
m_settings.nstVendor="nero";
m_settings.nstSoftware="Nero - Burning Rom";
m_settings.nstLanguageFile="Nero.txt";
m_settings.nstEnableOverburn=FALSE;
m_settings.nstOverburnSize=0;
m_settings.nstIdle.ncCallbackFunction=DefIdleCallback;
m_settings.nstIdle.ncUserData=this;
m_settings.nstUserDialog.ncCallbackFunction=DefUserDialog;
m_settings.nstUserDialog.ncUserData=this;
initErr = NeroInit(&m_settings, NULL); Code: NeroUserDlgInOut NERO_CALLBACK_ATTR DefUserDialog(void *pUserData, NeroUserDlgInOut type, void *data)
{
return m_PCallback.UserDialog(pUserData, type, data);
} |
| | |
![]() |
| 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 |
| User Dialog Callback not called | jecx2 | Nero SDK Discussion Forum | 6 | 03-02-2007 01:13 |
| Returning TRUE to Abort callback causes hang | Eigeneer | Nero SDK Discussion Forum | 0 | 18-12-2006 22:38 |
| Nero CALLBACK function | stanely5 | Nero SDK Discussion Forum | 1 | 12-07-2005 08:27 |
| UserDialog callback | simwall | Nero SDK Discussion Forum | 3 | 09-02-2004 08:49 |
| problem using neroapi.h | sita_krish | Nero SDK Discussion Forum | 2 | 14-07-2003 21:48 |