T
Tony Nancarrow
I have created a Visio Add-On (VSL) in C++ using the helper class library
from the Visio 2003 SDK.
How do I make this loadable from Visio 2002 as well?
I tried defining VAO_SUPPORT_VISIO10 in my project, but this did not make my
Add-On's name appear in the list of Add-Ons in the Tools > Add-Ons menu in
Visio 2002.
(VAO_SUPPORT_VISIO10 is referenced in "vao.h" and causes VAddon::Load to
return the interface version number for Visio 2002).
I am using VAO_ENABLEALWAYS in my Add-On constructor.
Does anyone know how to make my add-on compatible with both Visio 2002 and
2003?
I could build one version with the Visio 2002 SDK and another with the Visio
2003 SDK, but I don't really want to have 2 versions of my VSL.
Regards,
Tony Nancarrow
from the Visio 2003 SDK.
How do I make this loadable from Visio 2002 as well?
I tried defining VAO_SUPPORT_VISIO10 in my project, but this did not make my
Add-On's name appear in the list of Add-Ons in the Tools > Add-Ons menu in
Visio 2002.
(VAO_SUPPORT_VISIO10 is referenced in "vao.h" and causes VAddon::Load to
return the interface version number for Visio 2002).
I am using VAO_ENABLEALWAYS in my Add-On constructor.
Does anyone know how to make my add-on compatible with both Visio 2002 and
2003?
I could build one version with the Visio 2002 SDK and another with the Visio
2003 SDK, but I don't really want to have 2 versions of my VSL.
Regards,
Tony Nancarrow