| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| CD Freaks Rookie Join Date: Apr 2004 Location: Ukraine
Posts: 48
| OnDoneCDInfo?(NeroCom) I am call CDInfo(NERO_READ_CD_TEXT), but OnDoneCDInfo never fired. . . . void __fastcall DoneCDInfo(TObject *Sender,INeroCDInfo *pCDInfo); . . . curdevice->OnDoneCDInfo=DoneCDInfo; curdevice->CDInfo(NERO_READ_CD_TEXT);
__________________ Tors |
| | |
| | #4 (permalink) |
| Nero Developer Join Date: Oct 2003
Posts: 605
| I assume you are using C++ Builder (from your previous posts). I am not familiar with it so I cannot comment on the way you are handling events. The problem is probably in the way events are (mis)handled. Perhaps you should check this out... Does any other event get fired? If not, the most probable cause of your problem is that you do not handle events properly. |
| | |
| | #6 (permalink) |
| Nero Developer Join Date: Oct 2003
Posts: 605
| Perhaps the following part of your code is the problem? The syntax is somewhat peculiar and other C++ Builder users might have some comments... Code: void __fastcall DoneCDInfo(TObject *Sender,INeroCDInfo *pCDInfo); . . . curdevice->OnDoneCDInfo=DoneCDInfo; |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Returning OnDoneCDInfo | dthomson | Nero SDK Discussion Forum | 1 | 26-03-2006 15:14 |
| Msgbox causes OnDoneCDInfo to be called again and again | Raffael Walther | Nero SDK Discussion Forum | 5 | 26-07-2005 15:15 |
| using NeroCom with C# | yoss05 | Nero SDK Discussion Forum | 4 | 11-04-2005 09:16 |
| CDInfo - OnDoneCDInfo | PGavin | Nero SDK Discussion Forum | 7 | 10-11-2004 18:59 |
| vb.net + NeroCOM + onDoneCdInfo | tarlik | Nero SDK Discussion Forum | 2 | 25-03-2004 16:53 |