Hi folks, check this out! I wrote a C++ program in which a dialog box with an OK button appears. This part works! When I click on OK, a perl script is invoked, and the result of that script should appear in a DOS window. This does not work. A DOS window only flashes and does not stay open. I can tell that the right result is produced, but the DOS windows does not stay open. I have made sure that the settings of the DOS window are set correctly (DOS window stays open for other programs.). I also tried opening a DOS window before I run the program, but it did not work either.
Also, my C++ program is absolutely fine when I run it from the command line, meaning the DOS window stays open in this case. As always, any help is very appreciated! Thanks! DD++
