RC from VC++ to Mingw32

Thomas Sailer sailer@ife.ee.ethz.ch
Mon Aug 7 04:19:00 GMT 2000


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



More information about the Cygwin mailing list