08-27-2015 07:32 AM
Hi Sam;
I was wondering the same thing about the StandardIn and StandardOut... I'm thinking it does not. and yes, it is about 90% the same code you gave me (I rearranged stuff so that I could see each thread separately... I find it helps me when debugging). I scoured the .NET stuff from MS, but came up with nothing. I tried a few different things, but could not get the SLUG output to show. Doesn't look like the folks who wrote SLUG made it with this application in mind.
I'm running out of time to expand on this code, so for now I'm going to simply use the System Exec to run the SLUG. The SLUG generates some files (including a data dump file) which I can monitor during the test execution to give me some data regarding the UUT test. I'll have to leave the command window open to monitot some other things also. Not the optimal solution for me, but it works for what I need it to do. I can use this experience to hopefully talk to the SLUG developers to maybe either make the stuff .nettable or maybe wire the SLUG output to standard out.
In the meantime, I've learned a fair bit that I did not know before (not a .Net guy, but you probably figured that out a long time ago), and will continue to work on the command line interface in my spare time. I need to learn how to create user events and regaister callbacksm and whatnot, and can use the practise on .NET (now that I know where to look to find stuff).
So, thanks very much for your help on this! It is very much appreciated.