atlcom
VS 2008 atlcom.h ClassesAllowedInStream not defined (cannot convert parameter)
I am trying to build a project in VC++2008 and it is giving the following error: error C2664: \'HRESULT ATL::CComVariant::ReadFromStream[详细]
2023-02-22 20:51 分类:问答ATL: Can't remove a method from a COM interface - ALWAYS reappears like magic
Environment:VS2008, C++ ATL COM, 64Bit, Windows 7 I\'m trying to remove a method from an older COM interface.I modify the *.idl, modify the associated *.h and *.cpp implementation files and also remo[详细]
2023-02-16 02:29 分类:问答How to generate a 64 bit COM Proxy
I have a 32 bit COM server (and the source code for it) The source generates the server and a 32 bit proxy stub. (The MIDL compiler generates the proxy stub co开发者_运维问答de.)[详细]
2023-02-07 12:51 分类:问答How to convert from BSTR to DATE
COleVariant var(bstrString); var.ChangeType(VT_DATE); DATE date = var.date; not seems 开发者_开发技巧to be working. Any ideas will be appreciated. Thanks.What is happening?[详细]
2023-01-19 23:20 分类:问答Access methods from ATL dll file in C#
I\'ve been working with trying to link up some c++ code and wrap it inside a COM object to access via C#. I created an atl project and added a simple method such as Add(double a, double b). The follow[详细]
2023-01-08 09:03 分类:问答How do I pass an array of structs (containing std:string or BSTR) from ATL to C#. SafeArray? Variant?
I have an ATL COM object that I am using from C#.The interface currently looks like: interface ICHASCom : IDispatch{[详细]
2022-12-29 20:20 分类:问答Can Squid cause my pages to not use the latest file?
I just setup a wordpress blog and I am having a really hard time editing templates.The problem is that I will edit a template and upload the new version, refresh the page and some of the updated templ[详细]
2022-12-18 03:02 分类:问答