View Single Post
  #177 (permalink)  
Old 20th Aug 2009, 2:56 pm
knob's Avatar
knob knob is offline
Senior Member
Valued Member
 
Join Date: May 2007
Posts: 1,285
Default

Got this now:-

HANDLE ArtFile;
ArtFile = FileOpen("U:\\FOLDER.RES","U:\\","R");
DisplayPicFromFile(1,20,ArtFile, 0, vinyl_XSIZE,vinyl_YSIZE, NULL, Normal, 220);//actual album art
FileClose(ArtFile);

and I got FOLDER.RES in the root, it still crashes just the same as before :-(

Strange they use "U" as the drive in Rk26xx, Rk2706 uses "D" but I have tried "C" and "D" and the crash is just the same.

I'll have a go at using a char string next to store the file params.
__________________
-----------------------------------------------------------------------------------------------------------
Reply With Quote
Sponsored Links