Hello,
I have simple piece of code that checks VC Project settings. It works fine up to this line of code:
enumlinkFixedBaseAddress enFixed = linker->FixedBaseAddress;
And then I get _com_error exception with this hresult code:
VCPROJ_E_ZOMBIE (0x80050506L)
This error will be returned if the item is in a zombie state.
I tried to look up any documentation on this error code and found... Nothing!
What zombies? Are they coming for my brain? ;)
Any information about this error code will be greatly appreciated.
Regards,
Victor