Hello,
I am trying to use the DCOM interface to the VSA software from a VC++ .NET application. I am encountering an error when attempting to import the library:
I get a compile error:
Has anyone else encountered this and solved it or have any suggestions on how to get around it? Is the DCOM interface not compatible with .NET?
Thanks,
AdamV
I am trying to use the DCOM interface to the VSA software from a VC++ .NET application. I am encountering an error when attempting to import the library:
I get a compile error:
Has anyone else encountered this and solved it or have any suggestions on how to get around it? Is the DCOM interface not compatible with .NET?
Thanks,
AdamV
Also, I'm assuming that you replaced the ".." with the actual installed directory of the VSA software right?
This works with the C example in the VSA help file. I'm using VS 2010, BTW.