[Webkit-unassigned] [Bug 216771] [Win] 32bit AppleWin link error: unresolved external symbol _CTFontTransformGlyphs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 21 21:13:20 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=216771

jasonshan <shanjun at homemart.com.cn> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shanjun at homemart.com.cn

--- Comment #8 from jasonshan <shanjun at homemart.com.cn> ---
Here's the way to get a 32-bit CoreText.lib
1. Download 32-bit Apple Application Support(comes from iTunes or QuickTime)
2. Find CoreText.dll from the install directory of AAS
3. run these commands to get CoreText.lib from dll
dumpbin /exports CoreText.dll > CoreText.def
lib /def:CoreText.def /machine:i386 /out:CoreText.lib
4. replace CoreText.lib in WebKitLibraries\win\lib32
5. build your project
I've tried build 32-bit AppleWin by VS2017, It works!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201122/e1083386/attachment.htm>


More information about the webkit-unassigned mailing list