Just rename the .dlls in the rom. Make mfc80u.dll into mfc80u.dll_ and so on and vice versa.
Once renamed, here is my flash file entry:
Directory("\Windows\OEM"):-File("mfc80u.dll_","\Windows\mfc80u.dll_")
Directory("\Windows\OEM"):-File("msvcr80.dll_","\Windows\msvcr80.dll_")
|