
On Wed, October 19, 2011 11:12 am, James Adcock wrote:
On Oct 7, 2011 I registered the project "ePubEditor" with SourceForge.net, and uploaded all my code there (http://epubeditor.sourceforge.net/).
I tried this for a couple minutes but it always crashes when I try to open an epub file. Perhaps include a sample file that works in your downloads?
Thank you for your feedback. When ePubEditor opens an ePub file, the first thing it does is explode the entire contents of the .zip file into a temporary directory. The location of this temporary directory is read from the file "ePubEditor.ini". By default, this location is set to "C:/My Library/temp". There was a bug (not surprising) in the downloadable package that caused an error message to be displayed if the temporary directory does not exist. You can work around this problem by creating the directory "C:/My Library/temp", or you can edit the ePubEditor.ini file to point to some other temporary directory that does exist. At some point I intend to create a fancy user interface to edit the preferences but for now, I guess notepad is the tool. I have fixed the code to create the temporary directory first before trying to extract the files. I will probably upload it to SourceForge before the end of the week. I will try to add the work-around to the readme at SourceForge tonight.