|
From: Eric K. <ek...@rz...> - 2001-11-10 11:14:08
|
"Phillip Susi" <ps...@cf...> wrote: > I don't know enough about windres or resource scripts to make this work, so > maybe someone else could help me. I'm trying to compile that spy++ clone > someone mentioned, but it was meant to work in VC, and windres pukes on > it. Could someone make it work with windres? > There are a few problems involved with porting VC generated recource file to MinGW. - Windres doesn't like '#include "afxres.h"' and some other M$ crap. Replace it by '#include <windows.h>'. - The FONT statement in DIALOGEX is broken. I already have a preliminary fix. - The LTEXT, RTEXT and CTEXT controls are 'over-optimized' (aka broken) too. - Propably other things are broken too. I'll fix windres and upload the binary & patch to SF. - Eric Kohl ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |