Printfs inside kernel code - how to use them with non-console Win app ?

This question is almost similar to this. I have a windows application without console, this app works with CUDA. As I have migrated to CUDA 3.2 I’d like to use printfs instead of cuPrtintfs, but printfs do their output strictly to stdout without an ability to flush the printed data to custom FILE*. How is it possible to use printfs in kernels from application that does not have console ?