RE: Argument passing between perl and a C function.

2005-06-07 Thread Siegfried Heintze
: Siegfried Heintze [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 11:50 AM To: 'Japerlh' Cc: beginners@perl.org Subject: RE: Argument passing between perl and a C function. J, I assume you are (1) successful at calling this function calculate from C/C++ and (2) implementing this in a

RE: Argument passing between perl and a C function.

2005-06-07 Thread Siegfried Heintze
you, for example. Good luck, Siegfried -Original Message- From: Japerlh [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 1:23 AM To: Siegfried Heintze Cc: beginners@perl.org Subject: Re: Argument passing between perl and a C function. Sieg, Thanks for your help. I did not catch what

Re: Argument passing between perl and a C function.

2005-06-07 Thread Japerlh
D] > Sent: Friday, June 03, 2005 12:05 AM > To: Siegfried Heintze > Cc: beginners@perl.org > Subject: Re: Argument passing between perl and a C function. > > Siegfried, > > Thank you. > I am sure it's a dispatch interface. > > > On 6/3/05, Siegfrie

RE: Argument passing between perl and a C function.

2005-06-06 Thread Siegfried Heintze
ailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 12:05 AM To: Siegfried Heintze Cc: beginners@perl.org Subject: Re: Argument passing between perl and a C function. Siegfried, Thank you. I am sure it's a dispatch interface. On 6/3/05, Siegfried Heintze <[EMAIL PROTECTED]> wrote:

Re: Argument passing between perl and a C function.

2005-06-02 Thread J aperlh
nsistently call custom interfaces. I would > not want to try to do so directly in perl. > > Siegfried > > -Original Message- > From: J aperlh [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 02, 2005 7:59 PM > To: Si

RE: Argument passing between perl and a C function.

2005-06-02 Thread Siegfried Heintze
Heintze Cc: beginners@perl.org Subject: Re: Argument passing between perl and a C function. --- Thanks for you guys help. There is an application written in C language by my colleague. We are not allowed to share this application fo

Re: Argument passing between perl and a C function.

2005-06-02 Thread J aperlh
--- Thanks for you guys help. There is an application written in C language by my colleague. We are not allowed to share this application for security reason. What I am going to do is to call a set of functions in this applic

RE: Argument passing between perl and a C function.

2005-06-02 Thread Siegfried Heintze
J, You need more information about the function that is contained in the IDL or the type library. Unfortunately, not all COM objects have an IDL file or type library. Both the IDL file and the type library would tell us exactly what the "*" means in C because it is ambiguous. The "*" could mean we