
using external DLL in ATL COM object
I am new to VC++, and I am having a problem. I have a dll written in C whose
functionality I want to incorporate in my COM object. (The COM object was
created with ATL wizard.) I tried #include'ing the header file and
specifying the name of the dll in the project settings, but I get a link
error: LNK1136 which states that the file is invalid or corrupt, though it
was recently compiled with VC++. I know I must be doing something very wrong
on a basic level. Can someone help?
Thanks in advance,