Re: Undefined function stealUnknown
Morten Andersen <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <[email protected]> |
Hi Kai
First: What version of Jawin are you using: 1.0.19 or 2.0alpha1
(2.0alpha1 is recommended).
Kai Klesatschke wrote:
>
> I just generated java classes with the TypeBrowser from type libraries
> provided by the OPC Foundation (www.opcfoundation.org). Some classes have
> failures and I cann't compile them. One problem is a function called
> stealUnknown which is not defined in the parent class. Some other problems
> result on wrong convertion of data types.
I have worked a bit with OPC a couple of years ago, although not using
Jawin.
I have started by downloading the OPC Core Components 2.00 SDK:
http://www.opcfoundation.org/DownloadFile.aspx?CM=3&RI=205&CN=KEY&CI=285&CU=2
Is that approximately what you have done too?
And if this is the case, which of the DLL's in the include-library
should I use for generating the stubs you are requesting?
If I remember correctly the OPC foundation only defines the interfaces,
and does not deliver an actual OPC server (that is, I assume you are
working on building a OPC client in Java - is that correct?). What is
the actual OPC-server you are working with? (I have only experience with
the non-free Phoenix OPC-server).
Best Regards
Morten