Ok as a quick recap I show the following installed:
.net framework 1.1 (and hot fixes)
.net framework 2.0 sp 2 beta (and hot fixes)
.net framework 3.0 sp 2 beta
.net framework 3.5 sp1 beta
Mobiperl-0.038.tar (and mobi2mobi.exe, etc.) in a file called mobiperlwin
When I run the Mobi2mobi GUI file and define the directory, it recognizes the mobi2mobi file and assigns a win32 check. My output file is called ebooks to convert. I've tried to open several different prc books, and get the following error details.
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Mobi2Mobi_GUI.Form1.UpdateBookFields(String datapath, Boolean open)
at Mobi2Mobi_GUI.Form1.btnOpenFile_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3031 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Mobi2Mobi GUI
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Documents%20and%20Settings/Owner.Lees_laptop/Desktop/mobiperl/Mobi2Mobi_GUI.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3031 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3031 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3031 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
If I ignore the warning and convert, I get:
C:\Documents and Settings\Owner.Lees_laptop\Desktop\ebooks to convert>"C:\Documents and Settings\Owner.Lees_laptop\Desktop\Mobiperlwin\mob i2mobi.exe" "C:\Documents and Settings\Owner.Lees_laptop\Desktop\ebooks to convert\Babbitt.mobi"
but no book in that file
Unfortunately, my programming days were in the 70's so I'm over my head in today's world of windows!
cheers
|