Click here to Skip to main content
15,891,940 members
Home / Discussions / COM
   

COM

 
GeneralRe: Write a IE toolbar by VS 2005 Pin
saminjesus31-Jan-07 16:01
saminjesus31-Jan-07 16:01 
AnswerRe: Write a IE toolbar by VS 2005 Pin
host287-Feb-07 15:04
host287-Feb-07 15:04 
QuestionUnknown fault trying connect to an OPC-Server Pin
Biasto29-Jan-07 20:05
Biasto29-Jan-07 20:05 
AnswerRe: Unknown fault trying connect to an OPC-Server Pin
User 21559730-Jan-07 1:12
User 21559730-Jan-07 1:12 
GeneralRe: Unknown fault trying connect to an OPC-Server Pin
Biasto30-Jan-07 3:19
Biasto30-Jan-07 3:19 
QuestionWhen Servers Crash! Pin
Michael Bergman29-Jan-07 8:50
Michael Bergman29-Jan-07 8:50 
QuestionFocus-Problem with IWebBrowser2 Pin
steven1129-Jan-07 4:31
steven1129-Jan-07 4:31 
QuestionWindows Media Server 9 and IWMSBufferAllocator Pin
Tili29-Jan-07 0:08
Tili29-Jan-07 0:08 
Hi
I am getting Access violation whenever I Query for IWMSBufferAllocator in my custom plugin.

Here is code
<br />
<br />
IWMSBufferAllocator *pBufAllocator = NULL;<br />
<br />
if(m_spClassFactory)<br />
{<br />
	hr = m_spClassFactory->QueryInterface(IID_IWMSBufferAllocator,(void**)&pBufAllocator);<br />
        if(FAILED(hr))<br />
         	return hr;<br />
}<br />

Debug output gives these lines


Access violation reading location 0xfffffffffffffff.
The thread 'Win64 Thread' (0x338) has exited with code 0 (0x0).
First-chance exception at 0x78d67d0d in WMServer.exe: 0x80010105: The server threw an exception.


m_spClassFactory seems good. Its not a null or invlaid pointer. I have also tried with code like MSDN where

hr = m_spClassFactory->QueryInterface(IID_IWMSBufferAllocator,(void**)&pBufAllocator);
is used as
hr = m_spClassFactory->QueryInterface(&pBufAllocator);<br />


Can someone help? There is no other doc available.

-----------------------------
In my dream, I was dorwning my §orrow§
But my §orrow§, they learned to §wim

QuestionHow do i do a dialog from vbscript Pin
markpetryk29-Jan-07 0:05
markpetryk29-Jan-07 0:05 
QuestionList all network interfaces (offline and online) Pin
Fabricio Godoy26-Jan-07 7:38
Fabricio Godoy26-Jan-07 7:38 
Questionhow to use tlbinf32.dll Pin
huangdingjun25-Jan-07 14:12
huangdingjun25-Jan-07 14:12 
AnswerRe: how to use tlbinf32.dll Pin
User 21559726-Jan-07 6:12
User 21559726-Jan-07 6:12 
GeneralRe: how to use tlbinf32.dll Pin
huangdingjun30-Jan-07 16:17
huangdingjun30-Jan-07 16:17 
QuestionCOM objects all unregistered Pin
Marcus J. Smith24-Jan-07 0:29
professionalMarcus J. Smith24-Jan-07 0:29 
AnswerRe: COM objects all unregistered Pin
Roger Stoltz24-Jan-07 1:14
Roger Stoltz24-Jan-07 1:14 
JokeRe: COM objects all unregistered Pin
User 21559724-Jan-07 5:37
User 21559724-Jan-07 5:37 
GeneralRe: COM objects all unregistered Pin
Marcus J. Smith27-Jan-07 2:54
professionalMarcus J. Smith27-Jan-07 2:54 
GeneralRe: COM objects all unregistered Pin
prasad_som25-Jan-07 17:05
prasad_som25-Jan-07 17:05 
QuestionSending command through serial port - error Overlapped I/O operation in process Pin
Matt_deveau23-Jan-07 11:30
Matt_deveau23-Jan-07 11:30 
AnswerRe: Sending command through serial port - error Overlapped I/O operation in process Pin
Tim Paaschen23-Jan-07 19:21
Tim Paaschen23-Jan-07 19:21 
QuestionRetrieve Com-Object which implements interface Pin
rncwnd22-Jan-07 5:57
rncwnd22-Jan-07 5:57 
Question.Net Com Pin
Ron.S22-Jan-07 0:20
Ron.S22-Jan-07 0:20 
Questionhow to add mat files from matlab to the com builder of matlab Pin
ranjeet_randy19-Jan-07 22:23
ranjeet_randy19-Jan-07 22:23 
QuestionInterop question VB.NET 2.0 Pin
Marcus J. Smith19-Jan-07 2:41
professionalMarcus J. Smith19-Jan-07 2:41 
QuestionCOM libraries and .NET Pin
jesarg18-Jan-07 12:56
jesarg18-Jan-07 12:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.