Click here to Skip to main content
15,890,609 members
Home / Discussions / COM
   

COM

 
GeneralCom interface with SQL to MSDE database Pin
Bigge10-Jul-01 23:27
Bigge10-Jul-01 23:27 
GeneralRe: Com interface with SQL to MSDE database Pin
11-Jul-01 8:35
suss11-Jul-01 8:35 
GeneralRe: Com interface with SQL to MSDE database Pin
Bigge12-Jul-01 1:22
Bigge12-Jul-01 1:22 
GeneralRe: Com interface with SQL to MSDE database Pin
12-Jul-01 2:04
suss12-Jul-01 2:04 
GeneralUsing A Collection - Newbie Pin
AJ1239-Jul-01 11:48
AJ1239-Jul-01 11:48 
GeneralRe: Using A Collection - Newbie Pin
9-Jul-01 14:42
suss9-Jul-01 14:42 
GeneralLots o' quick ATL COM/DCOM questions Pin
Pavlos Touboulidis9-Jul-01 10:08
Pavlos Touboulidis9-Jul-01 10:08 
GeneralRe: Lots o' quick ATL COM/DCOM questions Pin
9-Jul-01 14:54
suss9-Jul-01 14:54 
I can't pass up the chance for a free tetris game.

1. Thats one way to do it. Put it where ever you would like. In the ctor you can catch it before creating the object. In the FinalConstruct you can be sure the object was successfully created.

2. Don't throw just return an E_FAIL or some HRESULT of your own creation, using the MAKE_HRESULT macro. You could then set the IErrorInfo for more detailed explaination of the failure.

3. Release the object.

4. Don't know (Damn, there goes the Tetris)

5. Pass an interface pointer. You don't want to pass a 500mb object instance down the wire.

6. You could have a retval or use HRESULTs and IErrorInfo, refer to 2.

GeneralRe: Lots o' quick ATL COM/DCOM questions Pin
Pavlos Touboulidis9-Jul-01 22:02
Pavlos Touboulidis9-Jul-01 22:02 
GeneralWin2000 COM issue (maybe) Pin
Chris Klecker6-Jul-01 5:55
Chris Klecker6-Jul-01 5:55 
Generalcatching COM event in console app Pin
4-Jul-01 13:53
suss4-Jul-01 13:53 
Questionhow do I implement IStorage methods Pin
pathi3-Jul-01 22:39
pathi3-Jul-01 22:39 
AnswerRe: how do I implement IStorage methods Pin
4-Jul-01 12:17
suss4-Jul-01 12:17 
GeneralWTL/ATL & CDateTimePickerCtrl Pin
3-Jul-01 9:34
suss3-Jul-01 9:34 
GeneralRe: WTL/ATL & CDateTimePickerCtrl Pin
Michael Dunn3-Jul-01 10:25
sitebuilderMichael Dunn3-Jul-01 10:25 
GeneralRe: WTL/ATL & CDateTimePickerCtrl Pin
3-Jul-01 17:06
suss3-Jul-01 17:06 
GeneralInterface with CString as parameter Pin
Aky3-Jul-01 5:27
Aky3-Jul-01 5:27 
GeneralRe: Interface with CString as parameter Pin
J Patel3-Jul-01 5:36
J Patel3-Jul-01 5:36 
GeneralRe: Interface with CString as parameter Pin
Jim Howard3-Jul-01 6:54
Jim Howard3-Jul-01 6:54 
GeneralRe: Interface with CString as parameter Pin
3-Jul-01 9:45
suss3-Jul-01 9:45 
GeneralCOM crashing Pin
Chris Klecker2-Jul-01 8:36
Chris Klecker2-Jul-01 8:36 
Questionpassing map ? Pin
parag29-Jun-01 3:09
parag29-Jun-01 3:09 
AnswerRe: passing map ? Pin
1-Jul-01 19:51
suss1-Jul-01 19:51 
GeneralCOM+ Programmers/Trainers Pin
28-Jun-01 6:55
suss28-Jun-01 6:55 
GeneralAsync Queries + ADO Pin
Mukesh27-Jun-01 19:46
Mukesh27-Jun-01 19:46 

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.