Win32Lib bug?
- Posted by Brian Broker <bkb at CNW.COM> Nov 15, 2000
- 476 views
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