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


Commercial message



Nero SDK Discussion Forum Discuss, NeroCom CDInfo at International Chat: Software related forum; I have been searching the site with no luck. Is there a secret to getting the CDInfo to work. OnDoneCDInfo never launches. I am using lib 1.1 and vb6 with win xp. I mostly need to get the available erase types..is there another way? TIA


Reply
 
Thread Tools
Old 06-04-2004   #1 (permalink)
New on Forum
 
Join Date: Apr 2004
Posts: 4
NeroCom CDInfo

I have been searching the site with no luck. Is there a secret to getting the CDInfo to work. OnDoneCDInfo never launches. I am using lib 1.1 and vb6 with win xp. I mostly need to get the available erase types..is there another way?

TIA
lespaul36 is offline   Reply With Quote
Old 06-04-2004   #2 (permalink)
Nero Developer
 
Join Date: Oct 2003
Posts: 605
No, there is no other way. To get available erase modes you need to get the CDInfo. Please try the latest NeroCOM version.
alexp is offline   Reply With Quote
Old 07-04-2004   #3 (permalink)
New on Forum
 
Join Date: Apr 2004
Posts: 4
I believe that I have the newest version. Anyone have vb code that will work for this?
lespaul36 is offline   Reply With Quote
Old 08-04-2004   #4 (permalink)
CD Freaks Member
 
Join Date: Dec 2003
Location: uk
Posts: 234
DriveFinished = False
Drive.CDInfo NERO_READ_ISRC
' wait for event done and handled
While Not DriveFinished
If CancelPressed Then
GoTo Exit_Me
End If
X = DoEvents()
Wend




'event for read cd info done
Private Sub Drive_OnDoneCDInfo(ByVal pCDInfo As NEROLib.INeroCDInfo)
'set number of existing sessions
On Local Error GoTo NoTracks:

NumExistingTracks = pCDInfo.Tracks.Count
'set done flag
DriveFinished = True
Exit Sub

NoTracks:
NumExistingTracks = 0
DriveFinished = True
End Sub
unison 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
How do I properly Get CDInfo synchronously RussM Nero SDK Discussion Forum 2 20-07-2006 10:12
NeroCOM CDInfo Invalid Cast Mark Olbert Nero SDK Discussion Forum 4 25-02-2005 23:36
CDInfo - OnDoneCDInfo PGavin Nero SDK Discussion Forum 7 10-11-2004 18:59
Cdinfo ? Delphi ? atf Nero SDK Discussion Forum 5 06-12-2003 13:28
NeroCOM 6.0.0.15 + cdinfo muckman Nero SDK Discussion Forum 7 03-11-2003 19:47


All times are GMT +2. The time now is 20:45.


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