Jason Thomas

Results 23 comments of Jason Thomas

It's been a long time since I've looked at this, but it was something like: ``` #define DEFAULT_SUB_BUF_SIZE 255 // Max filename length in Linux. #define DEFAULT_SUB_BUF_LEN 16 stringstream path;...

@rogerwang Thanks Roger. Could you maybe give me some insight into the parent PID and window handling? Particularly how feasible it would be to be able to access/use a window...

Has anyone figured out any workaround or ways to deal with varargs?