Here\'s the problem, I have several excel files that are generated, each has 1 tab (but that\'s not to say some won\'t have more in the future).
I need to convert between std::vector and _variant_t to avoid looping when writing/sending data into some file (database, Excel, etc.)
I have a question concerning the Visual Studio COM interface. I use the code below to get all processes on a remote machine and attach to MyExe.exe. The problem is that iterating through the processes
I have a COM interface GUID but I don\'t know that interface definition. I don\'t know what methods it has, what parameters they have and so on. How can I obtain such information? Is it possible in ge
We currently use pivot tables in Excel 2003 to do our reporting.These pivot tables use the inbuilt \"Import External Data\" Excel functionality to feed the reports from SQL (SQL server 2008 to be prec
I am able to call a COM interface method using SAFEARRAY(BSTR) as input. If I define instead a simple (containing only some BSTR-s fields) STRUCT to pass into the COM I get
I am interest开发者_运维知识库ed in using/learning RoR in a project where I have to use a .NET dll. Is Ruby capable of importing a .NET dll?While IronRuby will make short work of talking to your .NET
We have a legacy application with a COM-based plugin system. To register a native plugin, DllRegistryServer is called, which registers the COM classes and adds some registry information for bookkeepin
I\'m working in a large multithreaded C# application handling bunches of COM interop. The other developers and I have ample opportunity to accidentally call Single-Threaded Apartment (STA) COM objects
I am basically a .NET guy.I don\'t have much knowledge in VB (COM components). Now,I come across a project where i need to expose a COM dll as a webservice and consume the same in my Asp.NET applicati