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

do do at no.mail
Fri Sep 1 01:46:21 PDT 2006



> I finally got it!
> The problem was the linking order of course. Even though I've read the 
> article about building an application with MSLU support couple times 
> (http://tinyurl.com/mzm3a) I did not see the most obvious fact:
> 
> *kernel32.lib must go exactly after unicows.dll*
> 
> So to build the minimal sample one has to uncheck the "Inherit from 
> project defaults" check (VS 7.1, Project Properties | Linker | 
> Additional dependencies) and then type in kernel32.lib exactly after 
> unicows.dll that is it.
> 
> Thanks
> si
> 

Ups, I meant *kernel32.lib must go exactly after unicows.lib* of course :)

si






More information about the wx-users mailing list