X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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 <peda@lysator.liu.se>
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@cygwin.com
Subject: Re: Regardless it is cygwin related
References: <20130404200356.2640@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@gmail.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

