Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in com

Is there an implementation of "getopt" for Delphi?

delphi parsing com

Getting the error "The 'VFPOLEDB.1' provider is not registered on the local machine" even after installing and registering the provider

Which is correct? catch (_com_error e) or catch (_com_error& e)?

c++ exception com

Xampp PHP Create COM Object Fatal Error without any info

php windows com xampp

How can I force python(using win32com) to create a new instance of excel?

python excel com

How does impersonation in DCOM work?

windows com remoting dcom

Do I need to release the COM object on every 'foreach' iteration?

How to handle COM events from a console application?

c# events com interop

Is it possible for the .NET WebBrowser control to use IE9?

c# .net internet-explorer com

How do I unregister COM dlls initially added with RegSvr32 when the /u arg doesn't work?

Use COM Object from DLL without register

c++ dll com

a Reference to 'Microsoft Windows Installer Object Library' could not be added

c# visual-studio-2012 com

Implementation of ISupportErrorInfo - what does it mean?

com error-handling

How to compare BSTR against a string in c/c++?

c++ windows com activex

Query WMI from Go

com go wmi

Can I detect errors while using a .Net WebBrowser control?

How to convert _bstr_t to CString

c++ com mfc visual-c++ bstr

Why exactly do I need an explicit upcast when implementing QueryInterface() in an object with multiple interfaces()

How to generate type library from unmanaged COM dll