| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Nov 2005
Posts: 2
| Making a Image with NeroCOM Hi all together, I need some help with NeroCOM / VB6. I'm trying to write DVD-images to the local Harddisc. I'd like to burn them later with Nero - my supposition is, that this is the simpliest way in my case The source files are located on a Network-Share in a small Home-Network (Fast Ethernet, it's working very well - No props, standby of the networkcards is set to off). But it's working only sometimes. In the most cases the Writing-Process stopps after a different time (sometimes at 10%, sometimes at 70%, etc.) without any message. Then I can cancel in Drive_OnProgress or Drive_OnSubTaskProgress (this is the evidence, that the application is not hanging). CPU and Network usage are both 0%. What's going on? Here some code-fragments: Code: Set mContent = New NeroISOTrack mContent.BurnOptions = _ NERO_BURN_OPTIONS.NERO_BURN_OPTION_CREATE_ISO_FS Or _ NERO_BURN_OPTIONS.NERO_BURN_OPTION_USE_JOLIET mBurningFlags = _ NERO_BURN_FLAGS.NERO_BURN_FLAG_WRITE Or _ NERO_BURN_FLAGS.NERO_BURN_FLAG_DISABLE_EJECT Or _ NERO_BURN_FLAGS.NERO_BURN_FLAG_SPEED_IN_KBS Or _ NERO_BURN_FLAGS.NERO_BURN_FLAG_DAO 'Also tried without success: 'NERO_BURN_FLAGS.NERO_BURN_FLAG_BUF_UNDERRUN_PROT Or _ 'NERO_BURN_FLAGS.NERO_BURN_FLAG_CLOSE_SESSION Or _ 'NERO_BURN_FLAGS.NERO_BURN_FLAG_DISABLE_ABORT Or mMediaType = NERO_MEDIA_TYPE.NERO_MEDIA_DVD_ANY Drive.BurnIsoAudioCD _ "", "", False, Me.Content, _ Nothing, Nothing, Me.BurningFlags, _ 0, Me.MediaType Can anybody help me, please. The COM-Library was my decision to buy the whole Nero-Package now. I'm using: Nero 7.0.1.2 NeroCOM (Nero 1.4 Type Library) MS Visual Basic 6.0 SP6 (with VB.NET or C# NeroCOM isn't working - it's hanging after closing )Greetings, Peter [hoping, very hoping, very very hoping, ...] ![]() |
| | |
![]() |
| 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 |
| Using NeroCom to create .ISO Image | GarageLifestyle | Nero SDK Discussion Forum | 3 | 25-06-2007 14:26 |
| Making An Image | moston | Newbie Forum | 2 | 08-10-2005 06:26 |
| i need help making an image! | cannibalsock | Newbie Forum | 2 | 28-02-2005 00:14 |
| How to make an image file with NeroCom from a whole CD | Steely77 | Nero SDK Discussion Forum | 0 | 11-06-2004 15:57 |
| Image Recorder via NeroCOM? | nduke | Nero SDK Discussion Forum | 4 | 22-10-2003 19:19 |