Looking for an Test Tool
-
Does somebody now here an alternative to the Microsoft ActiveX control testcontainer? I have a 3rd party ActiveX control which has some bugs and I would show them to the manufacturers. So I need some kind of test container which also logs memory violations and other things caused bei some bugs in the control. The Microsoft one is not usable for this because it doesnt log this events, it just crashes.... bb |~ bb
-
Does somebody now here an alternative to the Microsoft ActiveX control testcontainer? I have a 3rd party ActiveX control which has some bugs and I would show them to the manufacturers. So I need some kind of test container which also logs memory violations and other things caused bei some bugs in the control. The Microsoft one is not usable for this because it doesnt log this events, it just crashes.... bb |~ bb
Harald Krause wrote: Does somebody now here an alternative to the Microsoft ActiveX control testcontainer? VB6? Harald Krause wrote: I have a 3rd party ActiveX control which has some bugs and I would show them to the manufacturers. So I need some kind of test container which also logs memory violations and other things caused bei some bugs in the control. The Microsoft one is not usable for this because it doesnt log this events, it just crashes.... A quick MFC application could do the work. I see dead pixels Yes, even I am blogging now!
-
Does somebody now here an alternative to the Microsoft ActiveX control testcontainer? I have a 3rd party ActiveX control which has some bugs and I would show them to the manufacturers. So I need some kind of test container which also logs memory violations and other things caused bei some bugs in the control. The Microsoft one is not usable for this because it doesnt log this events, it just crashes.... bb |~ bb
Harald Krause wrote: The Microsoft one is not usable for this because it doesnt log this events, it just crashes.... Then run the test container under the debugger. The test container is a sample MFC app, so you can build a debug build, and modify the code if you need to. See "TSTCON Sample" in the documentation. Stability. What an interesting concept. -- Chris Maunder