I am trying to control a piece of test equipment using its activeX control. I can't figure out how to create an object for the activeX control. I am using standard windows libraries and compiling the code into a .dll to be used by another program. I have
been able to control a piece of test equipment in the past using activeX controls and a MFC Dialog based VisualC++ project but this time I don't want a MFC based project.
↧