PDA

View Full Version : Create and mount *.ISO files



cesroc
30th November 2015, 14:37
Hello,

I would like to know if it is possible to create an ISO file and mount it using only Qt library or if it necessary a 3rd part library.
I want to write an application to create ISO files from selected folders and mount this iso later, but I have no idea how to start.
Could anyone help me? Someone that already did that.

Thanks in advance.
Best Regards.

d_stranz
30th November 2015, 15:54
As far as I know there is no built-in Qt support for creating or mounting ISO images. You may be able to find a third-party library you can use for this. Of course, you can use Qt to create the GUI for your app.