I created a visual c++ ATL project and imported the EXCEL.exe into the
project. However, I got lot of namespace conflicts and resolved this
problem by replacing the ATL generated import statement with the
following.
Now the project is successfully compiling, however at the linking
stage I'm getting a fatal error :
dllmain.obj : fatal error LNK1179: invalid or corrupt file: duplicate
COMDAT '_IID_Adjustments'>
I'm stuck with this error, and really need your help.
I just need to implement the IRTDServer interface, if anybody knows
how to add this interface into a ATL project , please drop here.
Thank You