X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=LBS1ac+y1mMfAts1MJsQNvotAVXOFXA8JGJI2VMC+tJ rXEk3bugxKF4bH6X1e8+k39rpd+YpWw3k8V/ut4BR3zjuI8FgFPlHQyww84JYPic hN2CE48N6rrWzC43RDNk9aofUTfeV5PntdGKTRpmTbH/PWQ7KPdsEhZGyPMEqslM = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=1HIJYekk8VoEr1mA2XPcWxi6nkw=; b=xgw6gUT6jJKwY0bgj KMWvWg2jNU6Z5F43ZUTpm12UNiLJ5AMzH1RcMnNk6quoP3Y9tIePRbLxrjvDQg2A D/zwA2vRo4Exufk+OAID2P+SU/WLkZbz1J25U2i/g86oUJCikLlR7/29KPkFZEoM ycrw46YrFDvneLRVkuW7YtHX7Y= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Message-ID: <515D6251.2080802@lysator.liu.se> Date: Thu, 04 Apr 2013 13:21:53 +0200 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Regardless it is cygwin related References: <20130404200356 DOT 2640 AT binki> In-Reply-To: <20130404200356.2640@binki> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Please don't top post. On 2013-04-04 13:03, wynfield AT gmail DOT com wrote: > I did not ask for native widows programming advice any more than cygwin uses win32-api. > cygwin distributes the header files and I simply asked about linking, which is exactly what cygwin built programs do. > > I appreciate Corinna's providing a url to a possible point of source and which did response to my question about how we can get through, hopefully using cygwin as a gateway. I also, explicity stated that I did not want to have to use bios or direct windows unless there as no cygwin gateway API, but there must be else the c output and getchar functions would never work. > > cygwin should offer the ability for build programs can perform simple i.e., if you would give a cygwin specific method of outputing a character that doesn't involve c libs that would be fine and was also my main question and is related to cygwin. > > The c library used by all programs goes there a cygwin interface to output and input date, I just want to know how I can use that interface directly. You do not seem to understand what Cygwin is and what it isn't. Cygwin is a dll that contains a C library. So, since you seek to bypass the C library, you will by that action also, by design, bypass Cygwin completely. There is no way to only use the "backend" of Cygwin (whatever that would be as it doesn't exist as such), you have to go through the C library to use the Cygwin dll. Cheers, Peter -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple