flat assembler
Message board for the users of flat assembler.

Index > Windows > [edx + MOUSEHOOKSTRUCT.pt.x] -> error: undefined symbol.

Author
Thread Post new topic Reply to topic
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 28 Oct 2005, 13:44
long time didn't touch this (or ur guys invented new style?)
what wrong with the following?
Code:
struct MOUSEHOOKSTRUCT
        .pt             POINT
        .hwnd           dd ?
        .wHitTestCode   dd ?
        .dwExtraInfo    dd ?
ends

invoke  WindowFromPoint,[edx + MOUSEHOOKSTRUCT.pt.x],[edx + MOUSEHOOKSTRUCT.pt.y]
d:\fasm\include\macro/proc32.inc [17] invoke [3]:
     pushd arg
error: undefined symbol.
    


btw, i am using latest 1.64 fasm assembler, it seem the old version can pass this code, i tested with 1.55, anyone got 1.63?
Post 28 Oct 2005, 13:44
View user's profile Send private message Visit poster's website Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8349
Location: Kraków, Poland
Tomasz Grysztar 28 Oct 2005, 14:06
Should be:
Code:
struct MOUSEHOOKSTRUCT
        pt             POINT
        hwnd           dd ?
        wHitTestCode   dd ?
        dwExtraInfo    dd ?
ends    

Read this.
Post 28 Oct 2005, 14:06
View user's profile Send private message Visit poster's website Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 28 Oct 2005, 14:13
k, thanks a lot Smile
so, cannot play with dot already Embarassed Laughing
Post 28 Oct 2005, 14:13
View user's profile Send private message Visit poster's website Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 02 Nov 2005, 11:16
struc != struct
Post 02 Nov 2005, 11:16
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.