![]() |
|
#8
|
|||
|
|||
|
kernel32.lib does not export GetModuleHandleA, but _imp__GetModuleHandleA
So you need to replace Code:
externdef GetModuleHandleA:dword Code:
pr1 typedef PROTO :DWORD externdef _imp__GetModuleHandleA@4:PTR pr1 GetModuleHandleA equ <_imp__GetModuleHandleA@4> bilbo |
|
|
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 |