Has anyone out there encountered this....
Error 1 error LNK2005: "class _variant_t vtMissing" (?vtMissing@@3V_variant_t@@A) already defined in comsupp.lib(comutil.obj)
I've searched the Internet for hours and haven't found a solution.
Thanks in advance.
Sounds like either you are linking your files incorrectly or something you are including needs header guards. (comutil.h maybe?)