Basic ATL-COM problem
COM
2
Posts
2
Posters
0
Views
1
Watching
-
Hello: I have a basic problem. I create a COM server dll project. Then I create an ATL object (name: Test1). I select custom interface and I compile it. The server is registered OK, but when I launch the OleViewer I see that the Test1 object doesn't implement the ITest1 interface. Why? Thanks in advance, Jose.
-
Hello: I have a basic problem. I create a COM server dll project. Then I create an ATL object (name: Test1). I select custom interface and I compile it. The server is registered OK, but when I launch the OleViewer I see that the Test1 object doesn't implement the ITest1 interface. Why? Thanks in advance, Jose.
- Sometimes ( at least VC6 ) get's screwedup.... Find .tlb file and delete it... 2) Can you see your method/Interface when you view IDL???? Brian