Click here to Skip to main content
15,892,768 members
Home / Discussions / COM
   

COM

 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Anonymous21-Aug-02 22:12
Anonymous21-Aug-02 22:12 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Ernest Laurentin22-Aug-02 7:38
Ernest Laurentin22-Aug-02 7:38 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Anonymous22-Aug-02 0:46
Anonymous22-Aug-02 0:46 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Ernest Laurentin22-Aug-02 6:52
Ernest Laurentin22-Aug-02 6:52 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Koep25-Aug-02 22:04
Koep25-Aug-02 22:04 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Ernest Laurentin27-Aug-02 5:21
Ernest Laurentin27-Aug-02 5:21 
GeneralRe: VBScript and COM Inf. with ByRef Pin
Ernest Laurentin27-Aug-02 8:08
Ernest Laurentin27-Aug-02 8:08 
Generalreceiving data Pin
Lily1820-Aug-02 9:57
Lily1820-Aug-02 9:57 
My program is a client (c++) that link to an activex dll created in VB.
I use this function :

hresult = m_connection->LoadData(OLESTR("01"),OLESTR("B20"), 0,0,&ResulVar,OLESTR("thisMachine"),ADO_ODBC , &m_E );

Hresult tells me everything worked fine but ResulVar return empty.
ResulVar is a VARIANT.
m_E is an object that receive error from the server. It tells me that :
ActiveX component can't create object.(usualy, it's when dll are not registred)
With an other program in vb I tested the same function an it worked perfectly, so I know my dll are registered.
If it can provide me with the error message from m_E, Why the VARIANT doesn't receive the data?
Does anyone have a clue?
Thanks
QuestionHow to put HTML? Pin
User 100963419-Aug-02 8:20
User 100963419-Aug-02 8:20 
AnswerRe: How to put HTML? Pin
CodeProjectSQ19-Aug-02 9:29
CodeProjectSQ19-Aug-02 9:29 
AnswerRe: How to put HTML? Pin
Stephane Rodriguez.19-Aug-02 10:38
Stephane Rodriguez.19-Aug-02 10:38 
AnswerRe: How to put HTML? Pin
S.A.19-Aug-02 16:00
S.A.19-Aug-02 16:00 
GeneralRe: How to put HTML? Pin
Stephane Rodriguez.19-Aug-02 18:59
Stephane Rodriguez.19-Aug-02 18:59 
GeneralString Passing in COM component Pin
abhinarulkar18-Aug-02 21:23
abhinarulkar18-Aug-02 21:23 
GeneralRe: String Passing in COM component Pin
Jason Henderson19-Aug-02 2:53
Jason Henderson19-Aug-02 2:53 
GeneralRe: String Passing in COM component Pin
b_p_smith26-Aug-02 13:17
b_p_smith26-Aug-02 13:17 
GeneralRe: String Passing in COM component Pin
Jason Henderson26-Aug-02 17:01
Jason Henderson26-Aug-02 17:01 
GeneralRe: String Passing in COM component Pin
b_p_smith27-Aug-02 8:19
b_p_smith27-Aug-02 8:19 
GeneralGet/create application object Pin
EvanHansen18-Aug-02 21:14
EvanHansen18-Aug-02 21:14 
GeneralRe: Get/create application object Pin
Stephane Rodriguez.19-Aug-02 3:07
Stephane Rodriguez.19-Aug-02 3:07 
GeneralConnection Points Question for COM Gurus Pin
Complete Com Beginner17-Aug-02 13:05
sussComplete Com Beginner17-Aug-02 13:05 
GeneralRe: Connection Points Question for COM Gurus Pin
Ernest Laurentin18-Aug-02 17:06
Ernest Laurentin18-Aug-02 17:06 
GeneralRe: Connection Points Question for COM Gurus Pin
Todd Smith27-Aug-02 20:40
Todd Smith27-Aug-02 20:40 
Generaldiscarding smart pointers Pin
Jason Henderson16-Aug-02 10:44
Jason Henderson16-Aug-02 10:44 
GeneralRe: discarding smart pointers Pin
Ernest Laurentin18-Aug-02 17:14
Ernest Laurentin18-Aug-02 17:14 

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.