in reply to Re: How to call GetSystemDefaultLangID() with Win32::API
in thread How to call GetSystemDefaultLangID() with Win32::API

That looks like good code (++), but it has the same problem - it returns junk in the high-order bits.

I also had to change the [V] to "", in the "new" method for GetSystemDefaultLangID() . This may be due to different versions of perl, and Win32::API, and usage of strict and warnings.

    Earth first! (We'll rob the other planets later)

  • Comment on Re^2: How to call GetSystemDefaultLangID() with Win32::API