search for: iid_iunknown

Displaying 9 results from an estimated 9 matches for "iid_iunknown".

2006 Jul 16
1
latest git fails to compile, amstream.c:77: undefined ref to `IID_IUnknown'
...stream.dll.so -lole32 -luser32 -ladvapi32 -lkernel32 -lstrmiids -luuid ../../libs/port/libwine_port.a -L/emul/linux/x86/usr/lib -L/emul/linux/x86/lib amstream.o: In function `IAMMultiMediaStreamImpl_QueryInterface': /home/plouj/apps/wine-git/dlls/amstream/amstream.c:77: undefined reference to `IID_IUnknown' main.o: In function `AMCF_QueryInterface': /home/plouj/apps/wine-git/dlls/amstream/main.c:87: undefined reference to `IID_IUnknown' /home/plouj/apps/wine-git/dlls/amstream/main.c:87: undefined reference to `IID_IClassFactory' main.o: In function `DllGetClassObject': /home/plouj...
2008 Jun 10
7
Unraveling a FAR*
...in win32ole.c and I noticed this bit: hr = CLSIDFromProgID(pBuf, &clsid); ... hr = GetActiveObject(&clsid, 0, &pUnknown); ... hr = pUnknown->lpVtbl->QueryInterface( pUnknown, &IID_IDispatch, (void **)&pDispatch ); Using win32-api, that would be something like: IID_IUnknown = [0,0,0,192,0,0,0,0,0,0,70].pack(''ISSCCCCCCCC'') clsid = 0.chr * 16 unknown = 0.chr * IID_IUnknown.size hr = CLSIDFromProgID(multi_to_wide(server), clsid) ... GetActiveObject(clsid, nil, unknown) ... ??? And here is where I''m stuck. How do I unravel a pointer to a st...
2008 Jun 04
2
Win32-ole start
...ass Error < StandardError; end # The name of the OLE automation server specified in the constructor. attr_reader :server # The host the OLE automation object was created on. attr_reader :host # Did I declare these properly? # http://tinyurl.com/3z8z4h IID_IUnknown = [0,0,0,192,0,0,0,0,0,0,70].pack(''ISSCCCCCCCC'') IID_IDispatch = [132096,0,0,192,0,0,0,0,0,0,70].pack(''ISSCCCCCCCC'') IID_IEnumVARIANT = [132100,0,0,192,0,0,0,0,0,0,70].pack(''ISSCCCCCCCC'') def initialize(server, host = S...
2009 Jan 18
5
MSHTML Not working for me
Hi, I'm using wine-0.9.13, installed from git. The following file exists in my system: /usr/share/wine/gecko/wine_gecko-0.9.0.cab The gecko libraries are installed in ~/.wine/drive_c/windows/gecko/0.9.0/wine_gecko Whenever I run wine iexplore.exe, I receive the message "HTML rendering is currently disabled" Anyone have any ideas as to what I can do next to make this work?
2018 Sep 13
0
Wine release 3.0.3
...bg does not support fixed host:port parameter 24374 Driller crashes in process PE entry point due to Wine's mis-align workaround for 32-bit entry point asm wrapper (MoleBox Ultra v4.x) 24641 ProPresenter 4.x (.NET 3.5 WPF app) fails on startup (devenum CreateInstance() doesn't support IID_IUnknown) 27497 Regedit mangles registry keys containing embedded NULLs 30713 Microsoft Visual C++ 64-bit redistributables get incorrectly installed into SysWOW64 (system directory for 32-bit files) when run under 64-bit Wine 32907 AMMYY Admin v3.0 crashes at startup in Win7 mode ('NtSetInforma...
2018 Jul 09
0
Wine release 3.12
...ngs on NetBSD 18560 No crosshairs in Starfleet Academy 20986 Euler fails to make a computation with maxima.exe: maxima.exe fails to start 23048 Unreal Tournament 3 fails and locks up 24641 ProPresenter 4.x (.NET 3.5 WPF app) fails on startup (devenum CreateInstance() doesn't support IID_IUnknown) 27497 Regedit mangles registry keys containing embedded NULLs 29325 Stranded II: laggy mouse pointer in the inventory screen 30910 Lighting incorrectly drawn in Alien Shooter 34365 Splinter Cell: Blacklist error with d3d_texture:wined3d_texture_apply_state_changes 34916 cmd:batch fa...
2013 Mar 01
0
Wine release 1.5.25
...ative argument as broken on win8. oleaut32: Fixed time outputing for dates before 1899 in VarBstrFromDate. oleaut32: Fixed VarBstrFromDate behavior on dates before year 1600. oleaut32: Fixed VARIANT_FormatDate behavior on dates before year 1600. hlink: Call BindToObject with IID_IUnknown in IHlink_fnNavigate. hlink: Return value returned by IHlinkTarget_Navigate in IHlink_fnNavigate. hlink: Added basic Hlink::Navigate tests. ole32: Added more OleCreateDefaultHandler tests. ole32: Don't pass CLSCTX_INPROC_SERVER and CLSCTX_INPROC_HANDLER flags to CoCreate...
2008 Feb 08
0
Wine release 0.9.55
...Added more about protocol tests. urlmon: Separate buffer from stream object. urlmon: Abstract ProtocolStream object. urlmon: Don't create stgmed_obj for binding to object. urlmon: Added BINDSTATUS_CACHEFILENAMEAVAILABLE support. urlmon: Added support for binding to IID_IUnknown storage (cache file). urlmon: Correctly handle BINDF_NEEDFILE flag in http protocol. urlmon: Added more protocol tests. itss: Added BINDF_NEEDFILE test. urlmon: Added more tests. mshtml: Update wine_url in nsIURI::SetPath. urlmon: Added gecko_installer_workaround...
2008 Sep 05
0
Wine release 1.1.4
...tests for NtDeleteFile. winetest: Check that user enters a tag. dsound: Check for invalid parameter when unlocking secondary buffers. Jim Cameron (9): user32: Fixed bug in loading .cur files. user32/tests: Add a regression test for CreateIconFromResource. dinput: Add IID_IUnknown to DICF_CreateInstance(), DirectInputCreateEx(). ntoskrnl.exe: Add stub for IoGetDeviceObjectPointer(). ntoskrnl.exe: Add stub for IoGetRelatedDeviceObject(). ntoskrnl.exe: Add stub for IoRegisterDriverReinitialization(). ntoskrnl.exe: Add stub for IoRegisterShutdownNotifica...