Hi,KetilO!
I wanted to add BIDIOPTIONS structure (used with EM_GETBIDIOPTIONS and EM_SETBIDIOPTIONS messages).
I added it to masmApiStruct.api file, closed RadAsm, open it again, but still have "error A2006: undefined symbol : BIDIOPTIONS" while assembling.
Where should I define it in addition to masmApiStruct.api?
Obviously, I can just add it to one of project files :(
Thank you.
Hi lamer
I would add it to windows.inc
KetilO
Oh, really? :green2 :green2 :green2
Thanks!
With the updates to windows.inc, you would lose your personalizations.
I would put it in the project file itself. So that if windows.inc gets updated, your project will not break for that reason.
Regards, P1 :8)
If BIDIOPTIONS is supposed to be part of Windows API, then post a note in the MASM32 forum so Hutch can include it in the next Windows.inc.
P1, Mark Jones,
Thank you. I also prefer to keep such things in my own code.
And I post request for the next windows.inc release.