flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Roman 17 Dec 2020, 13:09
I try:
Code: invoke GlobalAlloc,GMEM_MOVEABLE,1024 invoke GlobalLock,rax push rax invoke SendMessage,[FEDITHwnd],dword FEM_GETPOS, rax,0 pop rax But this not help. FEDITHwnd still crash Strange why not crash invoke SendMessage,[FEDITHwnd],WM_GETTEXT, 0,MyTextData But crash invoke SendMessage,[FEDITHwnd],FEM_GETPOS, MyPosData,0 |
|||
![]() |
|
bazizmix 17 Dec 2020, 15:21
You try send to 32-bit dll from 64-bit program
|
|||
![]() |
|
Furs 17 Dec 2020, 16:52
What is FEM_GETPOS? Since it's not a Windows builtin message, you have to do marshalling yourself for pointers.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.