I am interested in writing an application that will display text on the screen while another application (that uses DirectX) is running. Effectively the information will appear as part of the application that owns DirectX's resources at the time.
I'm not a DirectX programmer, and am hoping to...
I am trying to use the _popen() call to obtain data. For those that don't know _popen(), it's similar to fopen()'ing a file, but it opens a console application. (For example, FILE *f = _popen("dir", "r"); would allow me to read the results of the dir command.)
In my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.