Changes between Version 42 and Version 43 of BuildingOnWindows
- Timestamp:
- Apr 29, 2010, 6:58:23 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnWindows
v42 v43 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.resource must contain types.plist, an XML parameter list that describes the mapping of file extensions to MIME types. You can find the aforementioned directory and file in 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 can find the aforementioned directory and file 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