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=f95VPXm4h8IagMvtzxVf+PZLxNV2tUAkWait/2kiJpl
	GLBNfpY15C26oI5WHi/RlBeJrOH1/996psK/MNcNrl9d69rfYD3ZOxTRJOeCF3k5
	A20OY1GdQSw3AHuSzITYmU9WjfsK5S7kYeHnKNENR22K07kfUGFkW9xPLJMxK/6Q
	=
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=oNtRDfjHqTPM+tweUDO/MzVuAXU=; b=VK6trHJPvhEBR97Rr
	dBchrWGd69Nab8J8i2R+DbR4BXzFZaA+bHFETjj8Uqr1HftnRQn96Lb06tMHZod1
	KXX3xQ90fqf5rVnFZ4ZJMLtRaCF7dDz0zw/8ow2ivwyMr+sZmaBzyWUqV4M1hH0V
	0IORC+oBh7efB0wE1nicyRW8Dg=
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_00,KAM_BODY_URIBL_PCCC,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2
X-HELO: smtp105.biz.mail.gq1.yahoo.com
X-Yahoo-SMTP: ycweUreswBCK.d0cygTP5tXwHncbOU7YVeVfIxOQoyRMI2IuIKLmUqE-
Message-ID: <549DDC8D.90404@molconn.com>
Date: Fri, 26 Dec 2014 17:09:17 -0500
From: LMH <lmh_users-groups@molconn.com>
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:34.0) Gecko/20100101 Firefox/34.0 SeaMonkey/2.31
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: windows application manifest in gnu cpp application built on cygwin
References: <5494ADD8.4010202@molconn.com> <1186974988.20141221045709@yandex.ru>
In-Reply-To: <1186974988.20141221045709@yandex.ru>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Andrey Repin wrote:
> Greetings, LMH!
> 
>> Can someone point me to a reference for linking a windows 7 compatible
>> application manifest when building a program with GNU cpp under cygwin?
>> I have found some examples of the manifest files I need, but no examples
>> of the syntax for including a manifest in the make file, where the file
>> should go, etc.
> 
> Default manifest is already built in unless you provide custom one.
> For including, it's just included, like any other resource.
> 
> 
> --
> WBR,
> Andrey Repin (anrdaemon@yandex.ru) 21.12.2014, <04:56>
> 
> Sorry for my terrible english...
> 
> 
> --
> 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
> 
> 

Thanks for the reply,

I tried to use ManifestView to look at the manifest, but ManifestVeiw
can't seem to find a manifest to display. I'm not sure why that would
be. I have also looked at the binary with a text editor and cannot find
any html code or the word manifest. I would like to confirm the
existence of a manifest and am looking for another tool that might work
better.

I presume I need mingw64-x86_64-windows-default-manifest-6.4-1 installed
in the cygwin package manager. Is that correct?

Is there documentation somewhere that describes the gnu c++ default
manifest? I couldn't find anything with a search.

LMH

--
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

