about the dic path

From: Chen Xiajian <chenxiajian1985_at_gmail.com>
Date: Sat Aug 13 2011 - 05:30:47 CEST

today I encountered a problem about that abiword can't find my dic in Enchant

though debug, I can see that :(take ISpellChecker and Windows for
example), we can see that ISpellChecker will search the following path

[5]("C:\Documents and Settings\Administrator\Local
Settings\Application Data\enchant\ispell\british.hash","C:\Documents
and Settings\Administrator\enchant\ispell\british.hash","f:\abiword\gsoc2011hyphenation\abiword\msvc2008\Debug\share\enchant\ispell\british.hash","f:\abiword\gsoc2011hyphenation\abiword\msvc2008\Debug\dictionary\british.hash","f:\abiword\gsoc2011hyphenation\abiword\msvc)

I can think that for a programmer, the three path can be use:
the first two path, I think it is not suitable for programming
"f:\abiword\gsoc2011hyphenation\abiword\msvc2008\" is my solution path

"f:\abiword\gsoc2011hyphenation\abiword\msvc2008\Debug\share\enchant\ispell\british.hash",
 there is no share path there
"f:\abiword\gsoc2011hyphenation\abiword\msvc2008\Debug\dictionary\british.hash",
  can't find this path also, because in recent abiword project, the
british.hash is in "\Debug\dictionary\ispell\british.hash"

"f:\abiword\gsoc2011hyphenation\abiword\msvc

so I need to add the path "\Debug\dictionary\ispell\british.hash".
Is there some other solve way? Help to give some suggestion for the
abiword developer

Best Regard

chen xiajian
Received on Sat Aug 13 05:30:59 2011

This archive was generated by hypermail 2.1.8 : Sat Aug 13 2011 - 05:30:59 CEST