News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

How to add structure?

Started by lamer, April 19, 2006, 08:32:12 PM

Previous topic - Next topic

lamer

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.

KetilO


lamer

Oh, really?  :green2 :green2 :green2
Thanks!

P1

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)

Mark Jones

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.
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

lamer

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.