Click here to Skip to main content
16,015,094 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Get The Slider ID in a form Pin
tongc27-May-02 2:42
tongc27-May-02 2:42 
GeneralRe: Get The Slider ID in a form Pin
Mazdak27-May-02 3:45
Mazdak27-May-02 3:45 
GeneralDCOM Security question !Plz Pin
jancsi27-May-02 2:09
jancsi27-May-02 2:09 
GeneralIErrorInfo Pin
Spiros27-May-02 1:57
Spiros27-May-02 1:57 
GeneralRe: IErrorInfo Pin
Le centriste27-May-02 3:32
Le centriste27-May-02 3:32 
GeneralRe: IErrorInfo Pin
Spiros27-May-02 3:39
Spiros27-May-02 3:39 
GeneralRe: IErrorInfo Pin
Le centriste27-May-02 7:18
Le centriste27-May-02 7:18 
GeneralRe: IErrorInfo Pin
27-May-02 22:31
suss27-May-02 22:31 
Ok let me be more specific.
1. I am sure that the component sets the info in the IerrorInfo for 2 reasons:
a. I can receive them and display them from an ASP page
b. I can receive them and display them from the debug program of the second component
as long as the second component is not inserted in the COM+. In other words using
either the debug or the release version of the second component I can receive the
err->GetDescription(&str) never fails. On the contrary when the com is inserted
in the COM+ the same method fails. The error number that I receive in the HRESULT
id -2147417842 and unfortunately does not correspond to a common error code.
2. The whole idea is like this:

COM2<------>COM1<------>SERVICES
COM1 and COM2 live in different packages of the COM+. COM1 is the gate to some
services. COM2 and COM1 are both declared as server in the COM+. COM2's threading
model is Neutral while COM1's threading model is Apartment.

The weird phenomenon in that case is that everything fails only if they are both in the the COM+. Thank you for your time.

Spiros Prantalos
GeneralEmbed - Assembly VC++ Pin
Sameer Maggon27-May-02 0:58
Sameer Maggon27-May-02 0:58 
GeneralRe: Embed - Assembly VC++ Pin
Joaquín M López Muñoz27-May-02 2:41
Joaquín M López Muñoz27-May-02 2:41 
GeneralRe: Embed - Assembly VC++ Pin
Sameer Maggon27-May-02 3:10
Sameer Maggon27-May-02 3:10 
GeneralCArchive - query Pin
Ravi Sudhakar27-May-02 0:46
Ravi Sudhakar27-May-02 0:46 
GeneralRe: CArchive - query Pin
Dominik Reichl27-May-02 1:06
Dominik Reichl27-May-02 1:06 
GeneralRe: CArchive - query Pin
Ravi Sudhakar27-May-02 1:24
Ravi Sudhakar27-May-02 1:24 
GeneralRe: CArchive - query Pin
Dominik Reichl27-May-02 1:21
Dominik Reichl27-May-02 1:21 
GeneralRe: CArchive - query Pin
Ravi Sudhakar27-May-02 2:27
Ravi Sudhakar27-May-02 2:27 
QuestionATL/COM + MFC: Dialogs? Pin
Dominik Reichl27-May-02 0:53
Dominik Reichl27-May-02 0:53 
AnswerRe: ATL/COM + MFC: Dialogs? Pin
Martin Ziacek27-May-02 1:00
Martin Ziacek27-May-02 1:00 
GeneralRe: ATL/COM + MFC: Dialogs? Pin
Dominik Reichl27-May-02 1:04
Dominik Reichl27-May-02 1:04 
GeneralRe: ATL/COM + MFC: Dialogs? Pin
Martin Ziacek27-May-02 1:19
Martin Ziacek27-May-02 1:19 
GeneralRe: ATL/COM + MFC: Dialogs? Pin
Dominik Reichl27-May-02 1:22
Dominik Reichl27-May-02 1:22 
GeneralRe: ATL/COM + MFC: Dialogs? Pin
Martin Ziacek27-May-02 1:48
Martin Ziacek27-May-02 1:48 
GeneralRe: ATL/COM + MFC: Dialogs? Pin
Dominik Reichl27-May-02 1:51
Dominik Reichl27-May-02 1:51 
GeneralRe: ATL/COM + MFC: Dialogs? - this is very long message Pin
Martin Ziacek27-May-02 8:38
Martin Ziacek27-May-02 8:38 
GeneralReturning a refrence from a function Pin
Abhishek Narula27-May-02 0:08
Abhishek Narula27-May-02 0:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.