Is there any chance you could make it linux compatible? I would like to make my app work in both windows/linux if possible. Thanks.
Hi illusions0fgrander,
Alternatively you can use my Tool (
exiso-GUI 1.0.0.7) , it works with Wine/Crossover for Linux and MacOS.
---------------------------------------------------------------
I remark that we can find a version 2.7 of extract-xiso modified by Somsky.
It seems that Somsky were the first to make exiso 2.7 (before the 2.6.3 made by aiyyo).
Now there is little confusion with version numbers of exiso.
To resume :
extract-xiso v2.7.0 by somski 09.30.11 (Added XGD3 support)
/
-- extract-xiso v2.6.2 by Aiyyo (Fix extraction bug) --
\
extract-xiso v2.6.3 by Aiyyo 10.01.11 (Added XGD3 support)
So 2.6.3 and 2.7 have exactly the same functionalities and very similar source code. What I can't explain it's the size of exiso.exe compiled : aiyyo bin file is smaller (49.5Ko against 135Ko for Somsky version).
I think that it comes from the compilator (or from the externals dependences of the solution) because when I compile 2.6.3 with VS2010 I obtain a big file too. Do you know why 2.7 is bigger than 2.6.3 ?
In my case 2.7 is crashing when I make a FTP extraction but 2.6.3 works. There is a little difference between the two FtpMessage.c files in 2.7 and 2.6.3 but I don't think that's where the problem comes from.
I'm pretty sure that the crash comes from externals dependences and compilator, what kind of compilator do you use aiyyo ?
By the way, aiyyo , you make a little mistake in the date format in "extract-xiso.c".
Thank you.