Build Script
-
Hi, I have an ActiveX control and i am using it in my managed C++. What happens is when ever i am compiling my client application i need to crete interops by using Aximp exe and manually copy it to my bin directory is there any way to automate this like post build script. Like when ever i'm compiling my client application interops need to created automatiocally and that sould be copied in the bin directory.
-
Hi, I have an ActiveX control and i am using it in my managed C++. What happens is when ever i am compiling my client application i need to crete interops by using Aximp exe and manually copy it to my bin directory is there any way to automate this like post build script. Like when ever i'm compiling my client application interops need to created automatiocally and that sould be copied in the bin directory.
You can wrap this in a script and set it to be run as a post-build event. To do that, check out Project->Properties->configuration Properties->Build Events->Pre-Post-Build Event gmileka