search for: debugstr_w

Displaying 8 results from an estimated 8 matches for "debugstr_w".

2010 Jun 04
0
How I improved wininet for SSL through a proxy...
...Content-Length: 0 <-- seems to help POST over SSL w/ Proxy req[n++] = szCrLf; req[n++] = lpwhr->pCustHeaders[i].lpszField; req[n++] = szColon; req[n++] = szZero; TRACE("Adding custom header %s (%s)\n", debugstr_w(lpwhr->pCustHeaders[i].lpszField), debugstr_w(szZero)); } else { req[n++] = szCrLf; req[n++] = lpwhr->pCustHeaders[i].lpszField; req[n++] = szColon; req[n++] = lpwhr->pCustHeaders[i].lpszValue;...
2010 Jul 31
2
getElementsByName
static HRESULT WINAPI HTMLDocument3_getElementsByName(IHTMLDocument3 *iface, BSTR v, IHTMLElementCollection **ppelColl) { HTMLDocument *This = HTMLDOC3_THIS(iface); FIXME("(%p)->(%s %p)\n", This, debugstr_w(v), ppelColl); return E_NOTIMPL; } I'm trying to use an application that has an embedded IE browser component and unfortunately the html that's rendered in there makes heavy use of the dreaded getElementsByName method. Can someone please for the love of Hercules implement this method...
2008 Sep 10
1
peimg /inf running on wine
...me, LPPROGRESS_ROUTINE progressRoutine, LPVOID appData, LPBOOL cancelFlagPointer, DWORD copyFlags) { /* * Interpret the only flag that CopyFile can interpret. */ FIXME("src=%s dest=%s prg=0x%08x data=0x%08x flags=0x%08x\n", debugstr_w(sourceFilename), debugstr_w(destFilename), progressRoutine, appData, copyFlags); return CopyFileW(sourceFilename, destFilename, (copyFlags & COPY_FILE_FAIL_IF_EXISTS) != 0); } /********************************************************************************************************** Puhh,...
2011 Sep 01
5
Another TAPI issue (Microkey Millennium)
Everything appears to install properly under wine when I'm setting up Millennium, but when I try to launch it, I get the following error: "The procedure entry point phoneInitializeExA could not be located in the dynamic link library tapi32.dll" I know tapi support in wine is woefully underdeveloped, but does anyone know if there's some kind of work-around for this kind of
2009 Jul 27
5
Problems with Pass4Sure's Network+ Demo
All: My employer has required me to pass a computer security certification exam. The folks at Pass4Sure have what I consider the best program. However, it does not want to play nice under Wine. I installed the Demo version of the Network+ test program. It is a native Windows Java application. It wanted to install GDIPLUS and msxml6. I used Winetricks to install them and then tried to run
2016 Jul 22
0
Wine release 1.9.15
...vcruntime140: Forward set_unexpected. Andrey Gusev (5): po: Update Ukrainian translation. avifil32: Use debugstr_guid() in TRACE() message. hlink: Use debugstr_guid() in FIXME() message. ole32: Use debugstr_guid() in TRACE() messages. shell32: Use debugstr_guid() and debugstr_w() in TRACE() messages. Aurimas FiĊĦeras (1): po: Update Lithuanian translation. Austin English (5): ntoskrnl.exe: Add IoAttachDevice stub. include: Add more NTE_* definitions. include: Add initial ncrypt.h. ncrypt: Add some stub functions. shell32: Add SHGetProp...
2006 Nov 10
0
Wine release 0.9.25
...or INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not being implemented secur32: Make the path to ntlm_auth easier to change by moving the executable name to the top of ntlm.c. winedump: Fix printf warning in the generated code. rpcrt4: Remove unnecessary quotes in traces, as debugstr_a and debugstr_w add them instead. include: Add RPC/DCE defines and structures related to RPC_SECURITY_QOS_V2. rpcrt4: Open the endpoint from the caller of RpcServerUseProtseq* instead of the protseq server thread. rpcrt4: The error code RPC_S_SERVER_UNAVAILABLE doesn't make much sense on the...
2007 Jan 25
0
Wine release 0.9.30
...cda: Use '%u' to print GetLastError(). ntdll/tests: Use '%u' to print GetLastError(). winspool.drv: Use '%u' to print GetLastError(). winmm/tests: Use '%u' to print GetLastError(). shell32: There is no need to check strings for NULL when using debugstr_w(). Don't put single quotes around '%s' when using the debugstr_*() functions. Assorted spelling fixes. shell32/tests: Add some more SHGetFileInfo() tests. shell32: Add proper support for SHGetFileInfo(SHGFI_ICONLOCATION | SHGFI_USEFILEATTRIBUTES). oleaut32/...