Forward Referencing in VS2005 (Attributed COM)
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, Has anyone any experience with Forward Referencing in Attributed COM programming in Visual Studio 2005 ? In Visual Studio 2003, I was using the following to forward reference an interface. [export] __interface IMyDefinitions; This basically used to insert a line in the IDL file "__interface IMyDefinitions", for forward referencing. But it no longer works in Visual Studio 2005. No such line is inserted, and hence it fails during IDL compilation. Thanks & Regards, Arun Gupta