Looks like an awesome app. I will be using it to mod out my players as soon as i get the .net framework installed (You forced me to!) so yeah. Will post if it works.
That cygwin problem might be solved by getting cygwin yourselves. I might have to investigate.
EDIT:
I think you need to make an option to save the current image. That might be useful. I'd be happy to help if you gave me the source code.
EDIT2: I see why you can't jsut extract it. Right. Ill need to find the right image for my build then...
EDIT3: Bitmaps for all targets are available here:
http://svn.rockbox.org/viewvc.cgi/tr...?pathrev=12987
EDIT4: Ok i get the cygwin1.dll error. I will try to find a fix.
EDIT5: Downloading a copy of the cygwin1.dll fixes that error, but now i get the following error instead:
Quote:
|
Originally Posted by Error Message
************** Exception Text **************
System.ArgumentExcep tion: String cannot be of zero length.
Parameter name: oldValue
at System.String.Replac e(String oldValue, String newValue)
at LogoSwapper.Form1.Bu tton_Swap_Click(Obje ct sender, EventArgs e)
at System.Windows.Forms .Control.OnClick(Eve ntArgs e)
at System.Windows.Forms .Button.OnClick(Even tArgs e)
at System.Windows.Forms .Button.OnMouseUp(Mo useEventArgs mevent)
at System.Windows.Forms .Control.WmMouseUp(M essage& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms .Control.WndProc(Mes sage& m)
at System.Windows.Forms .ButtonBase.WndProc( Message& m)
at System.Windows.Forms .Button.WndProc(Mess age& m)
at System.Windows.Forms .Control.ControlNati veWindow.OnMessage(M essage& m)
at System.Windows.Forms .Control.ControlNati veWindow.WndProc(Mes sage& m)
at System.Windows.Forms .NativeWindow.Callba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
|
I will be retrying with my other player...
EDIT?:Attempting to modify the current CVS version of rockbox.ipod (for 5g) gives the follwing error:
Quote:
|
Originally Posted by bmp3rb-r.exe - Entry Point Not Found
The procedure entry point __getreent could not be located in the dynamc link library cygwin1.dll.
|