Hi Jason,
I was able to reproduce the error here. The problem lies in which I/O window you are using. If you run your application from CVI, it automatically uses the Windows Standard I/O Window, which is the black background window. When you created your executable, you didn't set it to be a console application, and so it used the CVI native I/O window (white background), which is known to have a few issues. So, when I changed your app to use the Windows Standard I/O Window, the problem went away. To use this window when you build your application, go to Build >> Target Settings. Make sure "Create Console Application" has a check mark next to it. The next time you build and run, it will know now to use the Windows Standard I/O, and you will
see the results you wanted.
Jeremy L.
National Instruments
Jeremy L.
National Instruments