How can I register OCX after build
How do i set up a project to automatically register the OCX file that is create开发者_运维问答d ?
I think there's an option in the properties somewhere, but i cant find it...
I'm using VS2010
The answer is:
Project -> Properties -> Configuration Properties -> Linker -> General -> Register Output
See Linker Property Pages in MSDN
精彩评论