|
From: Phillip S. <ps...@cf...> - 2001-11-10 15:52:17
|
So the only thing wrong with the script is it needs to use windows.h ( or maybe defines.h? ) instead of afxres.h? Everything else is a problem with windres, which you are fixing? Cool! At 12:11 PM 11/10/2001 +0100, you wrote: >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 = ==================================================== |