Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in com

Why can't I use __declspec(dllexport) to export DllGetClassObject() from a COM DLL?

c++ com name-decoration

Third party code is modifying the FPU control word

Good freeware COM/ActiveX Type Library Explorer?

com activex

Is it possible to reference a COM DLL in a managed project by path rather than by GUID?

.net com msbuild

CreateObject equivalent for C# 4, dynamic keyword, and late binding?

c# com dynamic c#-4.0

How can I use an ITypeInfo pointer to get the name of the type?

com automation

Exception-safe memory handling with COM

c++ com atl smart-pointers

COM / OLE / ActiveX / IDispatch confusion

com activex ole idispatch

Cannot register DLL using WiX

dll com wix wix3.5

Does .NET interop copy array data back and forth, or does it pin the array?

c# c++ .net com com-interop

Learning COM still of any use? [closed]

com

How do you create a COM DLL in Visual Studio 2008?

Python and Excel: Overwriting an existing file always prompts, despite XlSaveConflictResolution value

Calling Shell32.dll from .NET Windows Service

Referencing .NET Assembly in VB6 won't work

c# com vb6

Finding Out what Interfaces are Queryable for a COM Object?

c# com

How to best convert CString to BSTR to pass it as an "in" parameter into a COM method?

windows visual-c++ com atl bstr

Export a Python List to Excel

python excel com

What does overriding virtual function differs only by calling convention mean?

c++ com

How to dispose of a NET COM interop object on Release()

.net com interop c++-cli release