flat assembler
Message board for the users of flat assembler.
Index
> Windows > Struct problems |
Author |
|
madmatt 11 Nov 2006, 05:32
I see a little problem here, don't know if this fixes it though.
Code: struct EXCEPTION_RECORD ExceptionCode dd ?;DWORD ExceptionFlags dd ?;DWORD ExceptionRecord dd ?;_EXCEPTION_RECORD* ExceptionAddress dd ?;PVOID NumberParameters dd ?;DWORD [here] -> ExceptionInformation dd EXCEPTION_MAXIMUM_PARAMETERS dup ?;ULONG_PTR ends That line should be: Code: ExceptionInformation dd EXCEPTION_MAXIMUM_PARAMETERS dup(?) ;ULONG_PTR |
|||
11 Nov 2006, 05:32 |
|
FrozenKnight 11 Nov 2006, 11:38
it fixed it, i just don't understand why?
|
|||
11 Nov 2006, 11:38 |
|
madmatt 13 Nov 2006, 08:21
The way you defined it, it only defined one dword. The fix defined an array of dwords. Thats my best guess. Actually I think FasmW should have given you an error.
|
|||
13 Nov 2006, 08:21 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.