Changes between Version 43 and Version 44 of BuildingOnWindows
- Timestamp:
- Apr 30, 2010, 2:27:35 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnWindows
v43 v44 118 118 = Running WebKit.dll-derived Apps on Windows = 119 119 120 In order for your application to properly derive MIME types for local files (i.e. when you supply a "file:" URL), be sure that there is a "\CFNetwork.resources" directory in the same directory as CoreFoundation.dll. CFNetwork.resources must contain a file, '''types.plist''', an XML parameter list that describes the mapping of file extensions to MIME types. You can find the aforementioned directory and filein the same place as you found CoreFoundation.dll in the first place. Typically, a Safari installation will install it at120 In order for your application to properly derive MIME types for local files (i.e. when you supply a "file:" URL), be sure that there is a "\CFNetwork.resources" directory in the same directory as CoreFoundation.dll. CFNetwork.resources must contain a file, '''types.plist''', an XML parameter list that describes the mapping of file extensions to MIME types. You'll also need '''Info.plist''' from this directory, but you won't need the *.lproj subdirectories. You can find the aforementioned directory and files in the same place as you found CoreFoundation.dll in the first place. Typically, a Safari installation will install it at 121 121 122 122 C:\Program Files\Common Files\Apple\Apple Application Support\CFNetwork.resources