Poll: Who does *not* have usp10.dll
Tor Lillqvist <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
Could people (especially those on Win9x and NT machines) check whether you have a file called usp10.dll in the Windows system directory? (system32 on NT/2k/XP.) If you do *not* have this file, please tell me what kind of machine that is, whether IE is installed on it and what version, and anything else that might be special about it. usp10.dll is the DLL that implementes Uniscribe, the Microsoft API for complex script processing. I am adding code to Pango's Win32 backend that uses Uniscribe, and am wondering whether I could make Uniscribe a prerequisite, or whether the old "stupid" code has to be kept in place as a fallback. Pango is the library that handles text output in GTK+ 2.0. --tml