regenerate wrappers for ocx library
-
How can i get Visual Studio to regenerate wrapper classes for an activex control? The control has updated but removing it from my project and adding it back does not generate the wrapper classes.
-
How can i get Visual Studio to regenerate wrapper classes for an activex control? The control has updated but removing it from my project and adding it back does not generate the wrapper classes.
Since removing and adding does not work for you, you could add the activex control into a new project and then take the generated files from there and replace your original files with the new ones.
«_Superman_»
I love work. It gives me something to do between weekends. -
Since removing and adding does not work for you, you could add the activex control into a new project and then take the generated files from there and replace your original files with the new ones.
«_Superman_»
I love work. It gives me something to do between weekends.Sounds like a reasonable suggestion.
Steve
-
Since removing and adding does not work for you, you could add the activex control into a new project and then take the generated files from there and replace your original files with the new ones.
«_Superman_»
I love work. It gives me something to do between weekends. -
Thanks for the suggestion. Do you guys have any idea why removing does not work? Do you know where visual studio keeps this info? Thanks, Eugen
I've ran into the same problem in the past. One of my co-workers told my a magic incantation that got the wrappers regenerated, but I can't remember what it was.
Steve