visual studio 2010 - How can I register OCX after build -


how set project automatically register ocx file created ?

i think there's option in properties somewhere, cant find it...

i'm using vs2010

the answer is:

project -> properties -> configuration properties -> linker -> general -> register output

see linker property pages in msdn


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -