Need some help from some of the advanced users. I was trying to tackle the pic&video app issue to fix the Rom. However, in the actual ROM there are only single instances of 4 .dlls. They are mfc80u.dll, mfc80u.dll_, msvcr80.dll and msvcr80.dll_. Here are the two strings from the flash file in the rom.
Directory("\Windows\OEM"):-File("mfc80u.dll","\Windows\mfc80u.dll_")
Directory("\Windows\OEM"):-File("msvcr80.dll","\Windows\msvcr80.dll_")
So, looking at this further, it seems that it is taking the .dll_ files and renaming them in the OEM file. Then, with Sonny's fix, we are actually taking those .dll_ files that were renamed and renaming them again back into the Windows folder. So, would it not make sense to swap these out in the rom?
EDIT: Answer is yes. For Mike and anyone else customizing the rom, just swap out the names of the .dll and .dll_ in the rom and everything should work.
|