Shlwapi UNC problems with IE6

Sylvain Petreolle spetreolle at yahoo.fr
Wed Feb 20 22:41:27 CST 2002


> Looks as if shlwapi traces to the shell debug
> channel, so I guess
> --debugmsg +shell.
thanks, i include error post at bottom.

> I don't mean to be insulting, but you did rerun make
> and make install
> after applying the patch?
What I do everytime I patch a file :
- make depend && make
- make programs
- su
- make install

>  If it still happens, could you show
> me the debugger output, plus maybe output from
debugger commands "list -" and "info local"?
Wine-dbg>list -
1300	}
1301	
1302
/*************************************************************************
1303	 *	PathIsUNCServerShareA   [SHLWAPI.@]
1304	 */
1305	BOOL WINAPI PathIsUNCServerShareA(
1306		LPCSTR lpszPath)
1307	{
1308		TRACE("%s\n", debugstr_a(lpszPath));
1309		if (!lpszPath) return FALSE;
1310		if (lpszPath[0]=='\\' && lpszPath[1]=='\\')		
Wine-dbg>info local
PathIsUNCServerShareA:
char* lpszPath == 0x00000001
char* lpszPath (optimized into register $esi) ==
0x00000001
int foundbackslash (optimized into register $edi) ==
0x4080c5d0
Wine-dbg>


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ie_shell_out
Type: application/x-unknown
Size: 4755 bytes
Desc: ie_shell_out
Url : http://www.winehq.org/pipermail/wine-users/attachments/20020221/e57b3c8d/ie_shell_out.bin


More information about the wine-users mailing list