Hi all!
I'm trying to call the constructor of a C++ class in Visual C++'s inline assembly. It tells me either that it can't take the address of a constructor (why not? I have a valid pointer in ecx), or it can't match it with an existing declaration, or it's an improper operand type.
Actually, I just need the pointer to the constructor. That's all. :sweat:
Thanks for any ideas!