Re: RosAsm
From: wolfgang kern (nowhere_at_nevernet.at)
Date: 04/30/04
- Previous message: wolfgang kern: "Re: Segmentation and flat memory model"
- In reply to: The Wannabee: "Re: RosAsm"
- Next in thread: Betov: "Re: RosAsm"
- Reply: Betov: "Re: RosAsm"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Apr 2004 13:43:45 +0200
"The Wannabee" suggested:
[about monfile solutions]
...
| But to be able to update the resources as well,
| so that they could change while exe runs. But I guess, not possible ?
| And embedded directory, inside the exe. ?
Why not? several code-sections ...
Not a bad idea in general, but if I think of M$-programs (usually >1GB),
the virtual memory (spell: harddisk) wont stop moving then.
But it could make sense for all applications which fit into physical
memory (perhaps 'all' ASM-created apps).
---other thread---
| A correction to my code for anyone who does not have the info :
| Heres is the list:
Thanks, and in return a bit-sorted, less verbose:
----SetWindowPos-flags [struct WINDOWPOS],[DeferWindowPos]---
0001 SWP_NOSIZE ignore cx and cy
0002 SWP_NOMOVE ignore x and y
0004 SWP_NOZORDER ignore hWndInsertAfter
0008 SWP_NOREDRAW DON'T redraw ANY changes.
0010 SWP_NOACTIVATE DON'T activate the window.
0020 SWP_DRAWFRAME Draw a frame around the window.
=SWP_FRAMECHANGED
0040 SWP_SHOWWINDOW DISPLAY window.
0080 SWP_HIDEWINDOW HIDE window.
0100 SWP_NOCOPYBITS CLEAR window
0200 SWP_NOOWNERZORDER Don't change owner WinPos Z order.
=SWP_NOREPOSITION
0400 SWP_NOSENDCHANGING Windows 95 only:
Prevents the window from receiving WM_WINDOWPOSCHANGING
0800 ?
1000 ?
2000 SWP_DEFERERASE ?? RosAsm equ
4000 SWP_ASYNCWINDOWPOS ?? RosAsm equ
8000 ?
__
wolfgang
- Previous message: wolfgang kern: "Re: Segmentation and flat memory model"
- In reply to: The Wannabee: "Re: RosAsm"
- Next in thread: Betov: "Re: RosAsm"
- Reply: Betov: "Re: RosAsm"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|