Le mer 29/10/2003 Ã 17:52, Ralf Juengling a Ãcrit :
> I was not successful with compiling the winemine application in
> wine-20031016. When the resource compiler is to compile one
> of the language dependent files, it issues a 'parse error':
> 
> [EMAIL PROTECTED] winemine]$ wrc En.rc
> En.rc:23:22: Error: parse error

> Line 23 in En.rc reads
> LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
> 
> So it looks like wrc does not know what to do with the
> constant LANG_ENGLISH. Is this a bug? Any idea whats going
> wrong here?

Is LANG_ENGLISH defined (ie, does wrc finds the correct #includes)?

After thinking a bit more: answer will be no, because you need to
compile rsrc.rc rather than En.rc. En.rc is just an #include for
rsrc.rc.

Vincent


Reply via email to