Subject | Re: Embedded Server |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-04-21T14:28:34Z |
> I have the same problem here with intl dll. fbembedded supports UTFNeither UNICODE_FSS nor NONE provide collations. This means that at
> and NONE charsets internaly so I converted all my apps to use UTF8
> I know that this is workaround....
least sorting will not work correctly. Try to do following (I did not
try it myself though):
appdir
|- jaybird.dll
|- fbembed.dll
|- intl
| |- ....
|...
i.e. same structure that is in fbembed.dll distribution. appdir is a
directory from which application is started (i.e. working dir).
Roman