7-10-2018
Thanks for any help.
Stats: GoAsm 64-bit, Windows 7 pro 64-bit
Having a problem with the "POINT" structure.
Am I missing a header file?????
.const
POINT STRUCT
Px dd 0
Py dd 0
POINT ENDS
DATA SECTION
hdc dq 0
WndProc:
LOCAL pt:POINT
invoke GetCursorPos [pt]
invoke BitBlt,[hdc],[pt:Px],[pt:Py],16,16,[hdc],10,60,SRCCOPY
Error!
Could not open an input file (PT.DLL)
Needed for forced Dll or import by ordinal
Output file not made