1. Re: Win32libEx -- Richedit, common controls and MDI
A couple of suggestions:
1) *Someone* that knows how should integrate Wolfgang Fritz's System Tray
work into the win32lib (unless it's already there and I just didn't see
it). It's a common enough feature that at least *I* - and probably quite a
few others - think it should be part of the de facto standard for
programming Win under Eu.
2) I know there is a problem with namespaces, but is there *any* way to
break the lib into at least 2 or 3 logical parts? Should pixmaps be mixed
with text based controls? For that matter, should toolbars and buttons be
mixed with text and graphic controls? Do they *have* to be because of the
constants needed or some reason I'm not thinking of?
It's not so much that the library is huge, because the size is pretty small
for all it wraps, it's just that at the current size, it's a little
overwhelming. If you want to look to see exactly how something was done it
can be hard to find exactly what you're looking for. It can also be
daunting for beginners to have to search/scroll 70-80 pages to find the
correct syntax for a lib call.
Finally, can someone give me a nontechnical explanation of namespaces?