I'm writing a .dll for use as external code under LabVIEW. I would like to be able to use printf in my dll as a debugging facility. I'm using Attach Process to attach LabVIEW with my .dll code open in VS. In the Output subwindow I see various output about LabVIEW loading various .dll's, but I don't see my output. But it is very clear from program operation that my dll ran.
Is there a way to get stdout output?