Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Nero SDK Discussion Forum


Commercial message

Nero SDK Discussion Forum This is the official support forum for the Nero Software Development Kit (SDK). The forum is monitored by Ahead engineers



Reply
 
Thread Tools
Old 31-07-2003   #1 (permalink)
New on Forum
 
Join Date: Jul 2003
Posts: 2
NeroCOM

Hi, i'm using the new neroCOM library in .NET but it doesn't work. It seems that it doesn't generate events!
Someone knows the reason?

Thanks
Stev is offline   Reply With Quote
Old 05-08-2003   #2 (permalink)
New on Forum
 
Join Date: Aug 2003
Posts: 5
I have the same problem. Any help Please?
__________________
I sense much NT in you.
NT leads to Blue Screen.
Blue Screen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.

(by: Unknown Unix Jedi)
Burst42 is offline   Reply With Quote
Old 05-08-2003   #3 (permalink)
Nero Developer
 
Join Date: Jun 2003
Posts: 209
Could you please post the code of an example application? Without any information it is hard to find the problem.
matze is offline   Reply With Quote
Old 05-08-2003   #4 (permalink)
New on Forum
 
Join Date: Aug 2003
Posts: 5
All I did was to run the NeroCOM example (NeroFiddlesCOM) through the Visual Basic .NET upgrade wizard, and now none of the events fire when they happen.
__________________
I sense much NT in you.
NT leads to Blue Screen.
Blue Screen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.

(by: Unknown Unix Jedi)
Burst42 is offline   Reply With Quote
Old 06-08-2003   #5 (permalink)
New on Forum
 
Join Date: Jul 2003
Posts: 2
In VB.NET I can't sink any type of event. In VB6 the example NeroFiddlesCOM works correctly but if I try the following code the event OnDoneCDInfo doesn't fire.


Public WithEvents nero As nero
Public WithEvents drive As NeroDrive

Private Sub Command1_Click()
Set nero = New nero
Dim drives As NeroDrives
Set drives = nero.GetDrives(NERO_MEDIA_CDR)
Set drive = drives(1) 'my cd-rom
drive.CDInfo (NERO_READ_ISRC)
End Sub

Private Sub drive_OnDoneCDInfo(ByVal pCDInfo As NEROLib.INeroCDInfo)
MsgBox "CDinfo done!"
End Sub


The difference I've seen beetwen VB.NET and VB6 is that when I call the CDInfo method (or other) in VB6 the task VB6 continues to use over 90% of the CPU time even after closing VB6; in VB.NET instead it seems nothing appends.
Stev is offline   Reply With Quote
Old 11-08-2003   #6 (permalink)
Nero Developer
 
Join Date: Jun 2003
Posts: 209
There seems to be a problem with the update wizard. When using Visual Studio .NET 2003 and the latest .NET framework from .NET it works correctly.
matze is offline   Reply With Quote
Old 13-08-2003   #7 (permalink)
New on Forum
 
Join Date: Jul 2003
Posts: 25
Try this see whether it helps

http://support.microsoft.com/default...;en-us;Q309336

I also declare the NeroCom like this

Private WithEvents nero As NeroCOMdll.Nero
Private WithEvents drive As NeroCOMdll.NeroDrive

N.B. NeroCOMdll was generated using tlbImp.exe and then apply the abovementioned KB

then in each event i did this

e.g
Private Sub nero_OnFileSelImage(ByRef FileName As String) Handles nero.OnFileSelImage

Last edited by kevlam; 03-10-2003 at 01:16.
kevlam is offline   Reply With Quote
Old 14-08-2003   #8 (permalink)
New on Forum
 
Join Date: Aug 2003
Posts: 7
This seems to be a sollution for .NET...
Steve mentioned a Problem with the NeroDrive CDINFO methode...
the CDInfoDone Event doesn't fire also in VB6...
i've got the same problem...
and VB6 also takes 90% CPU and more - even after closing the the testapplikation and VB6 itself.
muckman is offline   Reply With Quote
Old 19-08-2003   #9 (permalink)
New on Forum
 
Join Date: Aug 2003
Posts: 5
When I use the Visual Studio .NET 2003 to upgrade the neroFiddlesCom sample, it gives me the following error:

Upgrade failed: Exception occured: Could mot load referenced components:
COMDLG32.OCX(1.2.0)
comctl32.ocx(1.3.0)
comct232.ocx(2.0.0)

What could this be?
__________________
I sense much NT in you.
NT leads to Blue Screen.
Blue Screen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.

(by: Unknown Unix Jedi)
Burst42 is offline   Reply With Quote
Old 19-08-2003   #10 (permalink)
New on Forum
 
Join Date: Aug 2003
Posts: 7
You'll have to install VB6 or at least download the missing files and register them e.g. "regsvr32 comdlg32.ocx"
muckman is offline   Reply With Quote
Old 25-08-2003   #11 (permalink)
Nero Developer
 
Join Date: Jun 2003
Posts: 209
The problem with calling CDInfo has been fixed in the newest version of NeroCOM. So expect it to be included in the next update of Nero. Thanks for reporting!

Last edited by matze; 25-08-2003 at 13:56.
matze is offline   Reply With Quote
 
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Using NeroCOM, is there C++ example? steven chen Nero SDK Discussion Forum 2 31-03-2006 13:10
NeroCOM C# vakvak17 Nero SDK Discussion Forum 2 09-03-2006 17:10
NeroCom C# TheRod23 Nero SDK Discussion Forum 3 03-03-2006 20:20
using NeroCom with C# yoss05 Nero SDK Discussion Forum 4 11-04-2005 09:16
NeroCOM Help ackid32 Nero SDK Discussion Forum 3 28-09-2004 23:39


All times are GMT +2. The time now is 21:27.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0