From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,33f90678fd18cbc7,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.8.229 with SMTP id u5mr22695575pba.0.1318799404087; Sun, 16 Oct 2011 14:10:04 -0700 (PDT) Path: d5ni18150pbc.0!nntp.google.com!news2.google.com!postnews.google.com!p1g2000yqk.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: What is the best way to get a process-list with Ada? Date: Sun, 16 Oct 2011 14:10:03 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2cb6641e-dcd7-40de-95bd-71d405571631@p1g2000yqk.googlegroups.com> NNTP-Posting-Host: 24.230.151.194 Mime-Version: 1.0 X-Trace: posting.google.com 1318799403 30799 127.0.0.1 (16 Oct 2011 21:10:03 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 16 Oct 2011 21:10:03 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p1g2000yqk.googlegroups.com; posting-host=24.230.151.194; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1,gzip(gfe) Xref: news2.google.com comp.lang.ada:13981 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-10-16T14:10:03-07:00 List-Id: I got into a bit of a debate with a friend who said something to the effect that to write drivers one needed to use C/C++... anyway, he was irritated about not being able to use Java (which he's sort of been forced to use in this instance) to 1) get a process list, and 2) get window dimensions of a focused-window. I was wondering how those of you who have had experience in all three systems would approach it. (BTW; Linux, Mac, and Windows for #1 & #2, which is the reason they had for making the project Java, I certainly don't have enough experience w/ Mac and Linux to say much about them.)