CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Jun 2009
    Posts
    61

    CD writing software

    Hi

    Our company made a new application and now we want to integrate CD writing functionality to back up all data's in database.

    Is it possible to do in VC++, How can i do
    can u tell which SDK i have to use.

    Thanks in advance

  2. #2
    Join Date
    Jun 2009
    Posts
    61

    Re: CD writing software

    I want to write a small CD writing software. Can u give me some guideline
    Can i use ICDBurn for this...
    ANy chance to get some sampleprogram in VC++ for CD burning

  3. #3
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: CD writing software

    Maybe this could be a good starting point? http://msdn.microsoft.com/en-us/libr...96(VS.85).aspx

    Edit: Try searching for cd burning api at www.microsoft.com, it gave more good links.
    Last edited by S_M_A; March 15th, 2010 at 04:46 PM.
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  4. #4
    Join Date
    Mar 2010
    Posts
    3

    Re: CD writing software

    Give a try to StarBurn SDK. There are tons of VC++ samples and SDK is free.

    http://www.starburnsoftware.com/prod...n-sdk/overview

    -me

    Quote Originally Posted by sijith01 View Post
    Hi

    Our company made a new application and now we want to integrate CD writing functionality to back up all data's in database.

    Is it possible to do in VC++, How can i do
    can u tell which SDK i have to use.

    Thanks in advance

  5. #5
    Join Date
    Mar 2010
    Posts
    3

    Re: CD writing software

    It'd stay away from MS API here. They don't support Blu-Ray, API is limited and there's no support... Also it's not backward compatible so say buy-buy to pre-Vista OSes.

    Quote Originally Posted by sijith01 View Post
    I want to write a small CD writing software. Can u give me some guideline
    Can i use ICDBurn for this...
    ANy chance to get some sampleprogram in VC++ for CD burning

  6. #6
    Join Date
    Jun 2009
    Posts
    61

    Re: CD writing software

    Hi S_M_A

    The link you gave is fount to be useful. But there they giving SDK to make audio cd. My need is to write datas also. Is it possible to do with "IWMPCdromBurn"

    Is it possible to get some sample codes

  7. #7
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: CD writing software

    Here's a better link http://msdn.microsoft.com/en-us/libr...54(VS.85).aspx
    Examples are also available at the site (browse around a bit).

    You're probably correct regarding blue-ray BCNR33 but XP is supported as well.
    Run-Time Requirements
    IMAPI 2.0 is supported natively starting with Windows Vista and Windows Server 2008. Enabling IMAPI 2.0 functionality for Windows XP and Windows Server 2003 requires the installation of the KB932716 update package.

    Note A Windows Feature Pack for Storage is available to the public via the Microsoft Download Center. Additional information regarding specific API changes can be found in the 'What's New' section of the SDK IMAPI documentation.

    IMAPI 1.0 support is available for applications that run on Windows XP.
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  8. #8
    Join Date
    Mar 2010
    Posts
    3

    Re: CD writing software

    If IMAPI 2.0 is a great step forward then IMAPI 1.0 is completely useless (

  9. #9
    Join Date
    Mar 2002
    Location
    Australia
    Posts
    201

    Re: CD writing software

    Hey,

    Maybe this will help:

    http://www.moxcdburn.net

    I use it to write data CDs and it's great!

    Hope it helps,

    Steve Q. :-)

    Oh yeah I forgot.... It's FREE!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured