Changes between Version 86 and Version 87 of BuildingCairoOnWindows


Ignore:
Timestamp:
Dec 4, 2022 9:23:54 PM (17 months ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v86 v87  
    207207* Install the latest [https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist vc_redist.x64.exe] of Microsoft Visual C++ Redistributable for Visual Studio
    208208
     209== The specified module could not be found ==
     210
     211If you simply doble click MiniBrowser.exe to execute, you'd get the following error message.
     212
     213{{{
     214---------------------------
     215MiniBrowser can't open.
     216---------------------------
     217::LoadLibraryW failed:
     218path=C:\path\to\bin64\MiniBrowserLib.dll
     219The specified module could not be found.
     220
     221---------------------------
     222OK   
     223---------------------------
     224}}}
     225
     226Due to the useless error message, this is a WinCairo FAQ.
     227The error message actually means MiniBrowserLib.dll can't load required DLL of WebKitRequirements.
     228You 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
    209230
    210231= Compile WinCairo with Clang =