Results 1 to 8 of 8

Thread: Arson CD burner

  1. #1
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Smile Arson CD burner

    I have downloaded the Arson CD burner code from http://arson.sourceforge.net/
    This is open source CD writing tool. But its is written in Qt 3. And I am using Qt4.2.2. So can somebody tell me the latest ported version of this tool. Or any tool similar to this. But that should be platform independent.

  2. #2
    Join Date
    Aug 2007
    Location
    Gorakhpur, India
    Posts
    254
    Thanks
    8
    Thanked 14 Times in 14 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Arson CD burner

    Quote Originally Posted by yogeshgokul View Post
    I have downloaded the Arson CD burner code from http://arson.sourceforge.net/
    This is open source CD writing tool. But its is written in Qt 3. And I am using Qt4.2.2. So can somebody tell me the latest ported version of this tool. Or any tool similar to this. But that should be platform independent.
    If its not exists in Qt4.x version; you can use its exe as a input of your application using with QProcess.
    Anurag Shukla
    A man who never makes mistake is the man who never does anything! Theodre Rosvelt!

  3. #3
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Arson CD burner

    But i have to compile the project atleast once, to use the code. And BTW this is a GUI app, and want to modify its code to use it as my requirement. e.g. I want to use my GUI to write the CD. And biggest thing is: i have already mentioned that it should me platform independent, so .exe will not run on MAC/linux.

  4. #4
    Join Date
    Aug 2007
    Location
    Gorakhpur, India
    Posts
    254
    Thanks
    8
    Thanked 14 Times in 14 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Arson CD burner

    But i have to compile the project atleast once, to use the code.
    You can use Qt Porting tool for this.
    And biggest thing is: i have already mentioned that it should me platform independent, so .exe will not run on MAC/linux
    Is this is made in Windows Platform or Linux/MAC?
    Anurag Shukla
    A man who never makes mistake is the man who never does anything! Theodre Rosvelt!

  5. #5
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Arson CD burner

    this is an open source project, so its for mainly Linux but it is written in Qt so it should be run on windows/mac too.
    rest you can get from http://arson.sourceforge.net/

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Arson CD burner

    This is not a cd burning tool. It is a frontend to cd burning tools such as cdrecord. And it's implemented for KDE3, so it won't work for Windows. If you want to burn a cd from within your application you'll have to work with a proper interface in your operating system - be it either some system call or a 3rd party application like Nero.

  7. #7
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Arson CD burner

    Yes you are right, we can easily burn cd on Windows using nero APIs. But what about MAC. We need to deploy our application on both. Can you suggest any platform independent way. Otherwise we need to do CD writing in different manner on Windows and MAC repectively.

  8. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Arson CD burner

    As already said in the other thread (by Brandybuck, as far as I remember) there is no platform independent way to do what you want. You have to find a proper API on MAC and use it. The easiest way is to ask the user to provide a name of an application for burning cds and call the application using QProcess passing it an image to burn or something like that.

  9. The following user says thank you to wysota for this useful post:

    yogeshgokul (28th January 2008)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.