Description:
Microsoft Visual C newsgroup.
|
|
|
Passing interface derived from IDispatch as a parameter
|
| |
Hello, Is it possible to get a dual interface (not IDispatch!), passed as a parameter to Invoke, marshaled correctly? I've got a source dispinterface with a method defined like this: [id(1), helpstring("method notify")] HRESULT notify([in] IMySender *sender); where IMySender is: [ object, uuid(...),... more »
|
|
Detecting proxy presence
|
| |
Hello, Is it possible to know inside a server object (inproc) whether a call was made through COM proxy, i.e. across apartments?
|
|
Costa Rica’s Real Estate
|
| |
I am running the blog [link]. I have put there Costa Rica’s Real Estate Development Climate. I put here for your information. Currently, in the Central and South Pacific regions of Costa Rica, private development has funded three marinas and a dozen major coastal developments worth nearly $2 Billion. Marina Pez Vela in Quepos will... more »
|
|
Using COM as a bridge between two applications
|
| |
hi, I'm having a excel application and a background process written in c+ + , in same local machine. I'm trying to create a COM object to handle the communication between these two applications. I already created a COM which provides some interfaces to access COM functionality. These are used by my excel application.... more »
|
|
how to create a thread in COM
|
| |
hi, I need to create thread within my COM object. But I'm not sure that how can implement the multi-threaded environment properly. Can I just create windows thread and do whatever processing I needed ? I have heard about COM threads , but I'm not sure whether it is talking about normal thread. Please provide me a clarrification... more »
|
|
import excel com reference into ATL project - fatal error LNK1179
|
| |
hi, I created a visual c++ ATL project and imported the EXCEL.exe into the project. However, I got lot of namespace conflicts and resolved this problem by replacing the ATL generated import statement with the following. Now the project is successfully compiling, however at the linking stage I'm getting a fatal error :... more »
|
|
Assertions during DLL load
|
| |
I have an out-of-proc ATL server w/MFC support using VS2008 SP1. When the DLL is registered or instatiatiated by a client I receive two assertions during DLL_PROCESS_ATTACH. The following line in dllinit.cpp line 587 (AfxCoreInitModule()) is causing the first assertion failiure: ASSERT(AfxGetModuleState() != AfxGetAppModuleState());... more »
|
|
|