Re: [PATCH 4/6] ole32: Display the testname for the test for display name in test_moniker.
27 Mar
2007
27 Mar
'07
8:25 p.m.
Hi Rob, + ok(!lstrcmpW(display_name, expected_display_name), "%s: display name wasn't what was expected\n", testname); Can you pass a WCHAR * when the string format is %s? --Juan ____________________________________________________________________________________ The fish are biting. Get more visitors on your site using Yahoo! Search Marketing. http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php
27 Mar
27 Mar
9:16 p.m.
New subject: [PATCH 4/6] ole32: Display the testname for the test for display name in test_moniker.
Juan Lang wrote:
Hi Rob,
+ ok(!lstrcmpW(display_name, expected_display_name), "%s: display name wasn't what was expected\n", testname);
Can you pass a WCHAR * when the string format is %s?
display_name is WCHAR *, but testname is char *. -- Rob Shearman
6839
Age (days ago)
6839
Last active (days ago)
1 comments
2 participants
participants (2)
-
Juan Lang -
Robert Shearman