How do I add another Mac application window in C / C ++? I have a pid application. I found solutions for AppleScript, but I am not familiar with AppleScript. (and also not for the purpose of C) Thank you!
edit: I cannot use Carbon in this program, because it must be 64-bit binary. edit2: I'm also interested in Carbon and Cocoa solutions. I could add this to a 32 bit application to use Carbon.
source
share