Click here to Skip to main content
16,004,924 members
Home / Discussions / COM
   

COM

 
AnswerRe: OLECHAR* in c#? Pin
kamosoft519-Feb-03 4:04
kamosoft519-Feb-03 4:04 
GeneralRe: OLECHAR* in c#? Pin
firat kocak20-Feb-03 5:55
firat kocak20-Feb-03 5:55 
GeneralOut-of-proc COM server Pin
Shah Shehpori19-Feb-03 0:50
sussShah Shehpori19-Feb-03 0:50 
GeneralRe: Out-of-proc COM server Pin
Jörgen Sigvardsson24-Feb-03 5:01
Jörgen Sigvardsson24-Feb-03 5:01 
GeneralSecure COM DLL Pin
antoine_boillier18-Feb-03 7:45
antoine_boillier18-Feb-03 7:45 
GeneralRe: Secure COM DLL Pin
geo_m18-Feb-03 12:52
geo_m18-Feb-03 12:52 
GeneralRe: Secure COM DLL Pin
Jörgen Sigvardsson24-Feb-03 5:10
Jörgen Sigvardsson24-Feb-03 5:10 
GeneralCOM stopped working Pin
Kyudos18-Feb-03 2:50
Kyudos18-Feb-03 2:50 
IEnumVARIANT	*scrap;
	IUnknownPtr		Collection;

	ConstraintsPtr	ConstraintsList(GetConstraintsDispatch());

	//-----------------------------
	// Have we got any constraints
	//-----------------------------

	if (ConstraintsList->GetCount() > 0)
	{
		Collection = ConstraintsList->Get_NewEnum();
		Collection->QueryInterface(IID_IEnumVARIANT, (void **)&scrap);


For some inexplicable reason the QueryInterface call above has suddenly stopped working...returning E_NOINTERFACE. It worked last week. It works on other machines in the office. It just doesn't work on mine. (This is old code that hasn't been modified in years and has never failed before...)

Any ideas? Tips? Anything? Anyone?

Please Smile | :)

Dan
GeneralRe: COM stopped working Pin
Kyudos18-Feb-03 4:34
Kyudos18-Feb-03 4:34 
GeneralInterface definition Pin
haranath18-Feb-03 0:14
haranath18-Feb-03 0:14 
GeneralRe: Interface definition Pin
Stephane Rodriguez.18-Feb-03 1:03
Stephane Rodriguez.18-Feb-03 1:03 
GeneralRe: Interface definition Pin
haranath18-Feb-03 4:39
haranath18-Feb-03 4:39 
GeneralRe: Interface definition Pin
TimWallace18-Feb-03 6:23
TimWallace18-Feb-03 6:23 
GeneralRe: Interface definition Pin
haranath18-Feb-03 20:40
haranath18-Feb-03 20:40 
GeneralSTAThread stop my app Pin
~toki17-Feb-03 13:09
~toki17-Feb-03 13:09 
Generalcom client as a console application Pin
karanba17-Feb-03 9:52
karanba17-Feb-03 9:52 
GeneralRe: com client as a console application Pin
geo_m17-Feb-03 23:05
geo_m17-Feb-03 23:05 
GeneralRe: com client as a console application Pin
karanba18-Feb-03 11:13
karanba18-Feb-03 11:13 
GeneralRe: com client as a console application Pin
geo_m18-Feb-03 12:25
geo_m18-Feb-03 12:25 
GeneralRe: com client as a console application Pin
karanba19-Feb-03 0:07
karanba19-Feb-03 0:07 
GeneralDHTMLEdit vs. MSHTML Pin
Jonas Follesø16-Feb-03 15:33
Jonas Follesø16-Feb-03 15:33 
GeneralInvalidCastException from remote object that use COM Pin
itay_k16-Feb-03 4:44
itay_k16-Feb-03 4:44 
GeneralIClassFactory2 Pin
Raphael Amorim14-Feb-03 9:26
professionalRaphael Amorim14-Feb-03 9:26 
GeneralProblem with registering Transport Event Sink for the SMTP Service Pin
Muslima14-Feb-03 3:49
Muslima14-Feb-03 3:49 
QuestionHow to grab text from text-based apps/objects?!?!!? Solution = money! Pin
Tommy Svensson13-Feb-03 23:44
Tommy Svensson13-Feb-03 23:44 

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.