News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Error A2070 - invalid instruction operands

Started by pgw001, February 15, 2017, 10:21:53 PM

Previous topic - Next topic

pgw001

Having had to completely re-install MASM with Visual Studio 2015, I can no longer assemble
my 'systems verification' program - WORDEDIT from the Iczelion sample library.

I am getting two A2070 errors, each referring to  '   INVOKE  CreateToolbarEx  ', the
problem is equally true if I substitute '   INVOKE     CreateWindowEx  '

Given these instructions assembled without error only days ago, I guess I have introduced
some library incompatibilities. Any pointers to resolving the problem(s) would be much
appreciated.

Thanks in advance,
pgw001

hutch--

Rough guess is that the include files are different. Not an easy one to answer as it will depend very much on what is set up on your machine.