Re: Reference variables in jawin?
Morten Andersen <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Organization | Arosii Information Systems A/S |
| Message-ID | <[email protected]> |
Hi Jonas Jonas Lindén wrote: > Hello, This is my first post to the list. Anyway I am a newbie in both > JINI and Jawin development so bare with me. Thats okay, I am not myself that much of a C/C++ hacker. So my question below may be dumb too :-) > > This is my problem. I would like to call a C++ method from Jawin which > uses a reference pointer. How can I handle such thing? > > This is how the C++ code looks like: > int cbAIn( int BoardNum, int Channel, int Range, unsigned short *DataValue ); > Is the "DataValue" parameter used for returning a short value? Or is it used for inputting a short array? So is it used as an [in] parameter or an [out] parameter. Best Regards Morten