"Steven Edwards" <steven_ed4153@yahoo.com> wrote: > shlwapi.exp(.edata+0x4b4):fake: undefined reference to `StrRStrIA@8' > shlwapi.exp(.edata+0x4b8):fake: undefined reference to `StrRStrIW@8' Try this patch: Changelog: Correct the number of parameters for StrRStrIA/W in the .spec file. --- cvs/hq/wine/dlls/shlwapi/shlwapi.spec Tue Aug 20 02:19:58 2002 +++ wine/dlls/shlwapi/shlwapi.spec Wed Aug 21 10:26:06 2002 @@ -637,8 +637,8 @@ @ stdcall StrRChrIA (str str long) StrRChrIA @ stdcall StrRChrIW (str str long) StrRChrIW @ stdcall StrRChrW (wstr wstr long) StrRChrW -@ stdcall StrRStrIA (str str) StrRStrIA -@ stdcall StrRStrIW (wstr wstr) StrRStrIW +@ stdcall StrRStrIA (str str str) StrRStrIA +@ stdcall StrRStrIW (wstr wstr wstr) StrRStrIW @ stdcall StrSpnA (str str) StrSpnA @ stdcall StrSpnW (wstr wstr) StrSpnW @ stdcall StrStrA(str str)StrStrA -- Dmitry.