"H. Verbeet" hverbeet@gmail.com writes:
How is that supposed to work? Calling GlobalLock16 or GlobalLock on a cursor handle doesn't seem to work very well on win2k.
No, it's a Win16 thing. What we need is to make cursors and icons into real user handles, and then we can store anything we like in them. Then when passing handles to 16-bit code we need to rebuild a global memory structure in the right format.