You are not signed in
Sign in
|
Join
Help
Summit Software
Home
Products
Blogs
Forums
Downloads
About Us
Contact Us
in
Current Tags
(Entire Site)
Search
Browse by Tags
All Tags
»
Type Library
Sorry, but there are no more tags available to filter with.
VSTA generics questions
I changed my collection to base from a generic collection according to Tom's blog. However, I am having some trouble getting it to work. In my add-in, I simply do an assignment MyNamespace.CollateralCollection col = this.Collaterals; which in turn invokes the following code when executing -- public ...
Re: error in HostItemProvider::GetHostobject
Hi Hyun, The ShapeAppVBA sample uses APC and supports a more sophisticated COM implementation including Dual interfaces for strong-typed. The ShapeAppMFC app does not have this support -- it only provides type info via the MFC macros mentioned. Notice this part of the stdafx.h in ShapeAppVBA: #include ...