Win32Lib bug?

new topic     » topic index » view thread      » older message » newer message

I've finally gotten around to playing with the newest Win32Lib release (and
changing my programs accordingly).

Question: Does 'create' still process flags?

This works on version .50:

constant
  NoSizeWin = or_all( {WS_DLGFRAME,
                       WS_SYSMENU,
                       WS_MINIMIZEBOX} )

constant
  Win = create( Window, "Win", 0, 0, 0, 640, 480, NoSizeWin )

-- Win is a Window that cannot be resized

This no longer works in the latest release.  I don't have time to track it
down because there have been so many changes lately...

Any help?

Thanks,
-- Brian

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu