Displaying 5 results from an estimated 5 matches for "loadregtypelib".
2006 Oct 16
0
LoadRegTypeLib failed: 8002801d
Using trace information I get (using +trace)
trace:typelib:QueryPathOfRegTypeLib
({eab22ac0-30c1-11cf-a7eb-0000c05bae0b}, 1.1, 0x800, 0x34f72c)
trace:typelib:QueryPathOfRegTypeLib
L"Typelib\\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\\1.1" not found
err:shdocvw:get_typeinfo LoadRegTypeLib failed: 8002801d
The application dies. With earlier wine on the same app things did not
die, but I don't know if that's significant.
(running with wine built with yesterdays wine source)
and in this mailing list I found a reference to a web page giving
Control Name: Microsoft Internet C...
2014 May 02
0
Wine release 1.7.18
...nly collection (Valgrind).
msxml3/tests: Fix enumerator instance leak (Valgrind).
msxml3: Fixed attribute value string leak (Valgrind).
msxml3: Fix XPath query result leak (Valgrind).
msxml3/tests: Fixed attributes map leak (Valgrind).
oleaut32: Always free TLIBATTR in LoadRegTypeLib() (Valgrind).
Patrick Rudolph (4):
user32: Check for valid cbSize in GetMonitorInfoA.
user32/tests: Add tests for valid cbSize in GetMonitorInfoA.
user32: Check for valid cbSize in GetMonitorInfoW.
user32/tests: Add tests for valid cbSize in GetMonitorInfoW.
Piotr Caban (2...
2016 Feb 05
0
Wine release 1.9.3
...(2):
mpr: Add support for REG_EXPAND_SZ for providers path.
mpr/tests: Add tests for WNetUseConnectionA().
Piotr Caban (7):
oleaut32: Fix best version handling in QueryPathOfRegTypeLib when type library redirection is used.
oleaut32: Add support for best version argument in LoadRegTypeLib.
server: Avoid infinite loop when we're out of timers in set_win_timer server call.
user32: Test error returned in out of timers case.
oleaut32: Update cdguid on data reallocation in WMSFT_compile_custdata.
oleaut32: Add ICreateTypeLib2::SetCustData implementation....
2013 Sep 27
0
Wine release 1.7.3
...dplayx/tests: Fix typo in ok() message.
include: Avoid using CONST in the d3dx9 headers.
include: Replace the remaining CONSTs.
include: Forbid the use of CONST in Wine.
Nikolay Sivov (3):
oleaut32: Support typelib redirection in QueryPathOfRegTypeLib().
oleaut32: LoadRegTypeLib() should check actual typelib version.
ntdll/tests: Add proper skips in tests.
Piotr Caban (28):
msvcrt: Fix Inf and NaN handling in printf function.
msvcrt: Don't forward memcmp to ntdll.
msvcrt: Don't forward memmove to ntdll.
msvcrt: Don't forward strcm...
2013 Aug 30
0
Wine release 1.7.1
...behavior for GIT.
oledb32: Report IRowPositionChange as supported sink type.
oledb32: Implement Advise/Unadvise for IRowPositionChange.
oledb32: Added IChapteredRowset definition.
oledb32/tests: A basic test for IRowPosition_Initialize().
oleaut32/tests: Some tests for LoadRegTypeLib() with activated context.
oleaut32/tests: Some tests for QueryPathOfRegTypeLib() with activated context.
oledb32: Implement IRowPosition_ClearRowPosition() with events.
oledb32: Implement IRowPosition_GetRowset().
oledb32: Implement GetRowPosition().
ole32: GIT can be...