search for: queryinterface

Displaying 20 results from an estimated 103 matches for "queryinterface".

2006 Feb 03
0
Warcraft III won't run
..._ICreateDevEnum_CreateClassEnumerator Category {cc7bfb41-f175-11d1-a392-00e0291f3959} not found fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category {cc7bfb46-f175-11d1-a392-00e0291f3959} not found fixme:mpeg3:MPEG3_StreamSize misses the block header overhead fixme:quartz:AsyncReader_QueryInterface No interface for {56a868b4-0ad4-11ce-b03a-0020af0ba770}! fixme:quartz:Parser_QueryInterface No interface for {56a868b4-0ad4-11ce-b03a-0020af0ba770}! fixme:quartz:AsyncReader_QueryInterface No interface for {56a868b5-0ad4-11ce-b03a-0020af0ba770}! fixme:quartz:Parser_QueryInterface No interface for {...
2008 Jun 10
7
Unraveling a FAR*
Hi all, Just looking over fole_s_connect() 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),...
2007 Jul 13
0
KWD crashes when opening OOo
...1534== by 0x4C90698: QLibraryPrivate::loadLibrary() (in /usr/lib/libqt-mt.so.3.3.7) ==31534== by 0x4CB50AA: QLibrary::load() (in /usr/lib/libqt-mt.so.3.3.7) ==31534== by 0x4C952B1: QComLibrary::createInstanceInternal() (in /usr/lib/libqt-mt.so.3.3.7) ==31534== by 0x4C956F4: QComLibrary::queryInterface(QUuid const&, QUnknownInterface**) (in /usr/lib/libqt-mt.so.3.3.7) ==31534== by 0x4CAFF07: QGPluginManager::addLibrary(QLibrary*) (in /usr/lib/libqt-mt.so.3.3.7) ==31534== Address 0x56CD158 is 40 bytes inside a block of size 42 alloc'd ==31534== at 0x4021A55: operator new[](unsigned)...
2005 Feb 04
1
Microsoft RTC Client SDK with Asterisk
I'm using the the Microsoft Real-Time Communications Client API SDK using Visual Studio 6 and . NET 2003 SE to make SIP calls. Using the examples provided I can make unregistered SIP calls fine, however I am having trouble registering with Asterisk. I have to produce an XML Profile to use when registering with a registrar. The one I use is... <provision
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing: 1) What exactly will I replace my waveOut functions with? 2)
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing: 1) What exactly will I replace my waveOut functions with? 2)
2013 Apr 12
0
Wine release 1.5.28
...d to ::SendEx. dplayx: Forward IDirectPlay::EnumPlayers to ::EnumGroupPlayers. dplayx: Forward IDirectPlay::EnumGroups to ::EnumGroupsInGroup. dplayx: Assimilate the inherited methods into IDirectPlay4A. dplayx: Introduce impl_from_IDirectPlay4A(). dplayx: Use separate QueryInterface, AddRef and Release methods for IDirectPlay4 + 4A. dplayx: Add both ifaces to the DirectPlay object and stop cloning the object. dplayx: Remove AddRef hacks for the parent DirectPlay object. dplayx: Move the lock into the DirectPlay object. dplayx: Cleanup the DirectPlay obj...
2015 Apr 17
0
Wine release 1.7.41
...ith 'Unrecoverable system error' in Win7 mode (dwrite font family resolution must be case-insentive) 38410 ws2_32 fails compile without IPX ---------------------------------------------------------------- Changes since 1.7.40: Aaryaman Vasishta (4): d3drm: Fix IDirect3DRMFrame2::QueryInterface returning incorrect HRESULT. d3drm: Add more interfaces to be queried from IDirect3DRMFrame2::QueryInterface. d3drm/tests: Make get_refcount return ULONG instead of int. d3drm/tests: Add QueryInterface tests for IDirect3DRMFrame{1-3}. Alexandre Julliard (2): ws2_32: Include...
2007 May 11
0
Wine release 0.9.37
...d3drm/tests: d3drm is removed from Windows Vista. Peter Oberndorfer (3): ntdll: Call NtQueryAttributesFile in RtlDoesFileExists_U. ntdll: Use correct prototype for thread function. rpcss: Use correct prototype for thread function. Rob Shearman (26): dsound: Implement QueryInterface for the class factory objects. dsound: Implement QueryInterface for KsPropertySet objects. winex11.drv: Remove an unneeded include. rpcrt4: Print the correct values when warning about a bad frag length. atl: Implement AtlComQIPtrAssign. atl: Add stubs for AtlIPersistSt...
2008 Sep 25
0
C++ & R: Displaying a lattice graphic using D Com
...d I have copied out the code at the end of this note. I would be grateful for any advice. Kind regards Noel void CMFCClientDlg::OnTest() { BeginWaitCursor(); IStatConnector lConnector; IDispatch* lCharDev = NULL; IDispatch* lGfxDev = NULL; if(FAILED(m_CharDev.GetControlUnknown()->QueryInterface(IID_IDispatch,(LPVOI D*) &lCharDev))) { MessageBox("Error querying Dispatch from Character Device"); return; } if(FAILED(lConnector.CreateDispatch(_T("StatConnectorSrv.StatConnector")))) { MessageBox("Error creating StatConnectorSrv"); return;...
2016 Aug 05
0
Wine release 1.9.16
...t-stdio-l1-1-0.dll.__stdio_common_vswprintf_s 41051 GOG Galaxy crashes with unimplemented function vcruntime140.dll.__std_type_info_destroy_list ---------------------------------------------------------------- Changes since 1.9.15: Aaryaman Vasishta (7): d3drm: Fix IDirect3DRMViewport*::QueryInterface returning wrong HRESULT for invalid interfaces. d3drm: Implement IDirect3DRMViewport*::Init. d3drm: Implement IDirect3DRM*::CreateViewport. d3drm: Implement IDirect3DRMViewport::GetDirect3DViewport. d3drm/tests: Add viewport validation tests. d3drm/tests: Add QueryInte...
2015 Mar 20
0
Wine release 1.7.39
...katakana words. (_mbctohira is a stub) 38251 Assign value to function parameter ---------------------------------------------------------------- Changes since 1.7.38: Aaryaman Vasishta (5): d3drm/tests: Add tests for querying between IDirect3DRM interfaces. d3drm: Fix IDirect3DRM::QueryInterface returning incorrect HRESULT on unsupported interfaces. d3drm/tests: Add tests for invalid interfaces in IDirect3DRM::QueryInterface. d3drm/tests: Remove dynamic loading in d3drm.c. d3drm/tests: Remove dynamic loading in vector.c. Akihiro Sagawa (5): msvcrt: Fix _ismbckata()...
2006 Aug 04
2
Warcraft III won't run
Did you ever resolve your problem with Warcraft III? I'm having the same problem. Michael Gerst 21-H-05 One ATT Center Saint Louis, MO 63101 314-235-5443 RESTRICTED-PROPRIETARY INFORMATION The information contained herein is for use only by authorized employees of AT&T Services, Inc., and its authorized affiliates. It is not for general distribution within or outside the respective
2012 Apr 13
0
Wine release 1.5.2
...handle on failure in GetModuleHandleEx. kernel32: GetModuleHandleEx already clears the module handle on failure. msi: Keep the UI level fixed during the lifetime of a package. Henri Verbeet (49): ddraw: Explicitly check for the IDirectDrawColorControl interface in ddraw_surface7_QueryInterface(). ddraw: The texture interfaces can't be queried from version 7 surfaces. ddraw: The texture interface shares its refcount with the surface interface version used to create the surface. d3d9: Don't return a pointer to the implementation in IDirect3DStateBlock9Impl_QueryIn...
2014 Feb 07
0
Wine release 1.7.12
...stub implementation. server: Fix generic access mapping for a thread. msxml3/tests: Add a test to show that IXMLElementCollection enumerator doesn't recognize IID_IXMLElementCollection. msxml3: Don't return implementation pointer as an interface. msxml3: Add separate QueryInterface implementation for IEnumVARIANT interface exported by IXMLElementCollection. msxml3: Use interface instead of implementation pointer to forward IEnumVARIANT::AddRef and IEnumVARIANT::Release for IXMLElementCollection. msxml3: IXMLElementCollection::QueryInterface should return NULL inte...
2007 Dec 14
0
Wine release 0.9.51
...tz: Add a test for IFilterGraph2. quartz: Add some IGraphBuilder related tests. quartz: Fix return value in IFilterGraph_FindFilterByName. quartz: Validate input for IFilterGraph_FindFilterByName. quartz: Add IFilterGraph2 interface and stubs. quartz: Add videorenderer QueryInterface test. quartz: Add videorenderer aggregation test. quartz: Add referenceclock QueryInterface test. quartz: Set *ppvObject to NULL if QueryInterface fails. quartz: Make video renderer aggregatable. ole32: Print a fixme when an aggregation attempt fails. quartz: Giv...
2015 Sep 04
0
Wine release 1.7.51
...ap.dll.pcap_parsesrcstr ---------------------------------------------------------------- Changes since 1.7.50: Aaryaman Vasishta (6): d3drm: Thunk IDirect3DRMTexture2::AddRef to version 3. d3drm: Thunk IDirect3DRMTexture2::Release to version 3. d3drm: Thunk IDirect3DRMTexture2::QueryInterface to version 3. d3drm: Fix spelling mistake in Set/GetDecalTransparentColor macros. d3drm: Thunk relevant texture methods from version 2->3. d3drm: Add stubs for IDirect3DRMTexture methods. Alistair Leslie-Hughes (1): gdi32/tests: Add enhanced metafile GetPath test. Andre...
2015 Jul 28
0
Wine release 1.7.48
...mentation) 38952 PDF-Xchange Viewer crashes when we launch OCR ---------------------------------------------------------------- Changes since 1.7.47: Aaryaman Vasishta (6): d3drm: Move AddRef from device2->device3. d3drm: Move Release from device2->device3. d3drm: Move QueryInterface from device2->device3. d3drm/tests: Fix leaks while creating device in tests (Valgrind). d3drm: Thunk relevant IDirect3DRMDevice2 stubs to version 3. d3drm: Add stubs for IDirect3DRMDevice methods. Akihiro Sagawa (3): po: Update Japanese translation. po: Fix a mist...
2009 Mar 27
0
Wine release 1.1.18
...'re not going to directly expose it to other processes. ole32: Add a helper function to retrieve the implementation ptr. ole32: Rearrange functions to eliminate forward declarations. ole32: pFmt isn't exposed to the client, so simplify its allocation. ole32: Simplify QueryInterface. ole32: Use IsEqualIID rather than memcmp. ole32: Register DataObject clipboard format. ole32: Store the ole clipboard window's HWND in the DataObject clipboard format. ole32: Move the code to set the clipboard formats to a separate function. ole32/tests: Tests for...
2017 Apr 13
0
Wine release 2.6
...king argument from read fd op. server: Remove no longer needed blocking argument from write fd op. server: Remove no longer needed blocking argument from flush fd op. server: Remove no longer needed blocking requests arguments. mshtml/tests: Added IMarshal and IManagedObject QueryInterface tests. mshtml: Silence failing QueryInterfaces common for .net applications. mshtml.idl: Added helper macros for element coclasses and use it where appropriate. mshtml.idl: Added HTMLGenericElement coclass declaration. mshtml.idl: Added HTMLLinkElement coclass declaration....