Using different Versions of an activex control
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
I have an atl application that uses an activex control which I create at runtime. I am currently using #import. Now I have a new version of the activex which has some new features, I would like the option of using either of them based on some config setting somewhere. Don't think #import will work in this scenario. Any help is greatly appreciated. Kurt