| | 209 | == The specified module could not be found == |
| | 210 | |
| | 211 | If you simply doble click MiniBrowser.exe to execute, you'd get the following error message. |
| | 212 | |
| | 213 | {{{ |
| | 214 | --------------------------- |
| | 215 | MiniBrowser can't open. |
| | 216 | --------------------------- |
| | 217 | ::LoadLibraryW failed: |
| | 218 | path=C:\path\to\bin64\MiniBrowserLib.dll |
| | 219 | The specified module could not be found. |
| | 220 | |
| | 221 | --------------------------- |
| | 222 | OK |
| | 223 | --------------------------- |
| | 224 | }}} |
| | 225 | |
| | 226 | Due to the useless error message, this is a WinCairo FAQ. |
| | 227 | The error message actually means MiniBrowserLib.dll can't load required DLL of WebKitRequirements. |
| | 228 | You have to set the env var WEBKIT_LIBRARIES. Or, copy all DLL of WebKitRequirements to the directory of MiniBrowser.exe as explained in the above section. |
| | 229 | |