Well, first make an Unicode build linked with unicows, so a few users of Win9x can test it.
Be sure to check that your setup.h haves wxUSE_UNICODE_MSLU = 1.
I just tried this for myself, building from the latest SVN (1804), and it was kind of a disaster. I built wxWidgets the usual way, with the exception that I enabled MSLU support, and linked CB against it. When I ran the program, it did load up properly (though for some reason, I had to specify the program's own directory using the --prefix option for this to work). But the program I got was very crippled. For one thing, I cannot see the editor. It just doesn't appear when I open a file, even though the title bar and the status bar both indicate an open file. Additionally, dragging a dockable pane invariably results in an immediate crash. A stack trace always reveals Opencow.dll at the end of the trace, or Unicows.dll if I use the Microsoft implementation, though I have no idea if this means MSLU is at fault.
(I've attached a copy of Dr. Mingw's error report from the wxAUI pane-dragging crash.)
Where did I go wrong??!
:? Help, anyone??
[attachment deleted by admin]