01-23-2007, 01:51 AM
|
|
Halfway to VIP Status
Offline
Location: Chandler, Arizona
|
|
Join Date: Oct 2006
Posts: 559
Reputation: 5
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
|
Quote:
Originally Posted by colonel
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.
|
So what you are saying is we should also move the ones with the underscore "_" into the OEM directory?
|