I need help(reactos explorer compile working)

Mike McCormack mike at codeweavers.com
Sun Nov 27 06:05:11 CST 2005


=C8=B2=C0=B1=BC=BA wrote:

> I update reatos-explorer
>=20
>   cp Makefile.Wine makefile
>   make
>=20
> explorer_intres.rc:202:1: Warning: Newline in string constant encounter=
d=20
> (started line 153)

Seems wrc has some trouble with UTF16.  After converting explorer-cn.rc
to windows codepage 936, wrc can load it.

iconv -f UTF16 -t WINDOWS-936 -c explorer-cn.rc > x
mv explorer-cn.rc explorer-cn.rc.old
mv x explorer-cn.rc

There's also some expressions that wrc considers invalid in
explorer_intres.rc.  After commenting them out, it works:

explorer_intres.rc #52
//IDA_EXPLORER ACCELERATORS MOVEABLE PURE
//BEGIN
//    "X",            ID_FILE_EXIT,           VIRTKEY, ALT, NOINVERT
//    "S",            ID_VIEW_FULLSCREEN,     VIRTKEY, SHIFT, CONTROL,
NOINVERT
//END

explorer_intres.rc #187
//   CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST DISCARDABLE PURE
"explorer.exe.manifest"

Please don't send big attachments to wine-devel.  Attachment size < 100k
is ok.

Mike




More information about the wine-devel mailing list