Distributing A Project
-
I've finished a recent project and I need to distribute to others. I've compiled it as release however the application refused to work on a machine without Visual C++. So how would I solve this problem. Some features that may be causing the problems are the ActiveX control FlexGrid, the modeless dialogs. Any suggestions much appreciated Kind Regards Caoimh
-
I've finished a recent project and I need to distribute to others. I've compiled it as release however the application refused to work on a machine without Visual C++. So how would I solve this problem. Some features that may be causing the problems are the ActiveX control FlexGrid, the modeless dialogs. Any suggestions much appreciated Kind Regards Caoimh
If the program requires use of ActiveX controls, they must be properly registered on the target machine(s).
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
If the program requires use of ActiveX controls, they must be properly registered on the target machine(s).
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
I believe you use regsvr32 to register and regsvr32 /u to unregister.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)