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

Vadim Zeitlin vadim at wxwindows.org
Thu Aug 31 03:42:48 PDT 2006


On Wed, 30 Aug 2006 14:02:59 +0200 si <nomail at nonet.no> wrote:

s> I've downloaded and built wxWidgets 2.6.3 using "Unicode Debug" dll 
s> configuration (before that I've modified setup.h to make sure 
s> wxUSE_UNICODE and wxUSE_UNICODE_MSLU are set).
s> Then I have built the minimal sample, again, using "Unicode Debug" 
s> configuration.
s> 
s> The application started without any problems under Windows XP but when I 
s> run it under Windows 98 SE the LoadLibraryW fails and I get error saying:
s> 
s> "This program uses Unicode but is not using unicows.dll correctly and so 
s> cannot work undder current operating system...."

 This means that you didn't put unicows.lib in the very beginning of the
linker command line when building your program. This lib must come before
all the other libraries, so you need just fix the libraries order and
relink.

 Good luck,
VZ
-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/






More information about the wx-users mailing list