Lazarus

Programming => Packages and Libraries => Lazarus Extra Components => Topic started by: TheNick on December 24, 2018, 01:04:08 am

Title: How to open ISO-files with FreePascal?
Post by: TheNick on December 24, 2018, 01:04:08 am
Is there any library available for opening or mount ISO-files with FreePascal?
Title: Re: How to open ISO-files with FreePascal?
Post by: dbannon on December 24, 2018, 01:12:09 am
Probably not Nick. But easy to call the normal OS commands to do so.

http://wiki.freepascal.org/Executing_External_Programs

Davo
Title: Re: How to open ISO-files with FreePascal?
Post by: lucamar on December 24, 2018, 02:04:45 am
Yep, there is no built-in mount()/umount(); you'll have to call mount (or udisks) an use a loop device to mount the ISO.

A similar question arised recently but I can't find the thread now :(

Ah, yes; found it: Linux: how to mount/unmount a partition? (http://forum.lazarus.freepascal.org/index.php/topic,43449.0.html)
Title: Re: How to open ISO-files with FreePascal?
Post by: HeavyUser on December 24, 2018, 02:14:42 am
Is there any library available for opening or mount ISO-files with FreePascal?
https://torry.net/pages.php?id=249 CD Burning Library v.1.2 by Dancemammal, has everything you need to access iso files might need some attention in compiling with fpc but its a good starting point.
Title: Re: How to open ISO-files with FreePascal?
Post by: TheNick on December 24, 2018, 02:52:49 pm
Is there any library available for opening or mount ISO-files with FreePascal?
https://torry.net/pages.php?id=249 CD Burning Library v.1.2 by Dancemammal, has everything you need to access iso files might need some attention in compiling with fpc but its a good starting point.
Thanks, will try this approach. Otherwise I guess its time to rollup them sleeves  :)
TinyPortal © 2005-2018