bulia byak wrote:
This is probably unrelated, but I am getting a segfault on nr-type-w32.cpp
Hi Bob, this is now fixed, fonts work again on win32 at least as they used to (plus with styles sorted in the list). However when I tried to make it correctly display Cyrillic font names, I found that g_locale_to_utf8() does not work (even though g_locale returns the correct locale, CP1251). The error returned by the conversion function says "Error during conversion: no such file or directory" (code 2), which suggests that it requires some external module or table which is not included with your GTK or Glib files. Could you please check this, and add anything necessary for conversion functions to work?
Bulia,
I will look like this. Yes, it is likely trying to load a dll. This was happening before on bitmap import.
Heh. I will never understand why people write "file not found" errors without providing the name of the file.
Bob