|
Forum
|
|
|
Handling Structures in Assembly, I have a little problem with my structures, these don't work, don't know why; any ideas, please?
|
|
| ragdog |
|

Extremely Active Member
     
Group: Moderators
Posts: 874
Member No.: 5019
Joined: 13-May 07

|
Hi
I have a little problem with my Structures
these don't work, don't know why!
| CODE | .data? MyStruct struct Text db 10 dup(?) Text1 db 10 dup(?) Text2 db 10 dup(?) Text3 db 10 dup(?) MyStruct ends
.code invoke GetDlgItemText,hWnd,10001, MyStruct.Text,10 invoke MessageBox,hWnd,MyStruct.Text,0,MB_OK |
Do you have a solution, please?
|
| |
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
Track this topic
Receive email notification when a reply has been made to this topic and you are not active on the board.
Subscribe to this forum
Receive email notification when a new topic is posted in this forum and you are not active on the board.
Download / Print this Topic
Download this topic in different formats or view a printer friendly version.
|
|
|