Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <398E9B46.45377F06@ife.ee.ethz.ch>
Date: Mon, 07 Aug 2000 13:19:34 +0200
From: Thomas Sailer <sailer@ife.ee.ethz.ch>
Organization: IfE
X-Mailer: Mozilla 4.73 [en] (X11; U; SunOS 5.5.1 sun4u)
X-Accept-Language: de,fr,ru
MIME-Version: 1.0
To: vikas@programmingparadise.com
CC: cygwin@sourceware.cygnus.com
Subject: Re: RC from VC++ to Mingw32
References: <398BBDAD.3E72AA49@yahoo.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Vikas wrote:
> 
> Hi!
> 
> Can any anybody help me. I want to convert resource files generated by
> Microsoft Developer Studio to mingw32. But as msdev used "afxxxx.h" it
> is not getting that simple. I used windres and it is generating
> "parse error" the first line below.

Typically, it works like this:

Delete all the afx.... stuff.

Add at the top:
#include <windows.h>

Eventually, you have to add:
#define IDC_STATIC -1

Tom

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

