I just creates a simple com server and i am trying to use it with .NET
The class is present as you can see:
2 details..
1) Names may need to be aliased, these are now in uppercase.
(Use Alias i assume)
2) VS complains not having a constructor:
Error 1 The type 'PwrDev_COM_server.CLASS1Class' has no constructors defined
In fact i have a constructor (and empty destructor)
I am rather confused what to use.
Class1 is: public interface CLASS1
CLASS1Class is: public class CLASS1Class
INTERFACE1 is: public interface INTERFACE1
The class is present as you can see:
2 details..
1) Names may need to be aliased, these are now in uppercase.
(Use Alias i assume)
2) VS complains not having a constructor:
Error 1 The type 'PwrDev_COM_server.CLASS1Class' has no constructors defined
In fact i have a constructor (and empty destructor)
I am rather confused what to use.
Class1 is: public interface CLASS1
CLASS1Class is: public class CLASS1Class
INTERFACE1 is: public interface INTERFACE1
Comment