1. Re: VisualBasic Look-a-like
Bernie Ryan wrote:
> Sorry I was not trying to be sarcastic.
> I just mean that will be a major undertaking.
No, no... _I_ was the one trying not to be sarcastic.
Yes, I know, Llama is far too much for me to bite off. But it's not quite
ready to hand over, either.
> I need to know what this constant's value is (DWORD)-10
The value is -10. The definition is a macro, not a constant - it just plops
"(DWORD) 10" in as a replacement. The "(DWORD)" tells the compiler what type
to give it, so it doesn't complain.
-- David Cuny