flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > problem with use "assume" macro |
Author |
|
Mike Gonta 12 Jul 2012, 07:39
marcinzabrze12 wrote: Another yet problem. When i try use assume: A workaround is to flatten the struct. Original includes: Code: struct FILETIME dwLowDateTime dd ? dwHighDateTime dd ? ends struct WIN32_FIND_DATA dwFileAttributes dd ? ftCreationTime FILETIME ftLastAccessTime FILETIME ftLastWriteTime FILETIME nFileSizeHigh dd ? nFileSizeLow dd ? dwReserved0 dd ? dwReserved1 dd ? cFileName TCHAR MAX_PATH dup (?) cAlternateFileName TCHAR 14 dup (?) ends flattened include: Code: struct WIN32_FIND_DATA dwFileAttributes dd ? ; FILETIME ftCreationTime.dwLowDateTime dd ? ftCreationTime.dwHighDateTime dd ? ; FILETIME ftLastAccessTime.dwLowDateTime dd ? ftLastAccessTime.dwHighDateTime dd ? ; FILETIME ftLastWriteTime.dwLowDateTime dd ? ftLastWriteTime.dwHighDateTime dd ? nFileSizeHigh dd ? nFileSizeLow dd ? dwReserved0 dd ? dwReserved1 dd ? cFileName TCHAR MAX_PATH dup (?) cAlternateFileName TCHAR 14 dup (?) ends |
|||
12 Jul 2012, 07:39 |
|
Tomasz Grysztar 27 Sep 2012, 14:09
Today's update in 1.71.03 package fixes this bug.
|
|||
27 Sep 2012, 14:09 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.