Click here to Skip to main content
15,914,222 members
Home / Discussions / COM
   

COM

 
GeneralRe: Passing ordinary functions to COM object Pin
Paul M Watt8-Jun-02 9:08
mentorPaul M Watt8-Jun-02 9:08 
GeneralRe: Passing ordinary functions to COM object Pin
Paul M Watt8-Jun-02 9:11
mentorPaul M Watt8-Jun-02 9:11 
GeneralInexperienced with COM arrays Pin
Robin3-Jun-02 21:02
Robin3-Jun-02 21:02 
GeneralRe: Inexperienced with COM arrays Pin
Ernest Laurentin10-Jun-02 5:26
Ernest Laurentin10-Jun-02 5:26 
GeneralRe: Inexperienced with COM arrays Pin
Robin10-Jun-02 21:57
Robin10-Jun-02 21:57 
GeneralRe: Inexperienced with COM arrays Pin
Ernest Laurentin13-Jun-02 20:15
Ernest Laurentin13-Jun-02 20:15 
GeneralRe: Inexperienced with COM arrays Pin
Robin13-Jun-02 20:42
Robin13-Jun-02 20:42 
GeneralRe: Inexperienced with COM arrays Pin
Ernest Laurentin14-Jun-02 4:50
Ernest Laurentin14-Jun-02 4:50 
I see... but I still think if you can make it work with
VBScript, you can implement the same in C++. Did you try
to reproduce simple code in VB? For example:
dim vbArray(3)
dim nloop
for nloop = 0 to 3
 vbArray(nloop) = nloop+4 ' or other value
next
Blah( vbArray )

The reason I will do it like this instead to do just call:
Blah( array(5,6,7) ) is that I am not really sure
how VB interprets that line. But you should be able to reproduce
the same type of array (dim vbArray as "type").
Good luck!

One good thing about getting older, you don't lose the ages you've been!
GeneralRe: Inexperienced with COM arrays Pin
Robin14-Jun-02 6:33
Robin14-Jun-02 6:33 
GeneralRe: Inexperienced with COM arrays Pin
Ernest Laurentin14-Jun-02 6:44
Ernest Laurentin14-Jun-02 6:44 
GeneralRe: Inexperienced with COM arrays Pin
Robin16-Jun-02 20:46
Robin16-Jun-02 20:46 
GeneralRe: Inexperienced with COM arrays Pin
Ernest Laurentin19-Jun-02 18:28
Ernest Laurentin19-Jun-02 18:28 
GeneralExcel automation for starters Pin
Zizilamoroso3-Jun-02 6:50
Zizilamoroso3-Jun-02 6:50 
GeneralRe: Excel automation for starters Pin
2-Jul-02 2:58
suss2-Jul-02 2:58 
GeneralATL COM DLL and Bitmaps Pin
Ranjan Banerji1-Jun-02 19:37
Ranjan Banerji1-Jun-02 19:37 
GeneralRe: ATL COM DLL and Bitmaps Pin
Ranjan Banerji2-Jun-02 6:16
Ranjan Banerji2-Jun-02 6:16 
GeneralRe: ATL COM DLL and Bitmaps Pin
Todd.Harvey20-Aug-02 11:13
Todd.Harvey20-Aug-02 11:13 
GeneralWindows Protected Storage using "IPStorage" class Pin
David Lau1-Jun-02 8:22
David Lau1-Jun-02 8:22 
GeneralWTL ScrollView scrolling problem! Pin
ramjan1-Jun-02 5:25
ramjan1-Jun-02 5:25 
QuestionSCODE or HRESULT or...? Pin
Member 9631-May-02 9:16
Member 9631-May-02 9:16 
AnswerRe: SCODE or HRESULT or...? Pin
soptest31-May-02 9:42
soptest31-May-02 9:42 
AnswerRe: SCODE or HRESULT or...? Pin
Tim Smith31-May-02 10:28
Tim Smith31-May-02 10:28 
GeneralRe: SCODE or HRESULT or...? Pin
Member 9631-May-02 10:31
Member 9631-May-02 10:31 
GeneralRe: SCODE or HRESULT or...? Pin
soptest31-May-02 13:26
soptest31-May-02 13:26 
GeneralGIT and the FTM Pin
Philippe Mori31-May-02 4:09
Philippe Mori31-May-02 4:09 

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.