[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: Failing to add a new language (NLS)
From:       Veksler Michael <mveksler () techunix ! technion ! ac ! il>
Date:       2000-07-31 15:16:49
[Download RAW message or body]


It made things worse, after ''SLANGUAGE' is not defined for your language'
wine now crashes:

 -- begin --
fixme:string:GetLocaleInfoA 'SLANGUAGE' is not defined for your language (043E).
Please define it in dlls/kernel/nls/YourLanguage.nls
and submit patch for inclusion into the next Wine release.
fixme:dc:GetDeviceCaps (0910,94): unsupported DeviceCaps capability, will yield 0!
fixme:system:SystemParametersInfo16 Unknown option 70.
err:module:MODULE_GetLoadOrder Path '' -> '' reduces to zilch or just too large...

  -- end --
[here wine exits]

On Mon, 31 Jul 2000, Dmitry Timoshkov wrote:

> Veksler Michael <mveksler@techunix.technion.ac.il> wrote:
> 
> >I am trying to add Hebrew support (NLS) to wine . For some reason, even
> >when I add the relevant code to wine, winword still emits NLS warnings:
> 
> Peter Ganten already pointed out that my last patch regarding FindResource
> related functions is wrong. This small patch should help (with my last patch
> reversed "FindResource/FindResourceEx fixes: REPOST"):
> 
> --- wine/loader/pe_resource.c Mon Jul 31 04:14:22 2000
> +++ wine/loader/pe_resource.c Mon Jul 31 04:20:58 2000
> @@ -145,7 +145,7 @@
>    }
> /* Try LANG_NEUTRAL, too */
>    if(!result)
> -      return (HANDLE)GetResDirEntryW(resdirptr, (LPCWSTR)0, root, TRUE);
> +      return (HANDLE)GetResDirEntryW(resdirptr, (LPCWSTR)0, root, FALSE);
>    return result;
> }
> 
> Dmitry.
> 
> 
> 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic