Click here to Skip to main content
16,004,974 members
Home / Discussions / COM
   

COM

 
GeneralRe: passing char * to COM Object function Pin
Stephane Denis20-Sep-01 11:45
Stephane Denis20-Sep-01 11:45 
GeneralUser defined structure cannot be exported as a property Pin
19-Sep-01 7:52
suss19-Sep-01 7:52 
GeneralRe: User defined structure cannot be exported as a property Pin
ioannhs_s21-Sep-01 5:08
ioannhs_s21-Sep-01 5:08 
GeneralCOM Addins (A request for guidence and ideas) Pin
Michael P Butler18-Sep-01 23:34
Michael P Butler18-Sep-01 23:34 
GeneralRe: COM Addins (A request for guidence and ideas) Pin
Michael P Butler19-Sep-01 0:51
Michael P Butler19-Sep-01 0:51 
GeneralRe: COM Addins (A request for guidence and ideas) Pin
Anonymous27-Aug-02 9:06
Anonymous27-Aug-02 9:06 
QuestionProblem: VC client and COM+ Server Component, but VB client works just fine. Why? Pin
17-Sep-01 9:05
suss17-Sep-01 9:05 
AnswerRe: Problem: VC client and COM+ Server Component, but VB client works just fine. Why? Pin
Carlos Antollini17-Sep-01 9:25
Carlos Antollini17-Sep-01 9:25 
You must to Create the Instance of the connection in your client.

CreateInstance(__uuidof(Connection));

This work in VB because when you do New ADODB.Connection VB instance the Connection in the client. A new Connection.

In VC Aplication you get the aconnection from the Server, but the conncetion is in the server, and not in the Client app....

I hope to help you.

Smile | :)

Carlos Antollini.
GeneralRe: Problem: VC client and COM+ Server Component, but VB client works just fine. Why? Pin
17-Sep-01 9:39
suss17-Sep-01 9:39 
GeneralRPC Server Unavailable (Repost) Please help! Pin
Bill Wilson17-Sep-01 7:23
Bill Wilson17-Sep-01 7:23 
GeneralRPC Server Unavailable (Repost) Please help! Pin
Bill Wilson17-Sep-01 7:21
Bill Wilson17-Sep-01 7:21 
GeneralRe: RPC Server Unavailable (Repost) Please help! Pin
Bill Wilson17-Sep-01 7:25
Bill Wilson17-Sep-01 7:25 
GeneralRPC Server Unavailable from C++ client Pin
Bill Wilson14-Sep-01 14:11
Bill Wilson14-Sep-01 14:11 
GeneralRe: RPC Server Unavailable from C++ client Pin
Bill Wilson17-Sep-01 7:16
Bill Wilson17-Sep-01 7:16 
GeneralCOM SPY TOOL Pin
13-Sep-01 5:08
suss13-Sep-01 5:08 
GeneralAccelerators in WTL dialog Pin
Remon Spekreijse13-Sep-01 0:10
Remon Spekreijse13-Sep-01 0:10 
GeneralRe: Accelerators in WTL dialog Pin
Not Active17-Sep-01 7:48
mentorNot Active17-Sep-01 7:48 
GeneralRe: Accelerators in WTL dialog Pin
Remon Spekreijse17-Sep-01 21:13
Remon Spekreijse17-Sep-01 21:13 
GeneralCOM out of process server Pin
12-Sep-01 11:54
suss12-Sep-01 11:54 
GeneralRe: COM out of process server Pin
Ganesh Ramaswamy12-Sep-01 13:16
Ganesh Ramaswamy12-Sep-01 13:16 
GeneralRe: COM out of process server Pin
12-Sep-01 16:24
suss12-Sep-01 16:24 
GeneralIShellLink Pin
mrlister11-Sep-01 6:28
mrlister11-Sep-01 6:28 
Generalop= and copy ctor with COM pointers Pin
10-Sep-01 12:45
suss10-Sep-01 12:45 
GeneralRe: op= and copy ctor with COM pointers Pin
Michael Dunn10-Sep-01 15:22
sitebuilderMichael Dunn10-Sep-01 15:22 
GeneralRe: op= and copy ctor with COM pointers Pin
11-Sep-01 3:23
suss11-Sep-01 3:23 

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.