View Single Post
  #78 (permalink)  
Old 01-29-2007, 02:43 PM
Perasite's Avatar
Perasite
Retired Staff
Offline
Location: Yuma, AZ
 
Join Date: Sep 2006
Posts: 1,929
Reputation: 2026
Perasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Well, that worked, thanks Helmi! I've now got my custom 3.3 ROM with integrated CF2 and the smartdialer fixed. I ran into a problem with the pic/vid fix, though. I added these two lines to the initflashfiles.dat:

Directory("\Windows\OEM"):-File("mfc80u.dll","\Windows\mfc80u.dll")
Directory("\Windows\OEM"):-File("msvcr80.dll","\Windows\msvcr80.dll")

I was trying to copy the mfc80u.dll and msvcr80.dll out of \Windows\OEM into the \Windows directory. Is that the proper syntax? My goal was to do:

pic & vid hang fix: copy mfc80u.dll and msvcr80.dll from windows/oem to the windows directory overwriting the ones there. (Sonny486)

as listed in the original "Get Helmi_c's AKU 3.3 RIGHT HERE" thread.

Edit: I think I got it backwards, don't I? It should be:

Directory("\Windows"):-File("mfc80u.dll","\Windows\OEM\mfc80u.dll")
Directory("\Windows"):-File("msvcr80.dll","\Windows\OEM\msvcr80.dll")

Is that correct?
Reply With Quote