Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 59641 invoked by uid 500); 30 Dec 2002 18:27:12 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 59628 invoked from network); 30 Dec 2002 18:27:12 -0000 To: apreq-dev@httpd.apache.org Subject: HANDLE from FILE on windows From: davidw@dedasys.com (David N. Welton) Date: 30 Dec 2002 10:33:54 -0800 Message-ID: <87of73qru5.fsf@dedasys.com> Lines: 27 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have a question - it's not directly related to apreq, but could potentially influence its API. In mod_dtcl, there is some Tcl code that, on windows, deals in HANDLE's, as (I guess - I'm a unix guy) that's the native windows thing. The problem is that apreq only gives us a FILE*, and we need a way to get a HANDLE from it. We found this on the microsoft site: http://support.microsoft.com/default.aspx?scid=kb;en-us;99173 but it doesn't look all that great, as they suggest that actually using the results might not be a good idea. Any windows people out there with helpful suggestions? Thanks, -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/