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
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.