Re: Shlwapi UNC problems with IE6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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

Attachment: ie_shell_out
Description: ie_shell_out


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux