![]() |
|
|
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
Quote:
After generate the .obj file and do LINK with VC, it reports errors below, any lib file I need add when do LINK? ; Imports from KERNEL32.dll ; HMODULE __stdcall GetModuleHandleA(LPCSTR lpModuleName) externdef GetModuleHandleA:dword error LNK2019: Unresolved external symbol _GetModuleHandleA ...... error LNK2019: Unresolved external symbol _LeaveCriticalSection |
![]() |
| 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 |