flat assembler
Message board for the users of flat assembler.
Index
> Windows > import USER32 Error |
Author |
|
Spidark 11 May 2005, 22:12
Hello 2 All.
I'm new 2 assembly and verry new 2 FASM. I having problems compiling my program. I get the following error. Code: C:\Fasm\BIN\GORC /r "testdemo.rc" GoRC.Exe Version 0.88 - Copyright Jeremy Gordon 1998/2005 - JG@JGnet.co.uk Output file: testdemo.res C:\Fasm\BIN\FASM "testdemo.asm" "testdemo.exe" flat assembler version 1.60 testdemo.asm [143]: import USER32,\ c:\fasm\bin\include\macro/import.inc [26] import [8]: dd 80000000h + string error: value out of range. Make error(s) occured. Total compile time 210 ms I'm using Radasm as IDE. Here's a section of the code where it goes wrong. Any body with a solution or hint for this problem .? Code: section '.idata' import data readable writeable library KERNEL32, 'KERNEL32.DLL',\ USER32, 'USER32.DLL' import KERNEL32,\ GetModuleHandle, 'GetModuleHandleA',\ ExitProcess, 'ExitProcess' import USER32,\ RegisterClass, 'RegisterClassA',\ CreateWindowEx, 'CreateWindowExA',\ DefWindowProc, 'DefWindowProcA',\ ShowWindow, 'ShowWindow',\ LoadCursor, 'LoadCursorA',\ LoadIcon, 'LoadIconA',\ GetMessage, 'GetMessageA',\ TranslateMessage, 'TranslateMessage',\ DispatchMessage, 'DispatchMessageA',\ PostQuitMessage, 'PostQuitMessage',\ MessageBoxEx, 'MessageBoxExA' ; GetWindowRect, 'GetWindowRect' ; GetDesktopWindow, 'GetDesktopWindow'\ ; MoveWindow, 'MoveWindow' |
|||
11 May 2005, 22:12 |
|
Spidark 12 May 2005, 00:29
crc wrote:
Yes Thank's it did fix the problem ,( kinda blind )hihihi didn't see it. |
|||
12 May 2005, 00:29 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.