This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: RC from VC++ to Mingw32


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]