[2.6.3, Unicode, MSLU] minimal will not work under Windows 98

Thomas Zehbe tz at ingenion.de
Wed Aug 30 06:20:17 PDT 2006


Am Mittwoch, 30. August 2006 14:02 schrieb si:
> Hello
>
> I've downloaded and built wxWidgets 2.6.3 using "Unicode Debug" dll
> configuration (before that I've modified setup.h to make sure
> wxUSE_UNICODE and wxUSE_UNICODE_MSLU are set).
> Then I have built the minimal sample, again, using "Unicode Debug"
> configuration.
>
> The application started without any problems under Windows XP but when I
> run it under Windows 98 SE the LoadLibraryW fails and I get error saying:
>
> "This program uses Unicode but is not using unicows.dll correctly and so
> cannot work undder current operating system...."
>
> The unicows.dll is in place, I have manually added unicows.lib to the
> minimal project. Still no luck.
This is an extract from /docs/msw/install.txt
MSLU=1
  Enables MSLU (Microsoft Layer for Unicode). This setting makes sense only if
  used together with UNICODE=1. If you want to be able to use Unicode version
  on Windows9x, you will need MSLU (Microsoft Layer for Unicode) runtime DLL
  and import lib.  The former can be downloaded from Microsoft, the latter is
  part of the latest Platform SDK from Microsoft (see msdn.microsoft.com for
  details). An alternative implementation of import library can be downloaded
  from http://libunicows.sourceforge.net - unlike the official one, this one
  works with other compilers and does not require 300+ MB Platform SDK update.

There are two libs mentioned. Do you have both?

Regards,

Thomas

>
> Could you give me any clue about what I'm doing wrong?
>
> Thanks
>
> I use Visual Studio .Net 2003 by the way.
>
> Janusz
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org

-- 
Dipl.-Ing. Thomas Zehbe
INGENION GmbH
Kuhweide 6
31552 Apelern
Fon: 05043 / 40 57 90 4
Fax: 05043 / 40 57 90 7




More information about the wx-users mailing list