Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in com

Does C# clean up C++ allocated memory?

c# c++ com interop

Outlook 2007 from C# - COM exception, TYPE_E_LIBNOTREGISTERED

Can you cast a LPTSTR to a BSTR?

PowerPoint Launched via C# does not Quit

c# com powerpoint

Create COM/ActiveXObject in C#, use from JScript, with simple event

c# com wsh jscript activexobject

Should there be a difference between an empty BSTR and a NULL BSTR?

com string bstr

Does COM interop respect .NET AppDomain boundaries for assembly loading?

Custom COM Implementation?

c++ com

What is a current analog of COM technology?

c# .net wpf com

registering com dll in wix

com wix wix3.5 wix3 heat

How to Register a COM Object for All Users

Excel process remains open after interop; traditional method not working

c# .net com excel-interop

Differences between [in, out] and [out, retval] in COM IDL definitions

com idl notation

Python clean way to wrap individual statements in a try except block

python excel vba com try-catch

Delphi and COM: TLB and maintenance issues

delphi com typelib com-hell

Delphi [weak] reference attribute produces "Invalid class typecast" when implementation is in more than one library

Getting ScriptControl to work with Excel 2010 x64

How can I destroy COM objects in C#?

c# com vsto

How do I use a COM DLL with LoadLibrary in C++