![]() |
|
#2
|
|||
|
|||
|
First Error:
first field of _SYSTEM_INFO struc cannot refer itself. In Windows it is an union union { DWORD dwOemId; struct { WORD wProcessorArchitecture; WORD wReserved; }; }; but you can replace the line anonymous_0 _SYSTEM_INFO::$1593C2ABA4C275C0FBEC2498FA3B0937 ? with dwOemId dd ? without problems Second and third error: "Type" name is a reserved word: simply replace it with _Type, for example Best regards, bilbo |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Compile eror | rcer | General Discussion | 8 | 06-25-2013 18:21 |
| Why this error report in RadASM? | bridgeic | General Discussion | 3 | 04-02-2013 17:36 |