Displaying 3 results from an estimated 3 matches for "atlmoduleupdateregistryfromresourced".
2005 Feb 05
4
Unhandled exception with regsvr32
I've more-or-less successfully installed IE6 under 20050111. It
works fine but PNG's don't display, so I tried reregistering the
pngfilt dll:
wine regsvr32 c:\\windows\\system\\pngfilt.dll
wine: Unhandled exception (thread 0009), starting debugger...
Usage: winedbg [--auto] [--gdb] cmdline
(not sure why the debugger doesn't start properly. I did have
debugging enabled when I
2007 Mar 30
0
Wine release 0.9.34
...ANT_UserUnmarshal tests work on XP.
oleaut32: Clear the input pvar structure in VARIANT_UserUnmarshal to free the data instead of just initializing.
ole32: Add a test for StgStreamImpl_SetSize with a non-zero HighPart for the size.
atl: Add support for the pMapEntries parameter to AtlModuleUpdateRegistryFromResourceD.
atl: Add support for the registrar parameter of AtlModuleUpdateRegistryFromResourceD.
winedump: Fix the output for Makefile.in with respect to the dependencies line to match that required by the build system.
ole32: The 16-bit version of CoDisconnectObject is not compatible with...
2012 Dec 21
0
Wine release 1.5.20
...atl100: Added AtlAddTermFunc implementation (based on atl.dll version).
atl100: Added AtlCallTermFunc implementation (based on AtlModuleTerm).
atl: Don't call HeapFree on module argument in AtlModuleTerm.
atl100: Added AtlUpdateRegistryFromResourceD implementation (based on AtlModuleUpdateRegistryFromResourceD).
atl: Reimplemented AtlModuleUpdateRegistryFromResourceD on top of AtlUpdateRegistryFromResourceD.
atl100: Added AtlLoadTypeLib implementation (based on AtlModuleLoadTypeLib).
atl: Reimplemented AtlModuleLoadTypeLib on top of AtlLoadTypeLib.
jscript: Throw an error if retur...